Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c2155 char *in_val, *node_val; in hc_expand() local
2157 if (nvlist_lookup_string(nvl, *namep, &node_val) != 0) in hc_expand()
2161 if (strcmp(in_val, node_val) == 0) in hc_expand()
2167 if (nvlist_add_string(hap->ha_fmri, *namep, node_val) != 0) { in hc_expand()