/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | proc.h | 60 struct pid *p_pidp; /* process ID info */ member 90 #define p_pid p_pidp->pid_id 91 #define p_slot p_pidp->pid_prslot
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | pgrpsys.c | 54 if (p->p_sessp->s_sidp != p->p_pidp && !pgmembers(p->p_pid)) { in setpgrp() 66 if (p->p_pgidp == p->p_pidp || pgmembers(p->p_pid)) { in setpgrp() 126 pgjoin(p, p->p_pidp); in setpgrp()
|
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | test.c | 143 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pid, in main() 311 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pidbuf, in tst_getproc() 337 if (kvm_read(cookie, (u_long)proc->p_pidp, (char *)&pidbuf, in tst_nextproc() 365 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pidbuf, in tst_getu() 400 if (kvm_kread(cookie, (uintptr_t)proc->p_pidp, &pidbuf, in tst_getcmd()
|
H A D | kvm.c | 489 kvm_kread(kd, (uintptr_t)&kd->kvm_proc.p_pidp->pid_id, in kvm_nextproc()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | session.c | 225 sp->s_sidp = p->p_pidp; in sess_create() 232 pgjoin(p, p->p_pidp); in sess_create() 233 PID_HOLD(p->p_pidp); in sess_create() 325 (p->p_pidp != sp->s_sidp) || /* we're not leader? */ in strctty() 395 if ((sp->s_sidp != p->p_pidp) || /* we're not leader? */ in freectty_lock() 461 ASSERT(sp->s_sidp == p->p_pidp); /* we're the leader */ in freectty_lock()
|
H A D | pid.c | 213 prp->p_pidp = pidp; in pid_allocate() 287 pidp = prp->p_pidp; in pid_exit() 623 pidp = curproc->p_pidp; in proc_ref()
|
H A D | fork.c | 1236 proc_entry_free(cp->p_pidp); in getproc() 1237 (void) pid_rele(cp->p_pidp); in getproc()
|
H A D | streamio.c | 906 if (ssp->ss_pidp == curproc->p_pidp) { in strclean() 4609 pidp = curproc->p_pidp; in strioctl() 4690 pidp = curproc->p_pidp; in strioctl() 4747 pidp = proc->p_pidp; in strioctl() 4874 pidp = proc->p_pidp; in strioctl()
|
H A D | exacct.c | 965 pu->pu_pid = p->p_pidp->pid_id; in exacct_calculate_proc_usage()
|
/titanic_44/usr/src/cmd/mdb/demo/common/ |
H A D | example2.c | 122 (uintptr_t)p.p_pidp) == sizeof (pid)) in simple_ps() 125 mdb_warn("failed to read struct pid at %p", p.p_pidp); in simple_ps()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.procpriv.ksh | 81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | sundep.c | 127 pp->p_pidp = &pid0; in kern_setup1()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | proc.h | 170 struct pid *p_pidp; /* process ID info */ member 412 #define p_pid p_pidp->pid_id 413 #define p_slot p_pidp->pid_prslot
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 51 uintptr_t p_pidp; member
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_uthread.c | 209 ttoproc(tp)->p_pidp->pid_id); in cpr_check_user_threads()
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 138 (ttoproc(curthread) && ttoproc(curthread)->p_pidp) ? in showregs()
|
/titanic_44/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 153 (ttoproc(curthread) && ttoproc(curthread)->p_pidp) ? in showregs()
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_quiesce.c | 419 pid = p->p_pidp->pid_id; in sysctrl_stop_user_threads()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | sundep.c | 230 pp->p_pidp = &pid0; in kern_setup1()
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 107 p_pidp
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 820 if (mdb_ctf_vread(&pid, "struct pid", "mdb_pid_t", p->p_pidp, 0) == in pcommon_init() 2019 if (mdb_ctf_vread(&pid, "struct pid", "mdb_pid_t", p.p_pidp, 0) in gcore_dcmd()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 222 pr_pid = T->p_pidp->pid_id;
|
/titanic_44/usr/src/uts/common/contract/ |
H A D | process.c | 874 if (parent->p_pidp == &pid0) /* if the kernel is the creator */ in contract_process_create()
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1392 mdb_vread(&pid, sizeof (pid), (uintptr_t)p.p_pidp) == sizeof (pid)) in mdb_kproc_pid()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1700 (ttoproc(curthread) && ttoproc(curthread)->p_pidp) ? in showregs()
|