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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h59 char *tp_name; /* prop name */ member in struct:topo_propval
H A Dtopo_prop.c102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0)
160 if (ret != 0 || strcmp(name, pv->tp_name) != 0)
554 if ((pv->tp_name = topo_hdl_strdup(thp, pname))
998 if (strcmp(pv->tp_name, pname) == 0) {
1324 if (pv->tp_name != NULL)
1325 topo_hdl_strfree(thp, pv->tp_name);

Completed in 24 milliseconds