Searched refs:ef_depth (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dexacct_impl.h49 ea_file_depth_t *ef_depth; /* pointer to depth stack */ member in struct:_ea_file_impl
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c66 * state stack is stored within the ea_file_impl_t structure, in the ef_depth,
77 if (f->ef_depth == NULL) {
78 if ((f->ef_depth =
84 bzero(f->ef_depth, DEFAULT_ENTRIES * sizeof (ea_file_depth_t));
96 bcopy(f->ef_depth, newstack,
100 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t));
102 f->ef_depth = newstack;
112 if (f->ef_depth != NULL) {
113 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t));
114 f->ef_depth
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c79 fi->ef_depth[fi->ef_ndeep].efd_obj + 1,
80 fi->ef_depth[fi->ef_ndeep].efd_nobjs);

Completed in 25 milliseconds