Searched defs:stack (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-10.1-release/sys/boot/ia64/ski/
H A Dstart.S62 stack: .skip STACKSIZE label
/freebsd-10.1-release/sys/sys/
H A D_stack.h34 struct stack { struct
/freebsd-10.1-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ifstack.c38 struct mibifstack *stack; local
57 struct mibifstack *stack; local
73 struct mibifstack *stack; local
[all...]
/freebsd-10.1-release/contrib/libexecinfo/
H A Dbuiltin.c58 void *stack = &stack; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2expr.h29 CORE_ADDR *stack; member in struct:dwarf_expr_context
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_stack.c40 struct stack { struct
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Dstack_machdep.c45 u_register_t * stack = local
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dlinux_radix.c79 struct radix_tree_node *stack[RADIX_TREE_MAX_HEIGHT]; local
H A Dlinux_idr.c270 struct idr_layer *stack[MAX_LEVEL]; local
346 struct idr_layer *stack[MAX_LEVEL]; local
/freebsd-10.1-release/usr.bin/csup/
H A Dattrstack.c39 struct fattr **stack; member in struct:attrstack
/freebsd-10.1-release/contrib/gcc/
H A Dipa.c38 struct cgraph_node **stack = local
H A Dipa-utils.c66 struct cgraph_node **stack; member in struct:searchc_env
/freebsd-10.1-release/contrib/unbound/services/
H A Dmodstack.c75 modstack_init(struct module_stack* stack) argument
82 modstack_config(struct module_stack* stack, const char* module_conf) argument
166 modstack_setup(struct module_stack* stack, const char* module_conf, struct module_env* env) argument
191 modstack_desetup(struct module_stack* stack, struct module_env* env) argument
204 modstack_find(struct module_stack* stack, const char* name) argument
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dmisc.c100 void *stack[128]; local
/freebsd-10.1-release/sys/boot/userboot/userboot/
H A Delf32_freebsd.c63 uint32_t stack[1024], *sp; local
[all...]
H A Delf64_freebsd.c93 uint32_t stack[1024]; local
/freebsd-10.1-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h46 struct obstack stack; member in struct:ht
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_stack.h98 class stack class
131 stack(const _Sequence& __c = _Sequence()) function in class:stack
214 operator ==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
232 operator <(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
238 operator !=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
244 operator >(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
250 operator <=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
256 operator >=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
[all...]
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_stack.c42 struct stack { struct
[all...]
/freebsd-10.1-release/lib/libc/stdlib/
H A Dradixsort.c60 } stack; typedef in typeref:struct:__anon5704
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c57 struct stack stack; member in struct:kmem_item
/freebsd-10.1-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c63 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
/freebsd-10.1-release/sys/ia64/ia32/
H A Dia32_signal.c132 ia32_setregs(struct thread *td, struct image_params *imgp, u_long stack) argument
/freebsd-10.1-release/sys/ia64/ia64/
H A Dvm_machdep.c205 cpu_set_upcall_kse(struct thread *td, void (*entry)(void *), void *arg, stack_t *stack) argument
/freebsd-10.1-release/usr.bin/dc/
H A Dbcode.h59 struct stack { struct
60 struct value *stack; member in struct:stack

Completed in 183 milliseconds

123456