Home
last modified time | relevance | path

Searched refs:iscsi_thread_ep_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.h56 typedef void (*iscsi_thread_ep_t)(struct _iscsi_thread *, void *); typedef
62 iscsi_thread_ep_t entry_point;
79 iscsi_thread_ep_t entry_point,
H A Discsi_thread.c35 iscsi_thread_ep_t entry_point, void *arg) in iscsi_thread_create()