Home
last modified time | relevance | path

Searched refs:timer_callback (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/isci/
HDisci_timer.c127 SCI_TIMER_CALLBACK_T timer_callback, void *cookie) in scif_cb_timer_create() argument
137 timer->callback = timer_callback; in scif_cb_timer_create()
141 isci_log_message(3, "TIMER", "create %p %p %p\n", timer, timer_callback, cookie); in scif_cb_timer_create()
/trueos/sys/dev/isci/scil/
HDscif_sas_timer.c71 SCI_TIMER_CALLBACK_T timer_callback, in scic_cb_timer_create() argument
78 return scif_cb_timer_create(fw_controller, timer_callback, cookie); in scic_cb_timer_create()
HDscif_user_callback.h98 SCI_TIMER_CALLBACK_T timer_callback,
HDscic_user_callback.h94 SCI_TIMER_CALLBACK_T timer_callback,
/trueos/usr.sbin/bhyve/
HDmevent_test.c95 timer_callback(int fd, enum ev_type type, void *param) in timer_callback() function
236 tevp = mevent_add(1, EVF_TIMER, timer_callback, in acceptor()