Searched refs:DEFAULT_ENTRIES (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/exacct/
H A Dexacct_core.c57 #define DEFAULT_ENTRIES 4 macro
483 estack = ea_alloc(sizeof (struct es_frame) * DEFAULT_ENTRIES);
488 bzero(estack, sizeof (struct es_frame) * DEFAULT_ENTRIES);
489 neframes = DEFAULT_ENTRIES;
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c46 #define DEFAULT_ENTRIES 4 macro
79 ea_alloc(DEFAULT_ENTRIES * sizeof (ea_file_depth_t)))
84 bzero(f->ef_depth, DEFAULT_ENTRIES * sizeof (ea_file_depth_t));
85 f->ef_mxdeep = DEFAULT_ENTRIES;

Completed in 46 milliseconds