Home
last modified time | relevance | path

Searched refs:drv2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dpathlib.py100 def join_parsed_parts(self, drv, root, parts, drv2, root2, parts2): argument
106 if not drv2 and drv:
108 elif drv2:
109 if drv2 == drv or self.casefold(drv2) == self.casefold(drv):
115 return drv2, root2, parts2
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4800 struct wpa_driver_nl80211_data *drv2; in nl80211_remove_iface() local
4805 dl_list_for_each(drv2, &drv->global->interfaces, in nl80211_remove_iface()
4808 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface()
4810 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface()
7255 struct wpa_driver_nl80211_data *drv2; in wpa_driver_nl80211_if_remove() local
7256 dl_list_for_each(drv2, &drv->global->interfaces, in wpa_driver_nl80211_if_remove()
7258 del_ifidx(drv2, ifindex, IFIDX_ANY); in wpa_driver_nl80211_if_remove()
7259 del_ifidx(drv2, IFIDX_ANY, ifindex); in wpa_driver_nl80211_if_remove()