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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c521 * Go through all the /dev/bpfN minors and find one
547 * XXX better message for all minors used
1310 int *minors; local
1336 minors = getminor(major, &numminors, BPF_NAME);
1337 if (!minors) {
1338 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1);
1339 if (!minors) {
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c831 * gendisk->minors = 1 as noted in include/linux/genhd.h.
836 zso->zvo_disk->minors = 1;

Completed in 30 milliseconds