Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_frontend_iscsi.h34 #define CFISCSI_TARGET_STATE_INVALID 0 macro
H A Dctl_frontend_iscsi.c2387 if (ct->ct_state != CFISCSI_TARGET_STATE_INVALID) { in cfiscsi_target_release()
2388 ct->ct_state = CFISCSI_TARGET_STATE_INVALID; in cfiscsi_target_release()
2435 ct->ct_state == CFISCSI_TARGET_STATE_INVALID) in cfiscsi_target_find_or_create()