Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmajor.h147 #define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT) macro
/linux/drivers/tty/
H A Dpty.c910 pts_driver->major = UNIX98_PTY_SLAVE_MAJOR; in unix98_pty_init()