Searched refs:slotbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did.c | 131 char *slotbuf; in di_physlotinfo_get() local 183 slotbuf = (char *)cbdata.cb_label; in di_physlotinfo_get() 187 slotbuf = (char *)&buf[4]; in di_physlotinfo_get() 195 slotbuf = alloca(16); in di_physlotinfo_get() 196 (void) snprintf(slotbuf, 16, "SLOT %d", *slotnum); in di_physlotinfo_get() 200 if ((*slotname = topo_mod_strdup(mp, slotbuf)) == NULL) in di_physlotinfo_get() 215 uchar_t *slotbuf; in di_slotinfo_get() local 223 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &slotbuf) < 0) in di_slotinfo_get() 227 bcopy(slotbuf, &slotmap, sizeof (uint_t)); in di_slotinfo_get() 231 slotname = (char *)&slotbuf[4]; in di_slotinfo_get()
|