Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libexacct/common/
H A Dexacct_ops.c77 if (f->ef_depth == NULL) { in stack_check()
78 if ((f->ef_depth = in stack_check()
84 bzero(f->ef_depth, DEFAULT_ENTRIES * sizeof (ea_file_depth_t)); in stack_check()
96 bcopy(f->ef_depth, newstack, in stack_check()
100 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_check()
102 f->ef_depth = newstack; in stack_check()
112 if (f->ef_depth != NULL) { in stack_free()
113 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_free()
114 f->ef_depth = NULL; in stack_free()
134 f->ef_depth[f->ef_ndeep].efd_obj = 0; in stack_new_group()
[all …]
/titanic_41/usr/src/head/
H A Dexacct_impl.h49 ea_file_depth_t *ef_depth; /* pointer to depth stack */ member