Home
last modified time | relevance | path

Searched refs:SNOWAIT (Results 1 – 10 of 10) sorted by last modified time

/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c99 p->p_flag |= SNOWAIT; in killall()
243 p->p_flag |= SNOWAIT; in kadmin()
H A Dsigaction.c103 if (p->p_flag & SNOWAIT) in sigaction()
196 if (p->p_flag & SNOWAIT) in sigaction32()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1373 if (p->p_flag & SNOWAIT) in prgetaction()
1403 if (p->p_flag & SNOWAIT) in prgetaction32()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c489 p->p_flag &= ~(SNOWAIT|SJCTL); in exec_common()
H A Dsig.c1633 p->p_flag |= SNOWAIT; in setsigact()
1635 p->p_flag &= ~SNOWAIT; in setsigact()
1642 if ((p->p_flag & SNOWAIT) || disp == SIG_IGN) { in setsigact()
1685 p->p_flag &= ~(SNOWAIT|SJCTL); in sigdefault()
1721 if ((pp->p_flag & SNOWAIT) || in sigcld()
H A Dexit.c1383 if (p->p_nextofkin && !((p->p_nextofkin->p_flag & SNOWAIT) || in freeproc()
H A Dfork.c825 p->p_flag |= SNOWAIT; in newproc()
1084 cp->p_flag = pp->p_flag & (SJCTL|SNOWAIT|SNOCD); in getproc()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1138 if (p->p_flag & SNOWAIT) in gcore_prgetaction()
H A Dgenunix.c208 { "SNOWAIT", SNOWAIT, SNOWAIT }, in pflags()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h501 #define SNOWAIT 0x00020000 /* children never become zombies */ macro