Searched refs:fctn (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_os.c | 604 thread->retval = (*thread->fctn)(thread->arg); in ocs_thread_call_fctn() 627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name,… in ocs_thread_create() argument 633 thread->fctn = fctn; in ocs_thread_create()
|
H A D | ocs_scsi.h | 272 extern void ocs_scsi_register_bounce(ocs_t *ocs, void(*fctn)(void(*fctn)(void *arg), void *arg,
|
H A D | ocs_os.h | 979 ocs_thread_fctn fctn; /*<< thread function */ member 998 extern int32_t ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn,
|
H A D | ocs_scsi.c | 2942 ocs_scsi_register_bounce(ocs_t *ocs, void(*fctn)(void(*fctn)(void *arg), void *arg, uint32_t s_id, … in ocs_scsi_register_bounce() 2947 rc = ocs_hw_callback(&ocs->hw, OCS_HW_CB_BOUNCE, fctn, NULL); in ocs_scsi_register_bounce()
|