| /illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/ |
| H A D | kmdb_makecontext.c | 43 kmdb_makecontext(ucontext_t *ucp, void (*func)(void *), void *arg, caddr_t stk, argument 46 uintptr_t *stack = (uintptr_t *)(((uintptr_t)stk + stksize - 1) &
|
| /illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/ |
| H A D | kmdb_makecontext.c | 43 kmdb_makecontext(ucontext_t *ucp, void (*func)(void *), void *arg, caddr_t stk, argument 46 uintptr_t *stack = (uintptr_t *)((((uintptr_t)stk + stksize - 1) &
|
| /illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
| H A D | kmdb_makecontext.c | 44 kmdb_makecontext(ucontext_t *ucp, void (*func)(void *), void *arg, caddr_t stk, argument 51 uintptr_t stack = (((uintptr_t)stk + stksize - 1) &
|
| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | stack.c | 42 struct stk { struct
|
| /illumos-gate/usr/src/lib/libc/sparc/threads/ |
| H A D | machdep.c | 38 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) argument 47 stack = (((uintptr_t)stk + stksize) & ~(STACK_ALIGN - 1)) - 64 ulwp_t *ulwp, caddr_t stk, size_t stksize) 75 if ((stack = (uintptr_t)setup_top_frame(stk, stksize, ulwp)) == NULL) 63 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), ulwp_t *ulwp, caddr_t stk, size_t stksize) argument
|
| /illumos-gate/usr/src/lib/libc/amd64/threads/ |
| H A D | machdep.c | 37 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) argument 50 stack = (uint64_t *)(((uintptr_t)stk + stksize) & ~(STACK_ALIGN-1)); 69 ulwp_t *ulwp, caddr_t stk, size_t stksize) 87 if ((stack = setup_top_frame(stk, stksize, ulwp)) == NULL) 68 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), ulwp_t *ulwp, caddr_t stk, size_t stksize) argument
|
| /illumos-gate/usr/src/lib/libfakekernel/common/ |
| H A D | thread.c | 43 caddr_t stk, 106 caddr_t stk, 115 t = thread_create(stk, stksize, func, arg, len, NULL, TS_RUN, pri); 42 thread_create( caddr_t stk, size_t stksize, void (*func)(), void *arg, size_t len, struct proc *pp, int state, pri_t pri) argument 105 zthread_create( caddr_t stk, size_t stksize, void (*func)(), void *arg, size_t len, pri_t pri) argument
|
| /illumos-gate/usr/src/cmd/ptools/pmap/ |
| H A D | pmap_common.c | 146 lwpstack_t key, *stk; local 151 (stk = bsearch(&key, stacks, nstacks, sizeof (stacks[0]), 154 (stk->lwps_stack.ss_flags & SS_ONSTACK) ? 156 stk->lwps_lwpid);
|
| /illumos-gate/usr/src/lib/libc/port/i18n/ |
| H A D | plural_parser.c | 73 while (stk->index > 0) \ 74 freeexpr(stk->ptr[--stk->index]); \ 75 free(stk->ptr); \ 91 stack_push(struct stack *stk, struct expr *exp) argument 99 stk->ptr[stk->index++] = exp; 100 if (stk->index == MAX_STACK_SIZE) { 111 stack_pop(struct stack *stk, argument 114 if (stk 162 setop1(unsigned int op, unsigned int num, struct stack *stk, unsigned int flag) argument 189 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, struct expr *exp1, struct expr *exp2, struct expr *exp3) argument 246 reduce(struct expr **nexp, unsigned int n, struct expr *exp, struct stack *stk) argument 458 struct stack *stk, stkbuf; local [all...] |
| /illumos-gate/usr/src/lib/libkvm/common/ |
| H A D | test.c | 430 uintptr_t stk[16]; local 454 if (kvm_read(cookie, t.t_pcb.val[1] + STACK_BIAS, stk, 455 sizeof (stk)) != sizeof (stk)) { 460 printf("%-16lx ", stk[i]);
|
| /illumos-gate/usr/src/lib/libm/common/m9x/ |
| H A D | fex_log.c | 121 static int check_exc_list(char *addr, unsigned long code, char *stk, argument 134 if (l->stack[0] != stk) 157 l->stack[0] = stk; 225 char *stk; local 249 stk = (char *)fp->fr_savpc; 253 if (check_exc_list(stk, (unsigned long)msg, stk, fp)) { 264 print_stack(fd, stk, fp); 288 char *stk, *name, buf[30]; local 300 stk [all...] |
| /illumos-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_util.c | 67 cstack_t *stk; local 69 if ((stk = ndmp_malloc(sizeof (cstack_t))) == NULL) 72 return (stk); 84 cstack_delete(cstack_t *stk) argument 88 if (stk == NULL) { 93 while ((tmp = stk->next) != NULL) { 94 stk->next = tmp->next; 99 NDMP_LOG(LOG_DEBUG, "cstack_delete: 0x%p", stk); 100 free(stk); 115 cstack_push(cstack_t *stk, voi argument 146 cstack_pop(cstack_t *stk, void **data, int *len) argument 181 cstack_top(cstack_t *stk, void **data, int *len) argument [all...] |
| /illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/ |
| H A D | mdb_ds.c | 413 mdb_iob_stack_t stk; local 415 if (mdb_vread(&stk, sizeof (stk), wsp->walk_addr) == -1) { 420 wsp->walk_addr = (uintptr_t)stk.stk_top;
|
| /illumos-gate/usr/src/cmd/checknr/ |
| H A D | checknr.c | 45 } *stk; variable in typeref:struct:stkstr 173 stk = (struct stkstr *)realloc(stk, 193 stk = (struct stkstr *)calloc(sizeof (struct stkstr), 100); 334 if (stk[stktop].opno == SZ) { 343 stk[stktop].opno = SZ; 344 stk[stktop].pl = pl; 345 stk[stktop].parm = n; 346 stk[stktop].lno = lineno; 351 if (stk[stkto [all...] |
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | strft.h | 106 ftstk_t *stk; /* optional event callstack */ member in struct:ftevnt
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | tparm.c | 253 STACK stk; local 284 free_stack(&stk); 288 init_stack(&stk); 289 push(&stk, 0); 296 free_stack(&stk); 307 op = tops(&stk); 377 free_stack(&stk); 402 (void) pop(&stk); 476 (void) pop(&stk); 480 xp = pop_char_p(&stk); [all...] |
| /illumos-gate/usr/src/lib/libc/i386/threads/ |
| H A D | machdep.c | 49 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) argument 68 stack = (uint32_t *)(((uintptr_t)stk + stksize) & ~(STACK_ALIGN-1)); 89 ulwp_t *ulwp, caddr_t stk, size_t stksize) 133 if ((stack = setup_top_frame(stk, stksize, ulwp)) == NULL) 88 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), ulwp_t *ulwp, caddr_t stk, size_t stksize) argument
|
| /illumos-gate/usr/src/test/libc-tests/tests/threads/ |
| H A D | pthread_attr_get_np.c | 87 void *stk; local 92 VERIFY0(pthread_attr_getstack(attr, &stk, &stksz)); 93 VERIFY3P(stk, !=, NULL); 96 VERIFY3U(sp, >, (uintptr_t)stk); 97 VERIFY3U(sp, <, (uintptr_t)stk + stksz);
|
| /illumos-gate/usr/src/lib/libtnfprobe/ |
| H A D | probe_cntl.c | 66 typedef int (*tnf_thr_create_func_t)(void *stk, 255 thr_create(void *stk, argument 282 return ((*real_thr_create)(stk, stksize, probestart, (void *) arg_p,
|
| /illumos-gate/usr/src/lib/libast/common/misc/ |
| H A D | stk.c | 31 * This is a rewrite of the stk library that uses sfio 42 #include <stk.h> 49 * struct stk 76 struct stk struct 86 static struct stk *stkcur; /* pointer to current stk */ 90 ((struct stk*)(((char*)(stream))+STK_HDRSIZE))) 152 register struct stk *sp = stream2stk(stream); 217 register struct stk *sp; 227 sp = (struct stk*)(d [all...] |
| /illumos-gate/usr/src/uts/sparc/os/ |
| H A D | syscall.c | 873 stack_t stk; local 875 if (copyin((stack_t *)lwp->lwp_ustack, &stk, 877 (stk.ss_size == lwp->lwp_old_stk_ctl || 878 stk.ss_size == 0) && 879 stk.ss_sp == top - stk.ss_size) { 880 stk.ss_sp = (void *)((uintptr_t)stk.ss_sp + 881 stk.ss_size - new_size); 882 stk [all...] |
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | AttributeVerifier.java | 806 StreamTokenizer stk = new StreamTokenizer(rdr); 808 initIdChar(stk); 835 if ((tt = stk.nextToken()) != StreamTokenizer.TT_WORD) { 844 String id = stk.sval; 850 if ((tt = stk.nextToken()) != TT_EQUALS) { 868 if ((tt = stk.nextToken()) != StreamTokenizer.TT_WORD) { 880 new StreamTokenizer(new StringReader(stk.sval)); 885 !stk.sval.equals(sttk.sval)) { 909 if ((tt = stk.nextToken()) != StreamTokenizer.TT_EOF) { 928 if ((tt = stk 1786 parseValueList(StreamTokenizer stk, AttributeDescriptor attDesc, int baseLineno) argument [all...] |
| /illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
| H A D | ndmpd_tar.c | 652 cstack_t *stk; local 705 if ((stk = cstack_new()) == NULL) { 718 if (cstack_push(stk, p_dir_info, 0)) { 721 cstack_delete(stk); 748 cstack_pop(stk, (void **)&p_dir_info, 0) == 0) { 829 } else if (cstack_push(stk, t_dir_info, 859 while (cstack_pop(stk, (void **)&p_dir_info, 0) == 0) { 863 cstack_delete(stk);
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | leaky_subr.c | 285 uintptr_t stk = (uintptr_t)t->t_stk; local 298 leaky_grep(base, stk - base); 306 size = *pagesize - (stk & (*pagesize - 1)); 308 leaky_grep(stk, size);
|
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | nii.c | 49 struct s *frame, *stk, *ejl; variable in typeref:struct:
|