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

1234567891011>>

/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.h39 pid_t client_request(void);
41 extern pid_t client_pid;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.h26 extern pid_t hppa_switched_threads (pid_t gdb_pid);
H A Dinflow.h28 #define PROCESS_GROUP_TYPE pid_t
37 /* This is only used for the ultra. Does it have pid_t? */
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/dev/filemon/
H A Dfilemon.h31 #define FILEMON_SET_PID _IOWR('S', 2, pid_t)
/freebsd-9.3-release/lib/libc/compat-43/
H A Dsetpgrp.c40 setpgrp(pid_t pid, pid_t pgid)
/freebsd-9.3-release/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-9.3-release/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;
H A Dport-solaris.h27 void solaris_contract_post_fork_parent(pid_t pid);
/freebsd-9.3-release/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-9.3-release/contrib/nvi/ex/
H A Dscript.h13 pid_t sh_pid; /* Shell pid. */
/freebsd-9.3-release/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-9.3-release/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-9.3-release/bin/sh/
H A Djobs.h51 pid_t pid; /* process id */
66 pid_t pgrp; /* process group of this job */
93 pid_t forkshell(struct job *, union node *, int);
94 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int []);
98 pid_t backgndpidval(void);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.types.h79 typedef int pid_t; typedef
104 typedef long pid_t; typedef
115 extern pid_t getpid();
116 extern pid_t fork();
178 *** some posix & 4.4 BSD changes (pid_t is a short)
194 typedef short pid_t; typedef
309 typedef int pid_t; /* FX-80 */ typedef
311 typedef short pid_t; /* FX-2800 */ typedef
330 typedef int pid_t; /* Older versions might not like that */ typedef
362 typedef int pid_t; typedef
[all...]
H A Dmi.wait.h41 _PROTOTYPE( pid_t wait, (int *_stat_loc) );
42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
/freebsd-9.3-release/usr.bin/make/
H A Dproc.h48 pid_t child_pid;
/freebsd-9.3-release/lib/libc/gen/
H A Dwaitpid.c43 pid_t
44 __waitpid(pid_t pid, int *istat, int options)
/freebsd-9.3-release/lib/libpmc/
H A Dpmclog.h66 pid_t pl_pid;
72 pid_t pl_pid;
79 pid_t pl_pid;
100 pid_t pl_pid;
106 pid_t pl_pid;
110 pid_t pl_pid;
116 pid_t pl_pid;
129 pid_t pl_oldpid;
130 pid_t pl_newpid;
134 pid_t pl_pi
[all...]

Completed in 186 milliseconds

1234567891011>>