Home
last modified time | relevance | path

Searched refs:zone_proc_initpid (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmain.c322 p->p_zone->zone_proc_initpid = p->p_pid; in start_init_common()
H A Dexit.c389 if (p->p_pid == z->zone_proc_initpid) { in proc_exit()
407 z->zone_proc_initpid = -1; in proc_exit()
H A Dzone.c1988 zone0.zone_proc_initpid = 1; in zone_zsd_init()
3626 z->zone_proc_initpid = p->p_pid; in zone_start_init()
5366 initpid = zone->zone_proc_initpid; in zone_getattr()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h494 pid_t zone_proc_initpid; /* pid of "init" for this zone */ member
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c283 if (copyout(&p->p_zone->zone_proc_initpid, (void *)arg2, in s10_brandsys()