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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-bpf.c445 * Go through all the minors and find one that isn't in use.
469 * XXX better message for all minors used
1141 int *minors; local
1167 minors = getminor(major, &numminors, BPF_NAME);
1168 if (!minors) {
1169 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1);
1170 if (!minors) {

Completed in 52 milliseconds