Searched refs:KERN_PROC_PID (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/lib/libutil/
H A Dkinfo_getproc.c50 mib[2] = KERN_PROC_PID;
/freebsd-10-stable/usr.bin/procstat/
H A Dprocstat_threads.c53 kip = procstat_getprocs(procstat, KERN_PROC_PID | KERN_PROC_INC_THREAD,
H A Dprocstat_cs.c56 kip = procstat_getprocs(procstat, KERN_PROC_PID | KERN_PROC_INC_THREAD,
H A Dprocstat_sigs.c102 kip = procstat_getprocs(procstat, KERN_PROC_PID | KERN_PROC_INC_THREAD,
H A Dprocstat_rusage.c153 kip = procstat_getprocs(procstat, KERN_PROC_PID | KERN_PROC_INC_THREAD,
H A Dprocstat_kstack.c148 KERN_PROC_PID | KERN_PROC_INC_THREAD, kipp->ki_pid, &kip_count);
H A Dprocstat.c295 p = procstat_getprocs(prstat, KERN_PROC_PID, pid, &cnt);
307 p = procstat_getprocs(cprstat, KERN_PROC_PID,
/freebsd-10-stable/usr.bin/netstat/
H A Dbpf.c65 mib[2] = KERN_PROC_PID;
/freebsd-10-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dh_execthr.c89 name[2] = KERN_PROC_PID;
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c458 plist = kvm_getprocs(hr_kd, KERN_PROC_PID,
525 plist = kvm_getprocs(hr_kd, KERN_PROC_PID,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp258 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID,
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h339 [2] = KERN_PROC_PID,
H A Dt_ptrace_wait.c764 name[namelen++] = KERN_PROC_PID;
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dsock.c279 mib[2] = KERN_PROC_PID;
/freebsd-10-stable/usr.bin/fstat/
H A Dfstat.c133 what = KERN_PROC_PID;
/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c568 name[2] = KERN_PROC_PID;
719 return (procstat_sysctl(arg, KERN_PROC_PID | KERN_PROC_INC_THREAD,
/freebsd-10-stable/usr.bin/sockstat/
H A Dsockstat.c853 mib[2] = KERN_PROC_PID;
874 mib[2] = KERN_PROC_PID;
/freebsd-10-stable/lib/libkvm/
H A Dkvm_proc.c190 case KERN_PROC_PID:
/freebsd-10-stable/tools/regression/posixsem/
H A Dposixsem.c1188 kp = kvm_getprocs(kd, KERN_PROC_PID, pid, &count);
/freebsd-10-stable/bin/ps/
H A Dps.c487 what = KERN_PROC_PID | showthreads;
/freebsd-10-stable/sys/sys/
H A Dsysctl.h616 #define KERN_PROC_PID 1 /* by process id */ macro
/freebsd-10-stable/sys/kern/
H A Dkern_proc.c1320 if (oid_number == KERN_PROC_PID) {
2838 static SYSCTL_NODE(_kern_proc, KERN_PROC_PID, pid, CTLFLAG_RD | CTLFLAG_MPSAFE,
2882 static SYSCTL_NODE(_kern_proc, (KERN_PROC_PID | KERN_PROC_INC_THREAD), pid_td,
/freebsd-10-stable/tests/sys/kern/
H A Dptrace_test.c118 mib[2] = KERN_PROC_PID;

Completed in 189 milliseconds