Searched refs:pool_system_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_impl.h111 * - pool_system_t, represents an entire configuration
116 * pool_system_t is an internal structure, the other structures are
124 } pool_system_t; typedef in typeref:struct:pool_system
241 extern pool_system_t *pool_conf_system(const pool_conf_t *);
242 extern pool_system_t *pool_elem_system(const pool_elem_t *);
248 * Convert a pool_system_t to a pool_elem_t.
250 extern pool_elem_t *pool_system_elem(const pool_system_t *);
H A Dpool_internal.c1371 pool_system_t *
1393 pool_system_t *
1400 return ((pool_system_t *)pe);
H A Dpool.c2515 pool_system_elem(const pool_system_t *ph)
2523 pool_system_t *sys;
H A Dpool_xml.c1484 pool_system_t *parent_system;

Completed in 37 milliseconds