sc_timo           339 dev/ic/if_wi.c 	timeout_set(&sc->sc_timo, funcs->f_inquire, sc);
sc_timo           876 dev/ic/if_wi.c 	timeout_add(&sc->sc_timo, hz * 60);
sc_timo          2267 dev/ic/if_wi.c 	timeout_add(&sc->sc_timo, hz * 60);
sc_timo          2672 dev/ic/if_wi.c 	timeout_del(&sc->sc_timo);
sc_timo            89 dev/ic/if_wivar.h 	struct timeout		sc_timo;
sc_timo            91 net/if_pppvar.h 	struct	timeout sc_timo;	/* timeout control (for ptys) */
sc_timo           345 net/if_strip.c 		timeout_set(&sc->sc_timo, strip_timeout, sc);
sc_timo           524 net/if_strip.c 			timeout_del(&sc->sc_timo);
sc_timo          1031 net/if_strip.c 		timeout_add(&sc->sc_timo, hz);
sc_timo          1043 net/if_strip.c 		timeout_add(&sc->sc_timo, hz);
sc_timo            41 net/if_stripvar.h 	struct timeout sc_timo;
sc_timo           211 net/ppp_tty.c      timeout_set(&sc->sc_timo, ppp_timeout, sc);
sc_timo           282 net/ppp_tty.c  	timeout_del(&sc->sc_timo);
sc_timo           691 net/ppp_tty.c  	timeout_add(&sc->sc_timo, 1);