Home
last modified time | relevance | path

Searched refs:fetch_mappings (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c410 fetch_mappings(HBA_HANDLE handle, HBA_WWN pwwn, HBA_FCPTARGETMAPPINGV2 **map) { in fetch_mappings() function
568 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_non_encl_probe()
761 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_inquiry()
997 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_dump_map()
1198 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_link_status()
1606 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_config()
1689 if (fetch_mappings(handle, portAttrs.PortWWN, &map)) { in fchba_display_config()
H A Dx86_adm.c346 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) { in adm_forcelip()
H A Dcommon.h485 HBA_STATUS fetch_mappings(HBA_HANDLE handle, HBA_WWN pwwn,