Home
last modified time | relevance | path

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

/openbmc/linux/fs/devpts/
H A Dinode.c240 opts->max = NR_UNIX98_PTY_MAX; in parse_mount_options()
291 option < 0 || option > NR_UNIX98_PTY_MAX) in parse_mount_options()
398 if (opts->max < NR_UNIX98_PTY_MAX) in devpts_show_options()
/openbmc/linux/drivers/tty/
H A Dpty.c875 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
883 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
/openbmc/linux/include/linux/
H A Dtty.h26 #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ macro