Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h61 topo_hdl_t *tp_hdl; /* handle pointer for allocations */ member
H A Dtopo_prop.c133 if (topo_hdl_nvalloc(pv->tp_hdl, &args, NV_UNIQUE_NAME) < 0 || in prop_method_get()
555 pv->tp_hdl = thp; in prop_create()
801 if (topo_hdl_nvalloc(pv->tp_hdl, &args, NV_UNIQUE_NAME) < 0) { in topo_prop_setprop()
1327 thp = pv->tp_hdl; in topo_propval_destroy()
1394 if (topo_hdl_nvdup(pv->tp_hdl, pv->tp_val, nvl) != 0) { in prop_val_add()