Symbol: phy_info
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2919
uint_t phy_info = FALSE;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2967
'p', MDB_OPT_SETBITS, TRUE, &phy_info,
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
3019
(flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
3064
if (phy_info || tgt_phy_count)
usr/src/lib/sun_sas/common/Sun_sasFreeLibrary.c
77
struct phy_info *phy_ptr = NULL;
usr/src/lib/sun_sas/common/Sun_sasFreeLibrary.c
78
struct phy_info *last_phy = NULL;
usr/src/lib/sun_sas/common/Sun_sasGetPhyStatistics.c
43
struct phy_info *phy_ptr;
usr/src/lib/sun_sas/common/Sun_sasGetSASPhyAttributes.c
39
struct phy_info *phy_ptr;
usr/src/lib/sun_sas/common/devtree_device_disco.c
121
struct phy_info *phy_ptr;
usr/src/lib/sun_sas/common/devtree_hba_disco.c
48
struct phy_info *phy_ptr = NULL;
usr/src/lib/sun_sas/common/devtree_hba_disco.c
49
struct phy_info *last_phy = NULL;
usr/src/lib/sun_sas/common/devtree_phy_disco.c
163
if ((phy_ptr = (struct phy_info *)calloc(1,
usr/src/lib/sun_sas/common/devtree_phy_disco.c
164
sizeof (struct phy_info))) == NULL) {
usr/src/lib/sun_sas/common/devtree_phy_disco.c
51
struct phy_info *phy_ptr, *last_phy;
usr/src/lib/sun_sas/common/devtree_phy_disco.c
76
struct phy_info *phy_ptr;
usr/src/lib/sun_sas/common/event.c
87
struct phy_info *phy_ptr;
usr/src/lib/sun_sas/common/sun_sas.h
150
struct phy_info *next;
usr/src/lib/sun_sas/common/sun_sas.h
166
struct phy_info *first_phy; /* Only for HBA port */
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1278
uint32_t phy_info;
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1294
phy_info = 0x80400000;
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1299
phy_info = phy_info | ((reg << IEEE1394_SELFID_PHYID_SHIFT) &
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1307
phy_info = phy_info | ((reg << IEEE1394_SELFID_GAP_CNT_SHIFT) &
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1315
phy_info = phy_info | ((reg & 0xC0) << 8);
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1352
phy_info = phy_info | (port_status << (6 - (index * 2)));
usr/src/uts/common/io/1394/adapters/hci1394_ohci.c
1357
*info = phy_info;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
2516
uint32_t *phy_info;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
2550
phy_info = va_arg(ap, uint32_t *);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
2569
*phy_info =
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
2600
&info->phy_info, &info->negotiated_link_rate);
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
646
uint32_t phy_info;