HomeSort by relevance Sort by last modified time
    Searched full:minors (Results 1 - 6 of 6) sorted by null

  /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);
input.h 985 * @minor: beginning of range of 32 minors for devices this driver
cdrom.h 421 * per drive - SCSI CD-ROM's use minors to differentiate between the
    [all...]
  /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
  /system/core/init/
devices.c 384 * Minors are broken up into groups of 128, starting at "001"
  /prebuilt/linux-x86/toolchain/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

Completed in 493 milliseconds