/titanic_52/usr/src/tools/ctf/cvt/ |
H A D | stack.c | 42 struct stk { struct 50 st_freestk global() argument
|
/titanic_52/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 91 stack_push(struct stack *stk, struct expr *exp) in stack_push() argument 111 stack_pop(struct stack *stk, in stack_pop() argument 163 setop1(unsigned int op,unsigned int num,struct stack * stk,unsigned int flag) setop1() argument 189 setop_reduce(unsigned int n,unsigned int op,struct stack * stk,struct expr * exp1,struct expr * exp2,struct expr * exp3) setop_reduce() argument 246 reduce(struct expr ** nexp,unsigned int n,struct expr * exp,struct stack * stk) reduce() argument 458 struct stack *stk, stkbuf; plural_expr() local [all...] |
/titanic_52/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_util.c | 67 cstack_t *stk; in cstack_new() local 84 cstack_delete(cstack_t *stk) in cstack_delete() argument 115 cstack_push(cstack_t *stk, voi argument 146 cstack_pop(cstack_t * stk,void ** data,int * len) cstack_pop() argument 181 cstack_top(cstack_t * stk,void ** data,int * len) cstack_top() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | stk.c | 76 struct stk struct 78 stkoverflowstk global() argument 79 stkrefstk global() argument 80 stkflagsstk global() argument 81 stkbasestk global() argument 82 stkendstk global() argument [all...] |
/titanic_52/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 38 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() argument 64 ulwp_t *ulwp, caddr_t stk, size_t stksize) in setup_context() argument
|
/titanic_52/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 43 caddr_t stk, in thread_create() argument 106 caddr_t stk, in zthread_create() argument
|
/titanic_52/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, in check_exc_list() argument 225 char *stk; in fex_log_entry() local 288 char *stk, *name, buf[30]; in __fex_mklog() local [all...] |
/titanic_52/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 37 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() argument 69 ulwp_t *ulwp, caddr_t stk, size_t stksize) in setup_context() argument
|
/titanic_52/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, in kmdb_makecontext() argument
|
/titanic_52/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, in kmdb_makecontext() argument
|
/titanic_52/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 49 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() argument 89 ulwp_t *ulwp, caddr_t stk, size_t stksize) in setup_context() argument
|
/titanic_52/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 146 lwpstack_t key, *stk; in anon_name() local
|
/titanic_52/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 233 caddr_t stk = ulwp->ul_stk; in ulwp_clean() local 326 void *stk; in find_stack() local 561 _thrp_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, in _thrp_create() argument 724 thr_create(void * stk,size_t stksize,void * (* func)(void *),void * arg,long flags,thread_t * new_thread) thr_create() argument 1787 _thrp_stksegment(ulwp_t * ulwp,stack_t * stk) _thrp_stksegment() argument 1797 thr_stksegment(stack_t * stk) thr_stksegment() argument [all...] |
/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributeVerifier.java | 806 StreamTokenizer stk = new StreamTokenizer(rdr); in parseTemplateAttribute() local 1248 StreamTokenizer stk = parseAttribute() local 1786 parseValueList(StreamTokenizer stk, AttributeDescriptor attDesc, int baseLineno) parseValueList() argument [all...] |
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.c | 2103 mdb_iob_stack_create(mdb_iob_stack_t *stk) in mdb_iob_stack_create() argument 2110 mdb_iob_stack_destroy(mdb_iob_stack_t *stk) in mdb_iob_stack_destroy() argument 2121 mdb_iob_stack_push(mdb_iob_stack_t *stk, mdb_iob_t *iob, size_t lineno) in mdb_iob_stack_push() argument 2131 mdb_iob_stack_pop(mdb_iob_stack_t *stk) in mdb_iob_stack_pop() argument 2145 mdb_iob_stack_size(mdb_iob_stack_t * stk) mdb_iob_stack_size() argument [all...] |
/titanic_52/usr/src/test/libc-tests/tests/threads/ |
H A D | pthread_attr_get_np.c | 90 void *stk; in pgn_verif_thr_stack() local
|
/titanic_52/usr/src/uts/sun4/os/ |
H A D | machdep.c | 72 thread_stk_init(caddr_t stk) in thread_stk_init() argument 125 lwp_stk_init(klwp_t *lwp, caddr_t stk) in lwp_stk_init() argument [all...] |
/titanic_52/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 804 thread_stk_init(caddr_t stk) in thread_stk_init() argument 857 lwp_stk_init(klwp_t *lwp, caddr_t stk) in lwp_stk_init() argument [all...] |
/titanic_52/usr/src/cmd/checknr/ |
H A D | checknr.c | 45 } *stk; variable [all...] |
/titanic_52/usr/src/lib/libkvm/common/ |
H A D | test.c | 430 uintptr_t stk[16]; in tst_segkp() local
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | strft.h | 106 ftstk_t *stk; /* optional event callstack */ member
|
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 253 STACK stk; in tparm() local [all...] |
/titanic_52/usr/src/cmd/troff/ |
H A D | nii.c | 49 struct s *frame, *stk, *ejl; variable
|
/titanic_52/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 255 thr_create(void *stk, in thr_create() argument
|
/titanic_52/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 413 mdb_iob_stack_t stk; in iob_stack_walk_init() local
|