/titanic_41/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 124 if ((p = prfind(pid)) == NULL) { in getacct_proc() 193 if ((p = prfind(id)) == NULL) { in putacct() 269 if ((p = prfind(pid)) == NULL) { in wracct_proc()
|
H A D | signotify.c | 114 if ((p = prfind(id.sn_pid)) != NULL) { in signotify() 180 if ((id.sn_pid <= 0) || ((p = prfind(id.sn_pid)) == NULL)) { in signotify()
|
H A D | corectl.c | 278 if ((p = prfind((pid_t)arg3)) == NULL || in corectl() 388 if ((p = prfind((pid_t)arg2)) == NULL || p->p_stat == SIDL) { in corectl() 490 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) { in set_proc_info()
|
H A D | pgrpsys.c | 161 ((p = prfind(pid)) == NULL || p->p_stat == SIDL)) { in setpgrp()
|
H A D | ucredsys.c | 150 p = prfind(pid); in ucred_get()
|
H A D | sigqueue.c | 59 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) in sigqkill()
|
H A D | processor_bind.c | 265 } else if ((pp = prfind(id)) != NULL) { in processor_bind()
|
H A D | pset.c | 498 } else if ((pp = prfind(pid)) == NULL) { in pset_bind_lwp() 602 } else if ((pp = prfind(id)) == NULL) { in pset_bind()
|
H A D | lgrpsys.c | 434 p = prfind(id); in lgrp_affinity_get() 799 p = prfind(id); in lgrp_affinity_set() 841 p = prfind(id); in lgrp_affinity_set() 1023 p = prfind(id); in lgrp_home_get()
|
H A D | auditsys.c | 1167 if ((proc = prfind(STRUCT_FGET(apinfo, ap_pid))) == NULL) { in getpinfo() 1242 if ((proc = prfind(STRUCT_FGET(apinfo, ap_pid))) == NULL) { in getpinfo_addr() 1313 if ((proc = prfind(STRUCT_FGET(apinfo, ap_pid))) == NULL) { in setpmask()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 327 initpp = prfind(P_INITPID); in do_shutdown()
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | priocntl.c | 461 initpp = prfind(P_INITPID); in priocntl_common() 1045 if ((initpp = prfind(P_INITPID)) != NULL) { in donice() 1218 if ((initpp = prfind(P_INITPID)) != NULL) { in doprio()
|
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | fasttrap.c | 929 p = prfind(probe->ftp_pid); in fasttrap_pid_enable() 1336 if ((p = prfind(pid)) == NULL) { in fasttrap_provider_lookup() 1454 if ((p = prfind(pid)) == NULL) { in fasttrap_provider_free() 2000 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) { in fasttrap_ioctl() 2040 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) { in fasttrap_ioctl()
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | klmmod.c | 337 p = prfind(pid); in lm_shutdown()
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf.c | 749 if ((procp = prfind(pid)) != NULL) in tnf_getpidstate() 770 if ((procp = prfind(pid)) != NULL) in tnf_setpidstate()
|
/titanic_41/usr/src/uts/sun4u/starfire/os/ |
H A D | bbus_intr.c | 226 initpp = prfind(P_INITPID); in bbus_intr()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 548 p = prfind(pid); in klpd_reg() 643 p = prfind(pid); in klpd_unreg()
|
H A D | pid.c | 350 prfind(pid_t pid) in prfind() function
|
H A D | pool.c | 735 if ((p = prfind((pid_t)id)) == NULL) { in pool_query_binding() 1424 prstart = prfind(id); in pool_do_bind()
|
H A D | procset.c | 134 if (((prp = prfind((pid_t)pid)) == NULL) || in dotoprocs()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | vcons.c | 602 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) { in vt_proc_sendsig() 620 if ((p = prfind(pid)) == NULL || p->p_stat == SIDL) { in vt_proc_exists()
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 590 initpp = prfind(P_INITPID); in xen_shutdown()
|
/titanic_41/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 737 initpp = prfind(P_INITPID); in tzmon_do_shutdown()
|
/titanic_41/usr/src/cmd/ps/ |
H A D | ps.c | 311 static int prfind(int, psinfo_t *, char **); 997 if (!prfind(found, &info, &tp)) in print_proc() 1294 prfind(int found, psinfo_t *psinfo, char **tpp) in prfind() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | proc.h | 635 extern proc_t *prfind(pid_t);
|