Home
last modified time | relevance | path

Searched refs:hba_sendtgts_semaphore (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1154 ksema_t hba_sendtgts_semaphore; member
H A Discsid.c616 sema_p(&ihp->hba_sendtgts_semaphore); in iscsid_do_sendtgts()
618 sema_v(&ihp->hba_sendtgts_semaphore); in iscsid_do_sendtgts()
H A Discsi.c426 sema_init(&ihp->hba_sendtgts_semaphore, 1, NULL, in iscsi_attach()
630 sema_destroy(&ihp->hba_sendtgts_semaphore); in iscsi_attach()
4141 sema_p(&ihp->hba_sendtgts_semaphore); in iscsi_ioctl()
4151 sema_v(&ihp->hba_sendtgts_semaphore); in iscsi_ioctl()