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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c515 prop_create(tnode_t *node, const char *pgname, const char *pname, function
785 if ((pv = prop_create(node, pgname, name, type, flag, err)) == NULL)
907 if ((pv = prop_create(node, pgname, pname, ptype,
H A Dtopo_xml.c518 prop_create(topo_mod_t *mp, function
531 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "prop_create(pgrp = %s, "
580 "prop_create: prop value lookup failed.\n");
681 if (prop_create(mp, props[pn], ptn, gnm, pnm, ptype, flag) < 0)
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c3433 int (*prop_create)(prop_handle_t *, void *data, uint_t nelements))
3478 if ((rval = (*prop_create)(&ph, data, nelements)) !=
3703 int (*prop_create)(prop_handle_t *, void *data, uint_t nelements))
3706 name, data, nelements, prop_create));

Completed in 101 milliseconds