Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c2102 char *in_val, *node_val; in hc_expand() local
2104 if (nvlist_lookup_string(nvl, *namep, &node_val) != 0) in hc_expand()
2108 if (strcmp(in_val, node_val) == 0) in hc_expand()
2114 if (nvlist_add_string(hap->ha_fmri, *namep, node_val) != 0) { in hc_expand()