HomeSort by relevance Sort by last modified time
    Searched refs:TO_ELEM (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),
178 pool_set_pair(TO_ELEM(pool), src);
179 *e1 = TO_ELEM(pool);
203 if (pool_put_ns_property(TO_ELEM(res), c_min_prop,
208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop,
216 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(res),
224 pool_set_pair(TO_ELEM(res), src);
225 *e1 = TO_ELEM(res);
293 if (pool_elem_compare_name(TO_ELEM(res1),
294 TO_ELEM(res2)) != 0)
    [all...]
pool.c 394 elem = TO_ELEM(rs[i]);
430 elem = TO_ELEM(ps[i]);
442 elem = TO_ELEM(rs[i]);
457 elem = TO_ELEM(rs[i]);
469 elem = TO_ELEM(cs[i]);
505 pe = TO_ELEM(pool);
534 pe = TO_ELEM(res);
563 pe = TO_ELEM(comp);
    [all...]
pool_kernel.c 670 pool_conf_t *conf = TO_CONF(TO_ELEM(pke));
676 pool_elem_dprintf(TO_ELEM(pke));
692 pool_conf_t *conf = TO_CONF(TO_ELEM(pke));
998 pool_elem_t *elem = TO_ELEM(ps[i]);
1042 pool_elem_t *reselem = TO_ELEM(rs[j]);
1076 pool_elem_t *elem = TO_ELEM(rs[i]);
1117 TO_ELEM(cs[j]);
    [all...]
pool_internal.c 931 if (pool_get_property(TO_CONF(TO_ELEM(component)), TO_ELEM(component),
952 pvc = pool_get_ns_property(TO_ELEM(res), name, &val);
957 pool_elem_dprintf(TO_ELEM(res));
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,
1043 pool_elem_class_string(TO_ELEM(res))));
    [all...]
pool_xml.c     [all...]
pool_internal.h 63 #define TO_ELEM(s) ((pool_elem_t *)s)

Completed in 180 milliseconds