Searched refs:pool_put_ns_property (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 201 if (pool_put_ns_property(TO_ELEM(res), c_min_prop, in commit_create() 206 if (pool_put_ns_property(TO_ELEM(res), c_max_prop, in commit_create() 338 if (pool_put_ns_property(e2, c_min_prop, in commit_update() 343 if (pool_put_ns_property(e2, c_max_prop, in commit_update()
|
H A D | pool_internal.h | 361 extern int pool_put_ns_property(pool_elem_t *, const char *,
|
H A D | pool.c | 1021 pool_put_ns_property(pool_elem_t *pe, const char *name, in pool_put_ns_property() function 1309 pool_put_ns_property(pe, "name", &val) != PO_SUCCESS) { in pool_resource_create()
|
H A D | pool_xml.c | 292 return (pool_put_ns_property( in get_unique_id()
|