Searched refs:stack (Results 376 - 389 of 389) sorted by relevance

<<111213141516

/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-header.mf296 file path=usr/include/ast/stack.h
388 $(i386_ONLY)file path=usr/include/ia32/sys/stack.h
1450 file path=usr/include/sys/stack.h
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c1967 * the stack to add, bind, quiesce, restart or cleanup a ring are all
3854 * For IPP calls - use the ip_stack_t for global stack.
5104 * per-IP-stack, so the lock on the thread list is as well.
8861 netstack_t *stack; local
8875 stack = ipst->ips_netstack;
8886 is = stack->netstack_icmp;
8891 tcps = stack->netstack_tcp;
8896 us = stack->netstack_udp;
8901 sctps = stack->netstack_sctp;
12027 * Inherit the zoneid from the ill; for the shared stack instanc
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1132 * and stack environment for later use by siglongjmp(), and
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c41 #include <sys/stack.h>
3598 * push those on to our stack first.
3605 * already in our stack, NULL out eq_ptail and ignore it.
3944 { "findstack", ":[-v]", "find kernel thread stack", findstack },
3980 "display kmem transaction log and stack traces", kmalog },
3998 { "whatthread", ":[-v]", "print threads whose stack contains the "
4083 { "netstack", "", "show stack instances", netstack },
4144 "display threads and associated C stack traces", threadlist,
4146 { "stackinfo", "?[-h|-a]", "display kthread_t stack usage", stackinfo,
4373 "stack trac
[all...]
H A Dkmem.c37 #include <sys/stack.h>
2062 * stack.
2066 * - If the address is above the stack pointer, return an empty string
2069 * - If the address is below the stack pointer, and the thread is not on proc,
2072 * - If the address is below the stack pointer, and the thread is on proc,
2086 * Check to see if we're on the panic stack. If so, ignore t_sp, as it
2087 * no longer relates to the thread's real stack.
2255 * pointer if it has a stack trace.
2444 * Now check the stack
2450 * This assumes that t_stk is the end of the stack, bu
[all...]
/opensolaris-onvv-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_kernel_v9.s36 #include <sys/stack.h>
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/sparc/sun4u/
H A Dsha1_asm.s29 #include <sys/stack.h>
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c88 #include <sys/stack.h>
560 * UNIX data or stack segments, just return status info.
567 * part of the UNIX data or stack segments. If so, create a zfod
576 if (addr < base || addr >= p->p_usrstack) { /* stack seg? */
577 /* not in either UNIX data or stack segments */
708 * like sparcv9 i.e. with the stack -above- the
/opensolaris-onvv-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s1845 ! must save this trap level before descending trap stack
3709 * If kernel and the fault is on the same page as our stack
3710 * pointer, then we know the stack is bad and the trap handler
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c60 #include <sys/stack.h>
3027 * Both operations MUST be at the same "level" so that the stack is
3039 * 1. We must keep the stack consistent across the "switch".
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp100 -fstack_check when using -O2 because gcc 3.1 has a bug that smashes the stack
2729 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push NOT OK: no match found for '%s' in namespace mapping table (added to stack anyway)\n", ns));
7932 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free namespace stack\n"));
8584 /* then push on new stack */
12081 /* if there is no namespace stack, or prefix is "xml" then copy string */
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c62 #include <sys/stack.h>
1661 * large, allocating it on the stack is a bad idea. Fortunately, this function
5503 /* a parking spot for the stack pointer */
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s163 * restore %gsr, FP regs (either from stack or set to zero),
322 * Size of stack frame in order to accomodate a 64-byte aligned
326 * four blocks on stack.
380 * Macros to save and restore fp registers to/from the stack.
485 * stack and fp registers need to be restored
502 ! restore fpregs from stack
2895 * This routine handles fixing up the stack and general housecleaning.
2952 ! restore fpregs from stack
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex892 the stack of filenames is empty.}}

Completed in 475 milliseconds

<<111213141516