Searched refs:stack_t (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/sys/
H A Ducontext.c49 getustack(stack_t **spp)
55 setustack(stack_t *sp)
/illumos-gate/usr/src/head/
H A Ducontext.h76 extern int getustack(stack_t **);
77 extern int setustack(stack_t *);
79 extern int stack_getbounds(stack_t *);
80 extern int stack_setbounds(const stack_t *);
H A Dthread.h70 * the definition of thr_stksegment() is not strict ansi-c since stack_t is
75 extern int thr_stksegment(stack_t *);
H A Dsignal.h103 extern int sigaltstack(const stack_t *_RESTRICT_KYWD, stack_t *_RESTRICT_KYWD);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h39 } stack_t; typedef in typeref:struct:sigaltstack
101 stack_t uc_stack;
115 * A sigset_t is 16 bytes and a stack_t is 12 bytes. The layout must
127 stack_t sjs_stack;
135 stack_t sjs_stack;
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.h36 stack_t lwps_stack;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstack.c39 stack_getbounds(stack_t *sp)
47 stack_setbounds(const stack_t *sp)
76 stack_t *ustackp = &curthread->ul_ustack;
/illumos-gate/usr/src/lib/libc/inc/
H A Dsigjmp_struct.h43 * A greg_t is a long. A sigset_t is 4 ints and a stack_t is 3 longs.
68 stack_t sjs_stack;
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h50 extern void stack_32_to_n(const stack32_t *, stack_t *);
68 extern void stack_n_to_32(const stack_t *, stack32_t *);
H A Dlibproc.h330 extern int Lstack(struct ps_lwphandle *, stack_t *);
331 extern int Lmain_stack(struct ps_lwphandle *, stack_t *);
332 extern int Lalt_stack(struct ps_lwphandle *, stack_t *);
442 extern int Plwp_stack(struct ps_prochandle *, lwpid_t, stack_t *);
443 extern int Plwp_main_stack(struct ps_prochandle *, lwpid_t, stack_t *);
444 extern int Plwp_alt_stack(struct ps_prochandle *, lwpid_t, stack_t *);
H A DPlwpregs.c389 Plwp_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp)
429 Plwp_main_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp)
503 Plwp_alt_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp)
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h48 * Inclusion of <sys/signal.h> for sigset_t and stack_t definitions
67 } stack_t; typedef in typeref:struct:__anon513
85 stack_t uc_stack;
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h48 * Inclusion of <sys/signal.h> for sigset_t and stack_t definitions
67 } stack_t; typedef in typeref:struct:__anon543
86 stack_t uc_stack;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c55 stack_t stack;
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h204 typedef struct sigaltstack stack_t; typedef in typeref:struct:sigaltstack
249 extern int sigaltstack(const stack_t *, stack_t *);
/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c68 stack_t st;
/illumos-gate/usr/src/uts/common/sys/
H A Dklwp.h116 stack_t lwp_sigaltstack; /* alternate signal stack */
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c305 (stack_t *)lwp->lwp_ustack, sizeof (stack_t));
746 (stack_t *)lwp->lwp_ustack, sizeof (stack_t));
H A Dsyscall.c779 stack_t stk;
791 if (copyin((stack_t *)lwp->lwp_ustack, &stk,
792 sizeof (stack_t)) == 0 &&
800 (void) copyout(&stk, (stack_t *)lwp->lwp_ustack,
801 sizeof (stack_t));
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c84 typedef int (*tnf_thr_stksegment_func_t)(stack_t *s);
483 _tnf_thr_stksegment(stack_t *s)
/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c186 stack_t dummy_stk;
234 (void) copyout(&uc.uc_stack, (stack_t *)lwp->lwp_ustack,
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c873 stack_t stk;
875 if (copyin((stack_t *)lwp->lwp_ustack, &stk,
876 sizeof (stack_t)) == 0 &&
885 (stack_t *)lwp->lwp_ustack,
886 sizeof (stack_t));
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c187 stack_t dummy_stk;
316 (void) copyout(&uc.uc_stack, (stack_t *)lwp->lwp_ustack,
317 sizeof (stack_t));
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c293 stack_t st;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h181 stack_t lwp_sigaltstack;

Completed in 176 milliseconds

12