/src/sys/dev/ic/ |
malovar.h | 109 struct callout sc_scan_to; member in struct:malo_softc
|
athnvar.h | 477 callout_t sc_scan_to; member in struct:athn_softc
|
malo.c | 372 callout_init(&sc->sc_scan_to, 0); 373 callout_setfunc(&sc->sc_scan_to, malo_next_scan, sc); 467 callout_destroy(&sc->sc_scan_to); 1115 callout_stop(&sc->sc_scan_to); 1131 callout_schedule(&sc->sc_scan_to, hz/2);
|
athn.c | 262 callout_init(&sc->sc_scan_to, 0); 263 callout_setfunc(&sc->sc_scan_to, athn_next_scan, sc); 387 callout_halt(&sc->sc_scan_to, NULL); 412 callout_destroy(&sc->sc_scan_to); 2509 callout_schedule(&sc->sc_scan_to, hz / 5); 2951 callout_stop(&sc->sc_scan_to);
|
/src/sys/dev/usb/ |
if_otusvar.h | 195 callout_t sc_scan_to; member in struct:otus_softc
|
if_urtwnvar.h | 128 callout_t sc_scan_to; member in struct:urtwn_softc
|
if_urtwn.c | 420 callout_init(&sc->sc_scan_to, 0); 421 callout_setfunc(&sc->sc_scan_to, urtwn_next_scan, sc); 586 callout_halt(&sc->sc_scan_to, NULL); 611 callout_destroy(&sc->sc_scan_to); 1937 callout_stop(&sc->sc_scan_to); 1965 callout_stop(&sc->sc_scan_to); 2084 callout_schedule(&sc->sc_scan_to, hz / 5); 5083 callout_stop(&sc->sc_scan_to);
|
if_otus.c | 642 callout_init(&sc->sc_scan_to, 0); 643 callout_setfunc(&sc->sc_scan_to, otus_next_scan, sc); 709 callout_destroy(&sc->sc_scan_to); 1350 callout_halt(&sc->sc_scan_to, NULL); 1362 callout_schedule(&sc->sc_scan_to, hz / 5); 3262 callout_halt(&sc->sc_scan_to, NULL);
|
if_athn_usb.c | 1471 callout_schedule(&sc->sc_scan_to, hz / 5); 2955 callout_stop(&sc->sc_scan_to);
|