Searched refs:devtimer_create (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddevtimer.h64 devtimer_create(devtimer_process_func process_func, void * arg0);
H A Ddevtimer.c175 devtimer_create(devtimer_process_func process_func, void * arg0) function
H A Dif_bond.c1894 p->po_current_while_timer = devtimer_create(bondport_timer_process_func, p);
1899 p->po_periodic_timer = devtimer_create(bondport_timer_process_func, p);
1904 p->po_wait_while_timer = devtimer_create(bondport_timer_process_func, p);
1909 p->po_transmit_timer = devtimer_create(bondport_timer_process_func, p);

Completed in 16 milliseconds