Searched refs:portAttrs (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | x86_adm.c | 259 HBA_PORTATTRIBUTES portAttrs; local 317 &portAttrs)) { 324 portAttrs.NodeWWN.wwn) || 326 portAttrs.PortWWN.wwn)) { 331 portAttrs.OSDeviceName, STANDARD_DEVNAME_HANDLING); 346 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) { 361 if ((fd = open(portAttrs.OSDeviceName, 364 portAttrs.OSDeviceName); 405 portAttrs.OSDeviceName); 414 portAttrs [all...] |
H A D | fchba.c | 278 HBA_PORTATTRIBUTES portAttrs; local 315 &portAttrs)) { 319 portAttrs.OSDeviceName, 335 (void) printf("%-65s ", portAttrs.OSDeviceName); 337 if (portAttrs.NumberofDiscoveredPorts > 0) { 519 HBA_PORTATTRIBUTES portAttrs; local 564 &portAttrs)) { 568 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { 613 portAttrs.PortWWN, 681 HBA_PORTATTRIBUTES portAttrs; local 887 HBA_PORTATTRIBUTES portAttrs; local 1097 HBA_PORTATTRIBUTES portAttrs; local 1508 HBA_PORTATTRIBUTES portAttrs; local [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cs.c | 679 HBA_PORTATTRIBUTES portAttrs) 786 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN, 811 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN, 846 if (portAttrs.PortType != HBA_PORTTYPE_NLPORT && 847 portAttrs.PortType != HBA_PORTTYPE_NPORT) { 938 if (portAttrs.PortType != HBA_PORTTYPE_NLPORT && 939 portAttrs.PortType != HBA_PORTTYPE_NPORT) { 1541 HBA_PORTATTRIBUTES portAttrs) 1559 num_devs = portAttrs.NumberofDiscoveredPorts; 1560 for (discIndex = 0; discIndex < portAttrs 677 dev_change_state(cfga_cmd_t state_change_cmd, apid_t *apidt, la_wwn_t *pwwn, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, HBA_PORTATTRIBUTES portAttrs) argument 1539 handle_devs(cfga_cmd_t cmd, apid_t *apidt, cfga_flags_t flags, char **errstring, HBA_HANDLE handle, int portIndex, HBA_PORTATTRIBUTES portAttrs) argument 1655 HBA_PORTATTRIBUTES portAttrs; local [all...] |
H A D | cfga_fp.c | 56 HBA_PORTATTRIBUTES portAttrs; local 137 &handle, &portIndex, &portAttrs, errstring)) == 140 flags, errstring, handle, portAttrs);
|
H A D | cfga_utils.c | 1246 HBA_PORTATTRIBUTES portAttrs; local 1291 &portAttrs)) != HBA_STATUS_OK) { 1306 if (strncmp(portAttrs.OSDeviceName, 1309 tmpPtr = strstr(portAttrs.OSDeviceName, 1313 portAttrs.OSDeviceName, 1314 strlen(portAttrs.OSDeviceName) - 1324 portAttrs; 1337 if (strlen(portAttrs.OSDeviceName) < 1340 cfg_ptr = portAttrs.OSDeviceName + 1369 portAttrs; [all...] |
H A D | cfga_list.c | 80 HBA_PORTATTRIBUTES portAttrs); 124 HBA_PORTATTRIBUTES *portAttrs, HBA_PORTATTRIBUTES *discPortAttrs); 180 HBA_PORTATTRIBUTES portAttrs; local 205 &portIndex, &portAttrs, errstring)) != FPCFGA_OK) { 227 portAttrs)) != FPCFGA_OK) { 291 apidp->dyncomp, handle, &portAttrs, &discPortAttrs); 363 discIndex < portAttrs.NumberofDiscoveredPorts; 381 handle, &portAttrs, &discPortAttrs); 495 HBA_PORTATTRIBUTES portAttrs; local 557 &portIndex, &portAttrs, errstrin 1430 do_stat_fca_xport(fpcfga_list_t *lap, int limited_stat, HBA_PORTATTRIBUTES portAttrs) argument 3683 get_inq_dtype(char *xport_phys, char *dyncomp, HBA_HANDLE handle, HBA_PORTATTRIBUTES *portAttrs, HBA_PORTATTRIBUTES *discPortAttrs) argument [all...] |
H A D | cfga_fp.h | 452 HBA_HANDLE handle, HBA_PORTATTRIBUTES portAttrs);
|
Completed in 60 milliseconds