Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iscsi_initiator/
HDisc_sm.c563 } while(sp->flags & ISC_SM_RUN); in ism_out()
688 sp->flags &= ~ISC_SM_RUN; in ism_stop()
752 sp->flags |= ISC_SM_RUN; in ism_start()
HDiscsivar.h74 #define ISC_SM_RUN BIT(0) macro