/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | HandlePort.cc | 124 HBA_PORTATTRIBUTES HandlePort::getDiscoveredAttributes(uint64_t wwn) { in getDiscoveredAttributes() 127 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( in getDiscoveredAttributes() 141 HBA_PORTATTRIBUTES HandlePort::getPortAttributes() { in getPortAttributes() 144 HBA_PORTATTRIBUTES attributes = port->getPortAttributes(newState); in getPortAttributes() 158 HBA_PORTATTRIBUTES 162 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( in getDiscoveredAttributes()
|
H A D | HandlePort.h | 62 HBA_PORTATTRIBUTES getPortAttributes(); 63 HBA_PORTATTRIBUTES getDiscoveredAttributes( 65 HBA_PORTATTRIBUTES getDiscoveredAttributes(uint64_t wwn);
|
H A D | TgtFCHBAPort.cc | 232 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in TgtFCHBAPort() 245 HBA_PORTATTRIBUTES TgtFCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes() 248 HBA_PORTATTRIBUTES attributes; in getPortAttributes() 298 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() 302 HBA_PORTATTRIBUTES attributes; in getDiscoveredAttributes() 354 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() 358 HBA_PORTATTRIBUTES attributes; in getDiscoveredAttributes() 415 HBA_PORTATTRIBUTES attrs; in sendRLS()
|
H A D | HBAPort.h | 52 virtual HBA_PORTATTRIBUTES getPortAttributes( 54 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes( 57 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
|
H A D | TgtFCHBAPort.h | 54 virtual HBA_PORTATTRIBUTES getPortAttributes( 56 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes( 59 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
|
H A D | FCHBAPort.h | 55 virtual HBA_PORTATTRIBUTES getPortAttributes( 65 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes( 68 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
|
H A D | FCHBAPort.cc | 464 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in FCHBAPort() 581 HBA_PORTATTRIBUTES FCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes() 584 HBA_PORTATTRIBUTES attributes; in getPortAttributes() 619 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() 623 HBA_PORTATTRIBUTES attributes; in getDiscoveredAttributes() 660 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() 664 HBA_PORTATTRIBUTES attributes; in getDiscoveredAttributes() 954 HBA_PORTATTRIBUTES attrs; in sendRLS() 1134 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn, in sendRNID()
|
H A D | Handle.cc | 421 HBA_PORTATTRIBUTES Handle::getPortAttributes(uint64_t wwn) { in getPortAttributes() 424 HBA_PORTATTRIBUTES attributes; in getPortAttributes()
|
H A D | Handle.h | 74 HBA_PORTATTRIBUTES getPortAttributes(uint64_t wwn);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 452 HBA_HANDLE handle, HBA_PORTATTRIBUTES portAttrs); 531 HBA_PORTATTRIBUTES *attrs); 533 int discIndex, HBA_PORTATTRIBUTES *attrs); 535 HBA_PORTATTRIBUTES *attrs); 539 HBA_PORTATTRIBUTES *matchingPortAttrs, char **errstring);
|
H A D | cfga_utils.c | 1137 getPortAttrsByWWN(HBA_HANDLE handle, HBA_WWN wwn, HBA_PORTATTRIBUTES *attrs) in getPortAttrsByWWN() 1171 HBA_PORTATTRIBUTES *attrs) in getAdapterPortAttrs() 1205 HBA_PORTATTRIBUTES *attrs) in getDiscPortAttrs() 1241 int *matchingPortIndex, HBA_PORTATTRIBUTES *matchingPortAttrs, in findMatchingAdapterPort() 1246 HBA_PORTATTRIBUTES portAttrs; in findMatchingAdapterPort()
|
H A D | cfga_cs.c | 57 char **, HBA_HANDLE, int, HBA_PORTATTRIBUTES); 679 HBA_PORTATTRIBUTES portAttrs) in dev_change_state() 689 HBA_PORTATTRIBUTES discPortAttrs; in dev_change_state() 1541 HBA_PORTATTRIBUTES portAttrs) in handle_devs() 1548 HBA_PORTATTRIBUTES discPortAttrs; in handle_devs() 1655 HBA_PORTATTRIBUTES portAttrs; in fca_change_state()
|
H A D | cfga_list.c | 80 HBA_PORTATTRIBUTES portAttrs); 124 HBA_PORTATTRIBUTES *portAttrs, HBA_PORTATTRIBUTES *discPortAttrs); 180 HBA_PORTATTRIBUTES portAttrs; in do_list() 181 HBA_PORTATTRIBUTES discPortAttrs; in do_list() 495 HBA_PORTATTRIBUTES portAttrs; in do_list_FCP_dev() 496 HBA_PORTATTRIBUTES discPortAttrs; in do_list_FCP_dev() 1431 HBA_PORTATTRIBUTES portAttrs) in do_stat_fca_xport() 3684 HBA_PORTATTRIBUTES *portAttrs, HBA_PORTATTRIBUTES *discPortAttrs) { in get_inq_dtype()
|
H A D | cfga_fp.c | 56 HBA_PORTATTRIBUTES portAttrs; in cfga_change_state()
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcinfo-list.c | 49 int portIndex, HBA_PORTATTRIBUTES port, HBA_FCPTARGETMAPPINGV2 *map, 54 HBA_WWN myRemotePortWWN, HBA_PORTATTRIBUTES *discPort); 60 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex); 85 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex) in retrieveAttrs() 123 memset(port, 0, sizeof (HBA_PORTATTRIBUTES)); in retrieveAttrs() 224 HBA_PORTATTRIBUTES *discPort) in handleRemotePort() 372 HBA_PORTATTRIBUTES port, HBA_FCPTARGETMAPPINGV2 *map, in processHBA() 375 HBA_PORTATTRIBUTES discPort; in processHBA() 439 HBA_PORTATTRIBUTES discPort; in processRemotePort() 609 HBA_PORTATTRIBUTES port; in fc_util_list_remoteport() [all …]
|
H A D | fcinfo.h | 133 void printHBAPortInfo(HBA_PORTATTRIBUTES *port, 135 void printDiscoPortInfo(HBA_PORTATTRIBUTES *discoPort, int scsiTargetType);
|
H A D | printAttrs.c | 158 printDiscoPortInfo(HBA_PORTATTRIBUTES *discoPort, int scsiTargetType) { in printDiscoPortInfo() 217 printHBAPortInfo(HBA_PORTATTRIBUTES *port, in printHBAPortInfo()
|
H A D | fcadm-list.c | 427 HBA_PORTATTRIBUTES portattrs; in retrieveNPIVAttrs() 451 memset(&portattrs, 0, sizeof (HBA_PORTATTRIBUTES)); in retrieveNPIVAttrs()
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | vendorhbaapi.h | 65 (HBA_HANDLE, HBA_UINT32, HBA_PORTATTRIBUTES *); 69 (HBA_HANDLE, HBA_UINT32, HBA_UINT32, HBA_PORTATTRIBUTES *); 71 (HBA_HANDLE, HBA_WWN, HBA_PORTATTRIBUTES *);
|
H A D | hbaapi.h | 313 } HBA_PORTATTRIBUTES, *PHBA_PORTATTRIBUTES; typedef 575 HBA_PORTATTRIBUTES *portattributes 588 HBA_PORTATTRIBUTES *portattributes 594 HBA_PORTATTRIBUTES *portattributes
|
H A D | HBAAPILIB.c | 2045 HBA_PORTATTRIBUTES *portattributes) in HBA_GetAdapterPortAttributes() 2098 HBA_PORTATTRIBUTES *portattributes) in HBA_GetDiscoveredPortAttributes() 2125 HBA_PORTATTRIBUTES *portattributes) in HBA_GetPortAttributesByWWN()
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fchba.c | 195 HBA_PORTATTRIBUTES *attrs) { in getAdapterPortAttrs() 235 HBA_PORTATTRIBUTES *attrs) { in getDiscPortAttrs() 278 HBA_PORTATTRIBUTES portAttrs; in fchba_display_port() 519 HBA_PORTATTRIBUTES portAttrs; in fchba_non_encl_probe() 681 HBA_PORTATTRIBUTES portAttrs; in fchba_inquiry() 887 HBA_PORTATTRIBUTES portAttrs; in fchba_dump_map() 888 HBA_PORTATTRIBUTES discPortAttrs; in fchba_dump_map() 1097 HBA_PORTATTRIBUTES portAttrs; in fchba_display_link_status() 1098 HBA_PORTATTRIBUTES discPortAttrs; in fchba_display_link_status() 1508 HBA_PORTATTRIBUTES portAttrs; in fchba_display_config()
|
H A D | x86_adm.c | 259 HBA_PORTATTRIBUTES portAttrs; in adm_forcelip()
|
H A D | common.h | 484 HBA_PORTATTRIBUTES *attrs);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 314 } HBA_PORTATTRIBUTES, *PHBA_PORTATTRIBUTES; typedef 578 HBA_PORTATTRIBUTES *portattributes 591 HBA_PORTATTRIBUTES *portattributes 597 HBA_PORTATTRIBUTES *portattributes
|