Searched refs:pool_put_ns_property (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 203 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 D | pool_internal.h | 363 extern int pool_put_ns_property(pool_elem_t *, const char *,
|
H A D | pool.c | 1023 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 D | pool_xml.c | 300 return (pool_put_ns_property( in get_unique_id()
|