Searched refs:ancestor_l (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c225 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; local
364 if (topo_node_label(anode, &ancestor_l,
375 __func__, node, ancestor_l);
384 if (ancestor_l) {
386 "ancestor_l=%s and l=%s\n",
387 __func__, node, ancestor_l, l);
388 len = strlen(ancestor_l) + strlen(l) + 2;
390 (void) snprintf(new_l, len, "%s/%s", ancestor_l, l);

Completed in 215 milliseconds