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

/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c446 * is in progress). curr_frame is used to indicate the current frame. Just
447 * prior to decrementing curr_frame, we must ensure that the correct size for
474 int curr_frame = 0; local
505 if (--curr_frame < 0) {
509 exacct_order64(&estack[curr_frame].esf_size);
511 estack[curr_frame].esf_offset, bufsize,
512 &estack[curr_frame].esf_size, sizeof (ea_size_t));
513 exacct_order64(&estack[curr_frame].esf_size);
524 estack[curr_frame].esf_bksize += sizeof (uint32_t);
527 estack[curr_frame]
[all...]

Completed in 625 milliseconds