Home
last modified time | relevance | path

Searched refs:NR_UNIX98_PTY_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/devpts/
Dinode.c172 opts->max = NR_UNIX98_PTY_MAX; in parse_mount_options()
224 option < 0 || option > NR_UNIX98_PTY_MAX) in parse_mount_options()
346 if (opts->max < NR_UNIX98_PTY_MAX) in devpts_show_options()
/linux-4.1.27/drivers/tty/
Dpty.c817 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
825 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
/linux-4.1.27/include/linux/
Dtty.h47 #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ macro