Home
last modified time | relevance | path

Searched refs:UNIX98_PTY_MASTER_MAJOR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dmajor.h147 #define UNIX98_PTY_MASTER_MAJOR 128 macro
149 #define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT)
/Linux-v5.4/drivers/tty/
Dpty.c915 ptm_driver->major = UNIX98_PTY_MASTER_MAJOR; in unix98_pty_init()