Searched defs:newstack (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c130 int newstack; local
186 newstack = sigismember(&PTOU(curproc)->u_sigonstack, sig) &&
189 if (newstack) {
301 if (newstack) {
393 int newstack; local
420 newstack = sigismember(&PTOU(curproc)->u_sigonstack, sig) &&
423 if (newstack) {
522 if (newstack) {
616 int newstack; local
643 newstack
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c353 caddr_t newstack; local
356 newstack = map_free_phys((caddr_t)CB_STACK_VIRT,
358 if (newstack != (caddr_t)CB_STACK_VIRT)
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c88 ea_file_depth_t *newstack; local
90 if ((newstack =
96 bcopy(f->ef_depth, newstack,
98 bzero(newstack + f->ef_mxdeep,
102 f->ef_depth = newstack;
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c887 int newstack = 0; /* if true, switching to altstack */ local
970 newstack = (sigismember(&PTOU(curproc)->u_sigonstack, sig) &&
981 if (newstack != 0) {
1141 if (newstack != 0) {
1216 int newstack = 0; /* if true, switching to altstack */ local
1299 newstack = (sigismember(&PTOU(curproc)->u_sigonstack, sig) &&
1310 if (newstack != 0) {
1478 if (newstack != 0) {

Completed in 64 milliseconds