Searched refs:pstat (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/sbin/devd/
H A Ddevd.cc229 int pstat; local
269 pid = ::wait4(savedpid, &pstat, 0, (struct rusage *)0);
276 return (pid == -1 ? -1 : pstat);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c7764 pstatus_t pstat;
7766 memcpy (&pstat, note->descdata, sizeof (pstat)); local
7768 elf_tdata (abfd)->core_pid = pstat.pr_pid;
7774 pstatus32_t pstat;
7776 memcpy (&pstat, note->descdata, sizeof (pstat));
7778 elf_tdata (abfd)->core_pid = pstat.pr_pid;
7782 lwpstatus_t in pstat.pr_lwp, but we'll catch it all in an
8454 pstatus32_t pstat;
7756 pstatus_t pstat; local
8446 pstatus32_t pstat; local
8457 pstatus_t pstat; local
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c901 int i = 0, pstat; local
943 (void)waitpid(csc->pid, &pstat, 0);
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf73 progs pstat pwd_mkdb quot quotaon rarpd rbootd repquota rmt rpc.bootparamd
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1740 # include <sys/pstat.h>
2420 #define SPT_PSTAT 3 /* use pstat(PSTAT_SETCMD, ...) */
2434 # include <sys/pstat.h>
2614 pstat(PSTAT_SETCMD, pst, i, 0, 0);
5322 # include <sys/pstat.h>
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c154 int pstat; local
164 pid = wait4(the_pid, &pstat, 0, (struct rusage *)0);
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend713 usr.sbin/pstat \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c32 /* We need pstat functionality so that we can get the exec file
38 #include <sys/pstat.h>
5019 (ie pstat). */
5028 /* Try to get process information via pstat and extract the filename
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure3688 for ac_header in sys/file.h sys/param.h limits.h stdlib.h malloc.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h alloca.h sys/pstat.h sys/sysmp.h sys/sysinfo.h machine/hal_sysinfo.h sys/table.h sys/sysctl.h sys/systemcfg.h stdint.h stdio_ext.h
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure3785 for ac_header in sys/file.h sys/param.h limits.h stdlib.h malloc.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h alloca.h sys/pstat.h sys/sysmp.h sys/sysinfo.h machine/hal_sysinfo.h sys/table.h sys/sysctl.h sys/systemcfg.h stdint.h stdio_ext.h

Completed in 377 milliseconds

12