Searched refs:UNNAMED_MAJOR (Results 1 – 5 of 5) sorted by relevance
10 pub const UNNAMED_MAJOR: Self = Self::new(0); constant59 Self::new(Major::UNNAMED_MAJOR, 0) in default()
463 if device.id_table().device_number().major() != Major::UNNAMED_MAJOR { in add_device()
113 DeviceNumber::new(Major::UNNAMED_MAJOR, baseminor), in alloc_chardev_region()144 if major == Major::UNNAMED_MAJOR { in __register_chardev_region()
400 DeviceNumber::new(Major::UNNAMED_MAJOR, baseminor), in alloc_blockdev_region()431 if major == Major::UNNAMED_MAJOR { in __register_blockdev_region()
52 if driver.major == Major::UNNAMED_MAJOR { in tty_register_driver()