Home
last modified time | relevance | path

Searched refs:slotbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c159 char *slotbuf = NULL; in di_physlotinfo_get() local
243 slotbuf = (char *)cbdata.cb_label; in di_physlotinfo_get()
245 __func__, src, slotbuf); in di_physlotinfo_get()
247 slotbuf = (char *)&buf[4]; in di_physlotinfo_get()
249 __func__, src, DI_SLOTPROP, slotbuf); in di_physlotinfo_get()
259 slotbuf = alloca(16); in di_physlotinfo_get()
260 (void) snprintf(slotbuf, 16, "SLOT %d", *slotnum); in di_physlotinfo_get()
262 "name: %s\n", __func__, src, slotbuf); in di_physlotinfo_get()
265 if ((*slotname = topo_mod_strdup(mp, slotbuf)) == NULL) { in di_physlotinfo_get()
278 uchar_t *slotbuf; in di_slotinfo_get() local
[all …]