HomeSort by relevance Sort by last modified time
    Searched refs:TO_CONF (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpool/common/
pool_commit.c 170 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(pool),
216 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(res),
256 ret = pool_destroy(TO_CONF(pe), pool);
261 ret = pool_resource_destroy(TO_CONF(pe), res);
289 res1 = pool_get_owning_resource(TO_CONF(e1),
291 res2 = pool_get_owning_resource(TO_CONF(e2),
301 newres = pool_get_resource(TO_CONF(e2),
311 (void) pool_resource_xtransfer(TO_CONF(e2),
315 if (pool_walk_properties(TO_CONF(e2), e2, NULL,
367 if (pool_walk_properties(TO_CONF(e1), e1, e2, clone_element) !
    [all...]
pool_internal.c 443 pool = pool_get_pool(TO_CONF(elem), nm);
451 res = pool_get_resource(TO_CONF(elem),
598 if (conf_is_dynamic(TO_CONF(elem)) == PO_TRUE) {
614 return (pool_validate_resource(TO_CONF(elem),
666 if (conf_is_dynamic(TO_CONF(elem)) == PO_TRUE) {
682 return (pool_validate_resource(TO_CONF(elem),
931 if (pool_get_property(TO_CONF(TO_ELEM(component)), TO_ELEM(component),
997 if ((cs = pool_query_resource_components(TO_CONF(TO_ELEM(res)), res,
1042 return (resource_by_sysid(TO_CONF(TO_ELEM(res)), PS_NONE,
1195 if ((rs = pool_exec_query(TO_CONF(pe), NULL, NULL
    [all...]
pool.c 339 pool_conf_t *conf = TO_CONF(pe);
507 if (TO_CONF(pe) != conf) {
536 if (TO_CONF(pe) != conf) {
565 if (TO_CONF(pe) != conf) {
904 ret = pool_get_property(TO_CONF(pe), pe, cb->cb_buf, val);
924 if (TO_CONF(pe) != conf) {
990 if (TO_CONF(pe) != conf) {
1036 ret = pool_put_property(TO_CONF(pe), pe, cb->cb_buf, val);
1104 if (TO_CONF(pe) != conf) {
    [all...]
pool_internal.h 67 #define TO_CONF(s) (s->pe_conf)
pool_kernel.c 670 pool_conf_t *conf = TO_CONF(TO_ELEM(pke));
692 pool_conf_t *conf = TO_CONF(TO_ELEM(pke));
    [all...]
pool_xml.c 939 pool_conf_t *conf = TO_CONF(pe);
    [all...]

Completed in 120 milliseconds