Home
last modified time | relevance | path

Searched refs:PMCS_INVALID_DEVICE_ID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1509 uint32_t devid = PMCS_INVALID_DEVICE_ID; in get_devid_from_ob_iomb()
1679 if (devid_filter != PMCS_INVALID_DEVICE_ID) { in dump_one_qentry_outbound()
1691 if ((devid == PMCS_INVALID_DEVICE_ID) || in dump_one_qentry_outbound()
1824 if (devid_filter != PMCS_INVALID_DEVICE_ID) { in dump_one_qentry_inbound()
2014 if (phy.device_id != PMCS_INVALID_DEVICE_ID) { in display_phy()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h59 #define PMCS_INVALID_DEVICE_ID 0xffffffff macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c1404 pptr->device_id = PMCS_INVALID_DEVICE_ID; in pmcs_deregister_device()
3208 pptr->device_id = PMCS_INVALID_DEVICE_ID; in pmcs_clear_phy()
3560 ctmp->device_id = PMCS_INVALID_DEVICE_ID; in pmcs_configure_expander()
H A Dpmcs_attach.c924 phyp->device_id = PMCS_INVALID_DEVICE_ID; in pmcs_attach()