Searched refs:slotx (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/ |
H A D | tazmo.c | 1251 char slotx[16] = ""; in check_disk_presence() local 1261 (void) sprintf(slotx, "slot#%d", slot); in check_disk_presence() 1262 if ((slotprop = find_prop(slot2disk, slotx)) != NULL) in check_disk_presence() 1477 char slotx[16] = ""; in tazmo_physical_slot() local 1517 (void) sprintf(slotx, "pci-slot#%d", slot); in tazmo_physical_slot() 1519 (void) sprintf(slotx, "graphics#%d", slot); in tazmo_physical_slot() 1520 if ((prop = find_prop(slotd, slotx)) != NULL) in tazmo_physical_slot()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/ |
H A D | javelin.c | 1268 char slotx[16] = ""; in tazmo_physical_slot() local 1313 (void) sprintf(slotx, "pci-slot#%d", slot); in tazmo_physical_slot() 1315 (void) sprintf(slotx, "graphics#%d", slot); in tazmo_physical_slot() 1316 if ((prop = find_prop(slotd, slotx)) != NULL) in tazmo_physical_slot()
|