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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c224 char *plat, *pp, *l, *ancestor_l = NULL, *new_l = NULL; local
322 if (topo_node_label(anode, &ancestor_l,
333 __func__, node, ancestor_l);
336 if (ancestor_l == NULL) {
347 if (ancestor_l && l) {
349 "ancestor_l=%s and l=%s\n",
350 __func__, node, ancestor_l, l);
351 len = strlen(ancestor_l) + strlen(l) + 2;
353 (void) snprintf(new_l, len, "%s/%s", ancestor_l, l);

Completed in 75 milliseconds