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

/illumos-gate/usr/src/psm/stand/bootlst/sparc/
H A Dsrt0.s37 void *estack;
53 estack: ! top of cprboot stack label
54 .global estack
69 set estack - STACK_BIAS, %o5
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s41 void *estack;
62 estack: ! top of cprboot stack label
63 .global estack
78 set estack - STACK_BIAS, %o5
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c471 struct es_frame *estack; local
483 estack = ea_alloc(sizeof (struct es_frame) * DEFAULT_ENTRIES);
484 if (estack == NULL) {
488 bzero(estack, sizeof (struct es_frame) * DEFAULT_ENTRIES);
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_fram
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h205 uint64_t estack; member in struct:sbdp_shutdown
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c208 uint64_t estack; member in struct:drmach_shutdown_mbox
2515 drmach_shutdown_asm_mbox->estack = bbsram_addr + funclen;

Completed in 70 milliseconds