Searched defs:slotname (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c129 di_physlotinfo_get(topo_mod_t *mp, di_node_t src, int *slotnum, char **slotname) argument
200 if ((*slotname = topo_mod_strdup(mp, slotbuf)) == NULL)
203 topo_mod_dprintf(mp, "%s: node=%p: slotname=%s\n",
204 __func__, src, *slotname);
217 char *slotname; local
231 slotname = (char *)&slotbuf[4];
234 char *s = slotname;
235 slotname += strlen(s) + 1;

Completed in 482 milliseconds