Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dtty_conf.c116 static struct linesw nodisc = NODISC(0); variable
135 if (bcmp(linesw + i, &nodisc, sizeof(nodisc)) == 0) { in ldisc_register()
160 linesw[discipline] = nodisc; in ldisc_deregister()