Home
last modified time | relevance | path

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

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