Searched defs:deep (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java86 * @param deep Whether the information should contain information about
91 public String getInformation(int deep) throws PoolsException argument
94 getComponent(), deep));
H A DPool.java136 * @param deep Whether the information should contain information about
141 public String getInformation(int deep) throws PoolsException argument
144 deep));
H A DResource.java150 * @param deep Whether the information should contain information about
155 public String getInformation(int deep) throws PoolsException argument
158 getResource(), deep));
H A DElement.java63 * @param deep Whether the information should contain information about
68 public abstract String getInformation(int deep) throws PoolsException; argument
H A DConfiguration.java597 * @param deep Whether the information should contain information about
601 public String getInformation(int deep) argument
603 return (PoolInternal.pool_conf_info(_conf.getConf(), deep));
H A DPoolInternal.java96 final static native String pool_conf_info(long conf, int deep); argument
107 int deep);
114 final static native String pool_info(long conf, long pool, int deep); argument
120 long comp, int deep);
106 pool_resource_info(long conf, long res, int deep) argument
119 pool_component_info(long conf, long comp, int deep) argument
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c327 * deep is PO_TRUE/PO_FALSE to indicate whether children should be included
330 pool_base_info(const pool_elem_t *pe, char_buf_t *cb, int deep) argument
350 (void) pool_base_info(pe, cb, deep);
416 if (deep == PO_TRUE) {
496 * value of deep is illegal, POE_BADPARAM.
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) argument
512 if (pool_conf_status(conf) == POF_INVALID || (deep & ~1)) {
517 return (pool_base_info(pe, NULL, deep));
524 * value of deep is illegal, POE_BADPARAM.
530 int deep)
529 pool_resource_info(const pool_conf_t *conf, const pool_resource_t *res, int deep) argument
558 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, int deep) argument
587 pool_conf_info(const pool_conf_t *conf, int deep) argument
[all...]

Completed in 76 milliseconds