Searched refs:stackp (Results 1 – 8 of 8) sorted by relevance
| /trueos/bin/sh/ |
| HD | memalloc.c | 128 static struct stack_block *stackp; variable 147 sp->prev = stackp; in stnewblock() 151 stackp = sp; in stnewblock() 187 mark->stackp = stackp; in setstackmark() 191 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark() 202 while (stackp != mark->stackp) { in popstackmark() 203 sp = stackp; in popstackmark() 204 stackp = sp->prev; in popstackmark() 247 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock() 249 oldstackp = stackp; in growstackblock() [all …]
|
| HD | memalloc.h | 39 struct stack_block *stackp; member
|
| /trueos/sys/ia64/ia64/ |
| HD | vm_machdep.c | 265 char *stackp; in cpu_fork() local 292 stackp = (char *)(td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE); in cpu_fork() 294 stackp -= sizeof(struct pcb); in cpu_fork() 295 td2->td_pcb = (struct pcb *)stackp; in cpu_fork() 298 stackp -= sizeof(struct trapframe); in cpu_fork() 299 td2->td_frame = (struct trapframe *)stackp; in cpu_fork() 320 td2->td_pcb->pcb_special.sp = (uintptr_t)stackp - 16; in cpu_fork()
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_read_support_filter_compress.c | 130 unsigned char *stackp; member 249 state->stackp = state->stack; in compress_bidder_init() 284 if (state->stackp > state->stack) { in compress_filter_read() 285 *p++ = *--state->stackp; in compress_filter_read() 380 *state->stackp++ = state->finbyte; in next_code() 386 *state->stackp++ = state->suffix[code]; in next_code() 389 *state->stackp++ = state->finbyte = code; in next_code()
|
| /trueos/usr.bin/compress/ |
| HD | zopen.c | 166 #define stackp zs->u.r.zs_stackp macro 508 stackp = de_stack; in zread() 529 *stackp++ = finchar; in zread() 541 *stackp++ = tab_suffixof(code); in zread() 544 *stackp++ = finchar = tab_suffixof(code); in zread() 550 *bp++ = *--stackp; in zread() 551 } while (stackp > de_stack); in zread()
|
| /trueos/contrib/gcc/ |
| HD | gensupport.c | 216 struct file_name_list *stackp; in process_include() local 219 for (stackp = first_dir_md_include; stackp; stackp = stackp->next) in process_include() 223 pathname = concat (stackp->fname, sep, filename, NULL); in process_include()
|
| /trueos/ |
| D | mach-compat.diff | 2458 …gs(struct lwp *l, struct exec_package *pack, struct ps_strings *arginfo, char **stackp, void *argp) 2466 + *stackp = (char *)(((unsigned long)*stackp - 1) & ~0xfUL); 2470 + if ((error = copyout(&macho_hdr, *stackp, sizeof(macho_hdr))) != 0) 2473 + *stackp += sizeof(macho_hdr); 2475 + if ((error = copyargs(l, pack, arginfo, stackp, argp)) != 0) { 2480 + if ((error = copyout(&zero, *stackp, sizeof(zero))) != 0) 2482 + *stackp += sizeof(zero); 2485 + *stackp, MAXPATHLEN, &len)) != 0) { 2489 + *stackp += len + 1; 2497 + if ((error = copyout(&zero, *stackp, len)) != 0) [all …]
|
| D | initial stab at compiling mach.diff | 647 …gs(struct lwp *l, struct exec_package *pack, struct ps_strings *arginfo, char **stackp, void *argp) 648 …struct thread *l, struct exec_package *pack, struct ps_strings *arginfo, char **stackp, void *argp)
|