Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi_initiator/
H A Disc_sm.c539 sp->flags |= ISC_SM_RUNNING; in ism_out()
568 sp->flags &= ~ISC_SM_RUNNING; in ism_out()
686 while(n-- && (sp->flags & ISC_SM_RUNNING)) { in ism_stop()
H A Discsivar.h80 #define ISC_SM_RUNNING BIT(1) macro