Searched refs:pool_get_ns_property (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 584 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL) 601 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) { 638 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) 669 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL) { 952 pvc = pool_get_ns_property(TO_ELEM(res), name, &val); 1088 if (pool_get_ns_property(elem, name, &val) != POC_INT) { 1106 if (pool_get_ns_property(elem, name, &val) != POC_STRING) { 1153 if (pool_get_ns_property(elem, "temporary", &val) != POC_BOOL) 1697 if (pool_get_ns_property(TO_ELEM(rl[i]), prop, 1732 if (pool_get_ns_property(TO_ELE [all...] |
H A D | pool.c | 362 if (pool_get_ns_property(pe, c_name, &val) == POC_STRING) { 402 if (pool_get_ns_property(elem, c_name, &val) != 892 pool_get_ns_property(const pool_elem_t *pe, const char *name, pool_value_t *val) function 2834 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2838 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { 2844 if (pool_get_ns_property(e1, "name", &val) == POC_INVAL) { 2852 if (pool_get_ns_property(e2, "name", &val) == POC_INVAL) { 2892 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2896 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) {
|
H A D | pool_internal.h | 369 extern pool_value_class_t pool_get_ns_property(const pool_elem_t *,
|
H A D | pool_commit.c | 498 if (pool_get_ns_property(TO_ELEM(owner), "name", &val) == 781 if (pool_get_ns_property(pe, "allocate-method", &val) != POC_STRING)
|
H A D | pool_xml.c | 290 if (pool_get_ns_property( 2767 if (pool_get_ns_property(TO_ELEM(rsl[i]), c_size_prop,
|
H A D | pool_kernel.c | 1465 if (pool_get_ns_property(TO_ELEM(pools[0]), c_name, props[0]) 1572 if (pool_get_ns_property(TO_ELEM(resources[0]), c_name, props[0]) ==
|
Completed in 70 milliseconds