Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dgetpid.c48 if (p->p_flag & SZONETOP) in getpid()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h496 #define SZONETOP 0x00000400 /* process has no valid PPID in its zone */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1389 (p->p_flag & SZONETOP)) { in oprgetstatus32()
1535 (p->p_flag & SZONETOP)) { in oprgetpsinfo32()
3198 (p->p_flag & SZONETOP)) { in oprgetstatus()
3346 (p->p_flag & SZONETOP)) { in oprgetpsinfo()
H A Dprsubr.c900 (p->p_flag & SZONETOP)) { in prgetstatus()
1146 (p->p_flag & SZONETOP)) { in prgetstatus32()
2502 (p->p_flag & SZONETOP)) { in prgetpsinfo()
3166 (p->p_flag & SZONETOP)) { in prgetpsinfo32()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1256 (p->p_flag & (SSYS|SZONETOP)) == (SSYS|SZONETOP)) { in contract_plookup()
H A Dexit.c808 q->p_flag |= SZONETOP; in proc_exit()
H A Dzone.c3881 pp->p_flag |= SZONETOP; in zsched()
6133 pp->p_flag |= SZONETOP; in zone_enter()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c203 { "SZONETOP", SZONETOP, SZONETOP }, in pflags()