Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c259 smp_state->smp_open_flag = SMP_CLOSED; in smp_do_attach()
334 if (smp_state->smp_open_flag != SMP_CLOSED) { in smp_open()
366 if (smp_state->smp_open_flag == SMP_CLOSED) { in smp_close()
369 smp_state->smp_open_flag = SMP_CLOSED; in smp_close()
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsmp.h43 #define SMP_CLOSED 0 macro