Searched refs:fetch_mappings (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fchba.c | 410 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 D | x86_adm.c | 346 if (!fetch_mappings(handle, portAttrs.PortWWN, &map)) { in adm_forcelip()
|
H A D | common.h | 485 HBA_STATUS fetch_mappings(HBA_HANDLE handle, HBA_WWN pwwn,
|