Home
last modified time | relevance | path

Searched refs:timer_handle (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/
H A Disci_timer.c157 void *timer_handle) in scif_cb_timer_destroy() argument
162 scif_cb_timer_stop(scif_controller, timer_handle); in scif_cb_timer_destroy()
163 sci_pool_put(isci_controller->timer_pool, (struct ISCI_TIMER *)timer_handle); in scif_cb_timer_destroy()
165 isci_log_message(3, "TIMER", "destroy %p\n", timer_handle); in scif_cb_timer_destroy()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port.c801 this_port->timer_handle = SCI_INVALID_HANDLE; in scic_sds_port_construct()
1556 if (this_port->timer_handle != NULL) in scic_sds_port_release_resource()
1558 scic_cb_timer_destroy(controller, this_port->timer_handle); in scic_sds_port_release_resource()
1559 this_port->timer_handle = NULL; in scic_sds_port_release_resource()
1994 this_port->timer_handle = scic_cb_timer_create( in scic_sds_port_stopped_state_start_handler()
2000 if (this_port->timer_handle == SCI_INVALID_HANDLE) in scic_sds_port_stopped_state_start_handler()
2711 this_port->timer_handle in scic_sds_port_resetting_state_exit()
2765 this_port->timer_handle in scic_sds_port_stopping_state_exit()
2770 this_port->timer_handle in scic_sds_port_stopping_state_exit()
2772 this_port->timer_handle = NULL; in scic_sds_port_stopping_state_exit()
[all …]
H A Dscic_sds_port.h179 void *timer_handle; member
/freebsd/contrib/tcpdump/
H A Dtcpdump.c281 static HANDLE timer_handle = INVALID_HANDLE_VALUE; variable
2553 CreateTimerQueueTimer(&timer_handle, NULL, in main()
2778 if (timer_handle != INVALID_HANDLE_VALUE) { in cleanup()
2779 DeleteTimerQueueTimer(NULL, timer_handle, NULL); in cleanup()
2780 CloseHandle(timer_handle); in cleanup()
2781 timer_handle = INVALID_HANDLE_VALUE; in cleanup()