Searched refs:found_unit (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/kern/
H A Dsubr_hints.c438 int found_unit; local
444 &found_name, &found_namelen, &found_unit, NULL, NULL, NULL);
447 *unit = found_unit;
464 int found_unit; local
470 NULL, NULL, &found_unit, NULL, NULL, NULL);
472 *unit = found_unit;
/freebsd-current/sys/dev/acpica/
H A Dacpi_battery.c337 int found_unit, i, maxunit; local
342 found_unit = 0;
349 if (logical_unit == found_unit)
351 found_unit++;

Completed in 160 milliseconds