Home
last modified time | relevance | path

Searched refs:MAX_INPUT (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/sys/ !
H A Dsyslimits.h98 #define MAX_INPUT 1024 /* max bytes in terminal input */ macro
/xnu-8796.141.3/bsd/miscfs/devfs/ !
H A Ddevfs_fdesc_support.c706 *ap->a_retval = MAX_INPUT; in fdesc_pathconf()
/xnu-8796.141.3/bsd/kern/ !
H A Dtty.c493 MAX_INPUT - 3) { in ttyinput()
732 if (tp->t_rawq.c_cc + tp->t_canq.c_cc >= MAX_INPUT) { in ttyinput()
/xnu-8796.141.3/bsd/miscfs/specfs/ !
H A Dspec_vnops.c2829 *ap->a_retval = MAX_INPUT; in spec_pathconf()