Lines Matching refs:pidp
4606 struct pid *pidp; in strioctl() local
4609 pidp = curproc->p_pidp; in strioctl()
4615 for (ssp = stp->sd_siglist; ssp && (ssp->ss_pidp != pidp); in strioctl()
4636 ssp->ss_pidp = pidp; in strioctl()
4637 ssp->ss_pid = pidp->pid_id; in strioctl()
4644 PID_HOLD(pidp); in strioctl()
4658 PID_RELE(pidp); in strioctl()
4688 struct pid *pidp; in strioctl() local
4690 pidp = curproc->p_pidp; in strioctl()
4693 if (ssp->ss_pidp == pidp) { in strioctl()
4712 struct pid *pidp; in strioctl() local
4745 pidp = proc->p_pgidp; in strioctl()
4747 pidp = proc->p_pidp; in strioctl()
4748 ASSERT(pidp); in strioctl()
4754 PID_HOLD(pidp); in strioctl()
4773 PID_RELE(pidp); in strioctl()
4781 PID_RELE(pidp); in strioctl()
4792 ssp->ss_pidp = pidp; in strioctl()
4800 PID_HOLD(pidp); in strioctl()
4814 PID_RELE(pidp); in strioctl()
4824 PID_RELE(pidp); in strioctl()
4838 PID_RELE(pidp); in strioctl()
4852 struct pid *pidp; in strioctl() local
4872 pidp = proc->p_pgidp; in strioctl()
4874 pidp = proc->p_pidp; in strioctl()
4877 PID_HOLD(pidp); in strioctl()
4889 PID_RELE(pidp); in strioctl()
4895 PID_RELE(pidp); in strioctl()
8563 struct pid *pidp; in str_cn_clean() local
8573 pidp = ssp->ss_pidp; in str_cn_clean()
8577 if (pidp->pid_prinactive) { in str_cn_clean()
8583 ASSERT(pidp->pid_ref <= 1); in str_cn_clean()