Searched refs:pid_t (Results 1 - 25 of 837) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.h39 pid_t client_request(void);
41 extern pid_t client_pid;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinfttrace.h26 extern pid_t hppa_switched_threads (pid_t gdb_pid);
/freebsd-10-stable/crypto/openssh/
H A Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
17 void record_logout(pid_t, const char *, const char *);
21 void record_utmp_only(pid_t, const char *, const char *, const char *,
H A Dserverloop.h24 void server_loop(pid_t, int, int, int);
H A Dssh-sandbox.h24 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_waitpid.c37 extern int __waitpid(pid_t, int *, int);
39 pid_t _waitpid(pid_t wpid, int *status, int options);
43 pid_t
44 _waitpid(pid_t wpid, int *status, int options)
47 pid_t ret;
H A Dthr_wait.c37 pid_t _wait(int *istat);
41 pid_t
45 pid_t ret;
H A Dthr_wait4.c41 pid_t __wait4(pid_t pid, int *istat, int options, struct rusage *rusage);
45 pid_t
46 __wait4(pid_t pid, int *istat, int options, struct rusage *rusage)
49 pid_t ret;
/freebsd-10-stable/lib/libc/sys/
H A Dwait4.c43 pid_t
44 wait4(pid_t pid, int *status, int options, struct rusage *ru)
47 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dfork.c43 pid_t
47 return (((pid_t (*)(void))__libc_interposing[INTERPOS_fork])());
/freebsd-10-stable/sys/dev/filemon/
H A Dfilemon.h31 #define FILEMON_SET_PID _IOWR('S', 2, pid_t)
/freebsd-10-stable/lib/libc/compat-43/
H A Dsetpgrp.c40 setpgrp(pid_t pid, pid_t pgid)
/freebsd-10-stable/usr.bin/gcore/
H A Dextern.h37 int (*ident)(int efd, pid_t pid, char *binfile);
38 void (*dump)(int efd, int fd, pid_t pid);
/freebsd-10-stable/lib/libc/gen/
H A Dwaitpid.c45 pid_t
46 __waitpid(pid_t pid, int *istat, int options)
49 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dwait.c45 pid_t
49 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dwait3.c45 pid_t
49 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h42 pid_t posix_wait(int *);
46 pid_t getppid(void);
53 int tcsetpgrp(int, pid_t);
H A Dbsd-waitpid.c32 pid_t
36 pid_t wait_pid;
/freebsd-10-stable/sys/sys/
H A Dsigio.h55 pid_t sio_pgid; /* (c) pgid for signals */
62 pid_t fgetown(struct sigio **sigiop);
63 int fsetown(pid_t pgid, struct sigio **sigiop);
/freebsd-10-stable/contrib/nvi/ex/
H A Dscript.h13 pid_t sh_pid; /* Shell pid. */
/freebsd-10-stable/contrib/atf/atf-c/
H A Dutils.h40 pid_t atf_utils_fork(void);
48 void atf_utils_wait(const pid_t, const int, const char *, const char *);
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dwaitpid.c19 to get the definition of "pid_t" before you include <sys/wait.h>. */
26 pid_t
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dwaitpid.c19 to get the definition of "pid_t" before you include <sys/wait.h>. */
26 pid_t
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED)
/freebsd-10-stable/usr.bin/truss/
H A Dextern.h36 extern void start_tracing(struct trussinfo *, pid_t);
/freebsd-10-stable/bin/sh/
H A Djobs.h51 pid_t pid; /* process id */
66 pid_t pgrp; /* process group of this job */
90 pid_t forkshell(struct job *, union node *, int);
91 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int []);
95 pid_t backgndpidval(void);

Completed in 125 milliseconds

1234567891011>>