Searched refs:compare_ascending_probe_order (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c83 static int compare_ascending_probe_order(const void *lhs,
107 qsort(devs, ndevs, sizeof(*devs), compare_ascending_probe_order);
207 qsort(devs, ndevs, sizeof(*devs), compare_ascending_probe_order);
269 compare_ascending_probe_order(const void *lhs, const void *rhs) function
295 return (compare_ascending_probe_order(rhs, lhs));

Completed in 117 milliseconds