Home
last modified time | relevance | path

Searched refs:stack (Results 226 – 250 of 337) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c216 uintptr_t *stack = sep->se_stack; in stacks_hash_entry() local
221 total += *stack; in stacks_hash_entry()
222 stack++; depth--; in stacks_hash_entry()
H A Dleaky_subr.c570 leaky_subr_caller(const pc_t *stack, uint_t depth, char *buf, uintptr_t *pcp) in leaky_subr_caller() argument
579 pc = stack[i]; in leaky_subr_caller()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c424 #error need to define stack base reserve in door_return()
430 #error stack does not grow downwards, routine needs update in door_return()
/illumos-gate/usr/src/boot/forth/
H A Dpcibios.4th39 \ stack: argN lenN ... arg1 len1 N
H A Dsupport.4th262 \ we need to handle 3 cases for addr len pairs on stack:
406 \ assign a reference to what is on the stack
1090 \ find a module name, leave addr on the stack (0 if not found)
1093 dup 0= if 2drop then ( parse did not find argument, try stack )
1316 : get_conf_files ( -- addr len ) \ put addr/len on stack, reset var
1696 s" kernel" s" -t " \ push 2 strings into the stack
1985 0 2>r ( save addr 0 on return stack )
1994 2>r ( store string on the result stack )
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S43 ! Flush the register windows so the stack can be reused.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S60 ! reserve 4k for cpr tmp stack; tstack should be first,
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.S78 fstp %st(0) / stack empty
H A Dexpm1f.S57 fld %st(0) / duplicate stack top
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac101 # stack smashing attacks, but GRUB doesn't want this feature.
102 AC_CACHE_CHECK([whether gcc has -fno-stack-protector],
105 CFLAGS="-fno-stack-protector"
113 STAGE2_CFLAGS="$STAGE2_CFLAGS -fno-stack-protector"
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h162 StkId stack; /* stack base */ member
H A Dlgc.c497 StkId o = th->stack; in traversestack()
503 StkId lim = th->stack + th->stacksize; /* real end of stack */ in traversestack()
699 if (L1->stack == NULL) return; /* stack not completely built yet */ in sweepthread()
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h278 } *stack; /* pointer to the call stack info */ member
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S1158 add %o7,4,%o7 ! stack buffer pointer update
1161 and %o7,15,%o7 ! stack buffer pointer update
1189 add %o7,4,%o7 ! stack buffer pointer update
1192 and %o7,15,%o7 ! stack buffer pointer update
1282 add %o7,4,%o7 ! stack buffer pointer update
1289 and %o7,15,%o7 ! stack buffer pointer update
1376 add %o7,4,%o7 ! stack buffer pointer update
1380 and %o7,15,%o7 ! stack buffer pointer update
1552 add %o7,4,%o7 ! stack buffer pointer update
1562 and %o7,15,%o7 ! stack buffer pointer update
[all …]
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S68 mov $start,%sp # stack
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1528 stack_retrieve(char *stack) in stack_retrieve() argument
1545 *stack = '\0'; in stack_retrieve()
1550 *stack = '\0'; in stack_retrieve()
1555 Pread(dumpfd, stack, STACK_BUF_SIZE, dumpoff); in stack_retrieve()
1556 if (sd.sd_ssum != checksum32(stack, STACK_BUF_SIZE)) in stack_retrieve()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi33 /* @r{The size of our stack (16KB).} */
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h101 struct blk *stack[STKSZ]; variable
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S718 sub $[4*8], %rsp / Make room on stack to save registers
719 mov %rcx, (%rsp) / Save output pointer (P4) on stack
822 sub $[4*8], %rsp / Make room on stack to save registers
823 mov %rcx, (%rsp) / Save output pointer (P4) on stack
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c565 char* stack; member
1310 if (!(state.stack = stkalloc(stkstd, 0))) in main()
1403 if (state.stack) in main()
1937 if (state.stack) in main()
1938 stkset(stkstd, state.stack, 0); in main()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c1259 fm_payload_stack_add(nvlist_t *payload, const pc_t *stack, int depth) in fm_payload_stack_add() argument
1269 if ((sym = kobj_getsymname(stack[i], &off)) != NULL) in fm_payload_stack_add()
1272 (void) snprintf(stkp, FM_SYM_SZ, "%lx", (long)stack[i]); in fm_payload_stack_add()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h793 #define HANDLE_BUF_PKT(taskq, stack, dropper, buf_pkt) \ argument
805 DROPPER(stack, \
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S1249 ! get back on current thread's stack
1832 flushw ! force register windows to stack
1834 ! restore registers from the base of the stack of the interrupt thread.
1836 ldn [%i0 + T_STACK], %i2 ! get stack save area pointer
1845 ldn [%i2 + (8*GREGSIZE)], %o0 ! put ins from stack in outs
1852 ! copy stack/pointer without using %sp
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c375 undi.undi_call_info->stack[0] = st0; in _undi_call()
376 undi.undi_call_info->stack[1] = st1; in _undi_call()
377 undi.undi_call_info->stack[2] = st2; in _undi_call()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE41 of the \(bv. Using \(bv for the vertical part guarantees things will stack

12345678910>>...14