Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_hints.c436 const char *found_name; in resource_find_match() local
444 &found_name, &found_namelen, &found_unit, NULL, NULL, NULL); in resource_find_match()
446 *name = resource_string_copy(found_name, found_namelen); in resource_find_match()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2142 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names()
2253 found_name = found_desc = -1; in wpa_driver_ndis_get_names()
2257 if (found_name == -1 && os_strstr(name[i], drv->ifname)) in wpa_driver_ndis_get_names()
2258 found_name = i; in wpa_driver_ndis_get_names()
2265 if (found_name < 0 && found_desc >= 0) { in wpa_driver_ndis_get_names()
2269 found_name = found_desc; in wpa_driver_ndis_get_names()
2276 if (found_name < 0) { in wpa_driver_ndis_get_names()
2283 i = found_name; in wpa_driver_ndis_get_names()