Searched refs:si_stop (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_linker.c1462 struct sysinit **si_start, **si_stop; local
1643 &si_stop, NULL) == 0)
1644 sysinit_add(si_start, si_stop);
/freebsd-11.0-release/sys/dev/si/
H A Dsi.c96 /* static void si_stop(struct tty *, int); */
262 /* .tsw_stop = si_stop */
1478 si_stop(struct tty *tp, int rw)
1487 DPRINT((pp, DBG_ENTRY|DBG_STOP, "si_stop(%x,%x)\n", tp, rw));

Completed in 101 milliseconds