Lines Matching refs:major
69 int major; member
234 int block, int major, int minor, in make_device() argument
252 dev = makedev(major, minor); in make_device()
371 uevent->major = -1; in parse_event()
393 uevent->major = atoi(msg); in parse_event()
416 uevent->firmware, uevent->major, uevent->minor); in parse_event()
533 const char *path, int block, int major, int minor, char **links) in handle_device() argument
538 make_device(devpath, path, block, major, minor, (const char **)links); in handle_device()
575 if((uevent->major < 0) || (uevent->minor < 0)) in parse_device_name()
612 uevent->major, uevent->minor, links); in handle_block_device_event()
742 uevent->major, uevent->minor, links); in handle_generic_device_event()