Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/mrouted/
Dcallout.c35 callout_init(void) in callout_init() function
Ddefs.h160 extern void callout_init(void);
Dmain.c193 callout_init(); in main()
/mirbsd/src/sys/dev/pcmcia/
Desp_pcmcia.c248 callout_init(&esc->sc_poll_ch);
/mirbsd/src/sys/dev/ic/
Daic7xxx_openbsd.h172 #define ahc_timer_init callout_init
Dvga.c508 callout_init(&vc->vc_switch_callout);
/mirbsd/src/sys/dev/usb/
Dusb_port.h130 #define usb_callout_init(h) callout_init(&(h))
/mirbsd/src/sys/dev/pci/
Dif_em.c531 callout_init(&sc->timer, CALLOUT_MPSAFE); in em_attach()
532 callout_init(&sc->tx_fifo_timer, CALLOUT_MPSAFE); in em_attach()