Searched defs:pool_get_ns_property (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool.c | 359 if (pool_get_ns_property(pe, c_name, &val) == POC_STRING) { 399 if (pool_get_ns_property(elem, c_name, &val) != 889 pool_get_ns_property(const pool_elem_t *pe, const char *name, pool_value_t *val) function 2831 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2835 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { 2841 if (pool_get_ns_property(e1, "name", &val) == POC_INVAL) { 2849 if (pool_get_ns_property(e2, "name", &val) == POC_INVAL) { 2889 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2893 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) {
|
Completed in 28 milliseconds