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

/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h328 #define ISCSI_MUTEX_DESTROY(M, ELSE) do { \ macro
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c428 ISCSI_MUTEX_DESTROY(&sess->tx_worker.work_mutex, return -1);
430 ISCSI_MUTEX_DESTROY(&sess->tx_worker.exit_mutex, return -1);
432 ISCSI_MUTEX_DESTROY(&sess->rx_worker.work_mutex, return -1);
434 ISCSI_MUTEX_DESTROY(&sess->rx_worker.exit_mutex, return -1);
583 ISCSI_MUTEX_DESTROY(&iwait.mutex, FFN_ERROR);
1059 ISCSI_MUTEX_DESTROY(&g_enqueue_worker.work_mutex, return -1);
1061 ISCSI_MUTEX_DESTROY(&g_enqueue_worker.exit_mutex, return -1);
1150 ISCSI_MUTEX_DESTROY(&iwait.mutex, return -1);
1921 ISCSI_MUTEX_DESTROY(&iwait.mutex, LO_ERROR);
2036 ISCSI_MUTEX_DESTROY(
[all...]
H A Dtarget.c2075 ISCSI_MUTEX_DESTROY(&g_session_q_mutex, return -1);
/netbsd-current/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c1071 ISCSI_MUTEX_DESTROY(&g_mutex, printk("mutex_destroy() failed\n"));

Completed in 116 milliseconds