Searched refs:fctn (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.c604 thread->retval = (*thread->fctn)(thread->arg);
617 * @param fctn function for thread to be begin executing
627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name, void *arg, ocs_thread_start_e start) argument
633 thread->fctn = fctn;
H A Docs_scsi.h272 extern void ocs_scsi_register_bounce(ocs_t *ocs, void(*fctn)(void(*fctn)(void *arg), void *arg,
H A Docs_os.h979 ocs_thread_fctn fctn; /*<< thread function */ member in struct:ocs_thread_s
998 extern int32_t ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn,
H A Docs_scsi.c2937 * @param fctn Function pointer of bounce function.
2942 ocs_scsi_register_bounce(ocs_t *ocs, void(*fctn)(void(*fctn)(void *arg), void *arg, uint32_t s_id, uint32_t d_id,
2947 rc = ocs_hw_callback(&ocs->hw, OCS_HW_CB_BOUNCE, fctn, NULL);

Completed in 83 milliseconds