Searched refs:stackp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Dmemalloc.c126 static struct stack_block *stackp; variable in typeref:struct:stack_block
145 sp->prev = stackp;
149 stackp = sp;
185 mark->stackp = stackp;
189 if (stackp != NULL && stacknxt == SPACE(stackp))
200 while (stackp != mark->stackp) {
201 sp = stackp;
[all...]
H A Dmemalloc.h39 struct stack_block *stackp; member in struct:stackmark
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c130 unsigned char *stackp; member in struct:private_data
249 state->stackp = state->stack;
284 if (state->stackp > state->stack) {
285 *p++ = *--state->stackp;
380 *state->stackp++ = state->finbyte;
386 *state->stackp++ = state->suffix[code];
389 *state->stackp++ = state->finbyte = code;
/freebsd-10.0-release/sys/ia64/ia64/
H A Dvm_machdep.c265 char *stackp; local
292 stackp = (char *)(td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE);
294 stackp -= sizeof(struct pcb);
295 td2->td_pcb = (struct pcb *)stackp;
298 stackp -= sizeof(struct trapframe);
299 td2->td_frame = (struct trapframe *)stackp;
320 td2->td_pcb->pcb_special.sp = (uintptr_t)stackp - 16;
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c166 #define stackp zs->u.r.zs_stackp macro
508 stackp = de_stack;
529 *stackp++ = finchar;
541 *stackp++ = tab_suffixof(code);
544 *stackp++ = finchar = tab_suffixof(code);
550 *bp++ = *--stackp;
551 } while (stackp > de_stack);
/freebsd-10.0-release/contrib/gcc/
H A Dgensupport.c218 struct file_name_list *stackp;
221 for (stackp = first_dir_md_include; stackp; stackp = stackp->next)
225 pathname = concat (stackp->fname, sep, filename, NULL);
216 struct file_name_list *stackp; local

Completed in 142 milliseconds