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