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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c137 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon445
172 if ((STACK_DIR > 0 && hp->h.deep > depth)
173 || (STACK_DIR < 0 && hp->h.deep < depth))
210 new->h.deep = depth;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c324 * deep is PO_TRUE/PO_FALSE to indicate whether children should be included
327 pool_base_info(const pool_elem_t *pe, char_buf_t *cb, int deep) argument
347 (void) pool_base_info(pe, cb, deep);
413 if (deep == PO_TRUE) {
493 * value of deep is illegal, POE_BADPARAM.
498 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) argument
509 if (pool_conf_status(conf) == POF_INVALID || (deep & ~1)) {
514 return (pool_base_info(pe, NULL, deep));
521 * value of deep is illegal, POE_BADPARAM.
527 int deep)
526 pool_resource_info(const pool_conf_t *conf, const pool_resource_t *res, int deep) argument
555 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, int deep) argument
584 pool_conf_info(const pool_conf_t *conf, int deep) argument
[all...]

Completed in 49 milliseconds