Home
last modified time | relevance | path

Searched refs:SVFORK (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dfork.c243 cp->p_flag |= SVFORK; in cfork()
1281 if (p->p_flag & SVFORK) { in relvm()
1316 p->p_flag &= ~SVFORK; in relvm()
1417 if (!(cp->p_flag & SVFORK)) { in vfwait()
H A Dschedctl.c245 if (pt != curthread || (cp->p_flag & SVFORK)) in schedctl_fork()
H A Dexit.c421 evaporate = (p->p_flag & SSYS) || ((p->p_flag & SVFORK) && in proc_exit()
H A Dsig.c474 if (p->p_flag & SVFORK) in issig_justlooking()
1509 if (p->p_flag & SVFORK) in fsig()
/titanic_44/usr/src/uts/common/dtrace/
H A Dfasttrap.c517 ASSERT(!(p->p_flag & SVFORK)); in fasttrap_tracepoint_enable()
955 ASSERT(!(p->p_flag & SVFORK)); in fasttrap_pid_enable()
1027 ASSERT(!(p->p_flag & SVFORK)); in fasttrap_pid_disable()
1342 if (p->p_flag & (SVFORK | SEXITING)) { in fasttrap_provider_lookup()
/titanic_44/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c452 while (p->p_flag & SVFORK) { in fasttrap_pid_probe()
1031 while (p->p_flag & SVFORK) { in fasttrap_return_probe()
/titanic_44/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c919 while (p->p_flag & SVFORK) { in fasttrap_pid_probe()
1668 while (p->p_flag & SVFORK) { in fasttrap_return_probe()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h490 #define SVFORK 0x00040000 /* child of vfork that has not yet exec'd */ macro