Searched refs:mapIndex (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fchba.c | 453 int mapIndex; in match_mappings() local 472 for (mapIndex = 0; mapIndex < map->NumberOfEntries; mapIndex ++) { in match_mappings() 475 map->entry[mapIndex].FcpId.NodeWWN.wwn) || in match_mappings() 477 map->entry[mapIndex].FcpId.PortWWN.wwn)) { in match_mappings() 478 return (mapIndex); in match_mappings() 483 map->entry[mapIndex].ScsiId.OSDeviceName, in match_mappings() 488 return (mapIndex); in match_mappings() 522 int count, adapterIndex, portIndex, mapIndex; in fchba_non_encl_probe() local 573 for (mapIndex = 0; mapIndex < map->NumberOfEntries; in fchba_non_encl_probe() 574 mapIndex ++) { in fchba_non_encl_probe() [all …]
|
H A D | x86_adm.c | 262 int count, adapterIndex, portIndex, mapIndex; in adm_forcelip() local 351 mapIndex = match_mappings(argv[path_index], map); in adm_forcelip() 352 if (mapIndex >= 0) { in adm_forcelip()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 1748 int i, mapIndex, mappingSize; in fcp_get_target_mappings() local 1823 mapIndex = 0; in fcp_get_target_mappings() 1845 if (mapIndex >= listlen) { in fcp_get_target_mappings() 1846 mapIndex ++; in fcp_get_target_mappings() 1850 map = &mappings->entries[mapIndex++]; in fcp_get_target_mappings() 1905 mappings->numLuns = mapIndex; in fcp_get_target_mappings()
|