Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpool/common/
H A Dpool_commit.c203 if (pool_put_ns_property(TO_ELEM(res), c_min_prop, in commit_create()
208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop, in commit_create()
340 if (pool_put_ns_property(e2, c_min_prop, in commit_update()
345 if (pool_put_ns_property(e2, c_max_prop, in commit_update()
H A Dpool_internal.h363 extern int pool_put_ns_property(pool_elem_t *, const char *,
H A Dpool.c1023 pool_put_ns_property(pool_elem_t *pe, const char *name, in pool_put_ns_property() function
1311 pool_put_ns_property(pe, "name", &val) != PO_SUCCESS) { in pool_resource_create()
H A Dpool_xml.c300 return (pool_put_ns_property( in get_unique_id()