/external/kernel-headers/original/linux/ |
genhd.h | 104 int minors; /* maximum number of minors, =1 for member in struct:gendisk 403 extern struct gendisk *alloc_disk_node(int minors, int node_id); 404 extern struct gendisk *alloc_disk(int minors);
|
cdrom.h | 421 * per drive - SCSI CD-ROM's use minors to differentiate between the [all...] |
input.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
minors.h | 29 /* these minors can still be used for autoloading devices (/dev/aload*) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
minors.h | 29 /* these minors can still be used for autoloading devices (/dev/aload*) */
|
/external/libpcap/ |
pcap-bpf.c | 426 int *minors; local 451 minors = getminor(major, &numminors, BPF_NAME); 452 if (!minors) { 453 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1); 454 if (!minors) { 550 * Go through all the minors and find one that isn't in use. 574 * XXX better message for all minors used
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdrom.h | 421 * per drive - SCSI CD-ROM's use minors to differentiate between the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 421 * per drive - SCSI CD-ROM's use minors to differentiate between the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 421 * per drive - SCSI CD-ROM's use minors to differentiate between the
|
/system/core/init/ |
devices.c | 594 * Minors are broken up into groups of 128, starting at "001"
|