Searched refs:lphyp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 2889 pmcs_phy_t *lphyp; in pmcs_report_iport_observations() local 2898 lphyp = phyp; in pmcs_report_iport_observations() 2899 while (lphyp) { in pmcs_report_iport_observations() 2900 switch (lphyp->dtype) { in pmcs_report_iport_observations() 2915 if (lphyp->dead || !lphyp->configured) { in pmcs_report_iport_observations() 2922 if (((lphyp->sas_address[0] & 0xf0) >> 4) != NAA_IEEE_REG) { in pmcs_report_iport_observations() 2923 pmcs_prt(pwp, PMCS_PRT_ERR, lphyp, NULL, in pmcs_report_iport_observations() 2925 "will not enumerate", (void *)lphyp, lphyp->path); in pmcs_report_iport_observations() 2929 wwn = pmcs_barray2wwn(lphyp->sas_address); in pmcs_report_iport_observations() 2932 pmcs_prt(pwp, PMCS_PRT_DEBUG_MAP, lphyp, NULL, in pmcs_report_iport_observations() [all …]
|