OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minors
(Results
1 - 2
of
2
) 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
);
/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
Completed in 2908 milliseconds