Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dhid_linux.c86 bool found_name = false; in parse_uevent() local
102 } else if (!found_name && strncmp(p, "HID_NAME=", 9) == 0) { in parse_uevent()
104 found_name = true; in parse_uevent()
110 if (!found_name || !found_id) in parse_uevent()
/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()