Searched refs:ISCSI_COND_DESTROY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h364 #define ISCSI_COND_DESTROY(C, ELSE) do { \ macro
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c429 ISCSI_COND_DESTROY(&sess->tx_worker.work_cond, return -1);
431 ISCSI_COND_DESTROY(&sess->tx_worker.exit_cond, return -1);
433 ISCSI_COND_DESTROY(&sess->rx_worker.work_cond, return -1);
435 ISCSI_COND_DESTROY(&sess->rx_worker.exit_cond, return -1);
582 ISCSI_COND_DESTROY(&iwait.cond, FFN_ERROR);
1060 ISCSI_COND_DESTROY(&g_enqueue_worker.work_cond, return -1);
1062 ISCSI_COND_DESTROY(&g_enqueue_worker.exit_cond, return -1);
1149 ISCSI_COND_DESTROY(&iwait.cond, return -1);
1920 ISCSI_COND_DESTROY(&iwait.cond, LO_ERROR);
2035 ISCSI_COND_DESTROY(
[all...]

Completed in 75 milliseconds