Home
last modified time | relevance | path

Searched refs:PMCS_INVALID_TARGET_NUM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c304 if (tgt->target_num == PMCS_INVALID_TARGET_NUM) { in pmcs_scsa_tran_tgt_init()
330 tgt->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_scsa_tran_tgt_init()
481 target->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_scsa_tran_tgt_free()
1292 if (tgt->target_num == PMCS_INVALID_TARGET_NUM) { in pmcs_smp_init()
1347 tgt->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_smp_init()
1425 tgt->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_smp_free()
3282 tgt->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_get_target()
H A Dpmcs_attach.c2916 pmcs_tbuf_ptr->target_num = PMCS_INVALID_TARGET_NUM; in pmcs_prt_impl()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h145 #define PMCS_INVALID_TARGET_NUM (uint16_t)-1 macro