Home
last modified time | relevance | path

Searched refs:ef_depth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c75 if (f->ef_depth == NULL) { in stack_check()
76 if ((f->ef_depth = in stack_check()
82 bzero(f->ef_depth, DEFAULT_ENTRIES * sizeof (ea_file_depth_t)); in stack_check()
94 bcopy(f->ef_depth, newstack, in stack_check()
98 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_check()
100 f->ef_depth = newstack; in stack_check()
110 if (f->ef_depth != NULL) { in stack_free()
111 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_free()
112 f->ef_depth = NULL; in stack_free()
132 f->ef_depth[f->ef_ndeep].efd_obj = 0; in stack_new_group()
[all …]
/illumos-gate/usr/src/head/
H A Dexacct_impl.h47 ea_file_depth_t *ef_depth; /* pointer to depth stack */ member