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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c46 char *bac; local
52 bac = topo_mod_strdup(mod, bus_addr);
53 if ((comma = strchr(bac, ',')) != NULL)
55 pp->br_ba_bc = strtonum(mod, bac, &e);
61 topo_mod_strfree(mod, bac);
67 topo_mod_strfree(mod, bac);
75 topo_mod_strfree(mod, bac);
80 topo_mod_strfree(mod, bac);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c226 char *bac; local
231 (bac = topo_mod_strdup(mod, ba)) == NULL)
235 "Transcribing %s into board, bus, etc.\n", bac);
237 if ((comma = strchr(bac, ',')) == NULL) {
238 topo_mod_strfree(mod, bac);
242 bc = strtonum(mod, bac, &e);
246 "Trouble interpreting %s before comma.\n", bac);
247 topo_mod_strfree(mod, bac);
253 "Trouble interpreting %s after comma.\n", bac);
254 topo_mod_strfree(mod, bac);
[all...]

Completed in 46 milliseconds