tag | line | file | source code |
MKDEV | 568 | drivers/block/ide-cd.c | req.dev = MKDEV (major, (dev->select.b.drive) << PARTN_BITS); |
MKDEV | 41 | drivers/char/n_tty.c | #define CONSOLE_DEV MKDEV(TTY_MAJOR,0) |
MKDEV | 289 | drivers/char/tpqic02.c | static dev_t current_tape_dev = MKDEV(QIC02_TAPE_MAJOR, 0); |
MKDEV | 64 | drivers/char/tty_io.c | #define CONSOLE_DEV MKDEV(TTY_MAJOR,0) |
MKDEV | 65 | drivers/char/tty_io.c | #define TTY_DEV MKDEV(TTYAUX_MAJOR,0) |
MKDEV | 825 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, |
MKDEV | 1129 | drivers/char/tty_io.c | device = MKDEV(TTY_MAJOR, fg_console+1); |
MKDEV | 52 | include/linux/fs.h | #define NODEV MKDEV(0,0) |