Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDtty_conf.c81 static struct linesw nodisc = NODISC(0); variable
101 if (bcmp(linesw + i, &nodisc, sizeof(nodisc)) == 0) { in ldisc_register()
127 linesw[discipline] = nodisc; in ldisc_deregister()