Lines Matching refs:pidp
4732 struct pid *pidp; in strioctl() local
4735 pidp = curproc->p_pidp; in strioctl()
4741 for (ssp = stp->sd_siglist; ssp && (ssp->ss_pidp != pidp); in strioctl()
4762 ssp->ss_pidp = pidp; in strioctl()
4763 ssp->ss_pid = pidp->pid_id; in strioctl()
4770 PID_HOLD(pidp); in strioctl()
4784 PID_RELE(pidp); in strioctl()
4814 struct pid *pidp; in strioctl() local
4816 pidp = curproc->p_pidp; in strioctl()
4819 if (ssp->ss_pidp == pidp) { in strioctl()
4838 struct pid *pidp; in strioctl() local
4871 pidp = proc->p_pgidp; in strioctl()
4873 pidp = proc->p_pidp; in strioctl()
4874 ASSERT(pidp); in strioctl()
4880 PID_HOLD(pidp); in strioctl()
4899 PID_RELE(pidp); in strioctl()
4907 PID_RELE(pidp); in strioctl()
4918 ssp->ss_pidp = pidp; in strioctl()
4926 PID_HOLD(pidp); in strioctl()
4940 PID_RELE(pidp); in strioctl()
4950 PID_RELE(pidp); in strioctl()
4964 PID_RELE(pidp); in strioctl()
4978 struct pid *pidp; in strioctl() local
4998 pidp = proc->p_pgidp; in strioctl()
5000 pidp = proc->p_pidp; in strioctl()
5003 PID_HOLD(pidp); in strioctl()
5015 PID_RELE(pidp); in strioctl()
5021 PID_RELE(pidp); in strioctl()
8698 struct pid *pidp; in str_cn_clean() local
8708 pidp = ssp->ss_pidp; in str_cn_clean()
8712 if (pidp->pid_prinactive) { in str_cn_clean()
8718 ASSERT(pidp->pid_ref <= 1); in str_cn_clean()