HomeSort by: relevance | last modified time | path
    Searched refs:pid_t (Results 1 - 25 of 513) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/compat/sys/
Lint_Ovfork.c 10 pid_t
compat_wait4.c 60 pid_t
64 pid_t rv;
73 pid_t
74 wait4(pid_t wpid, int *status, int options, struct rusage50 *ru50)
77 pid_t rv;
  /src/sys/compat/sys/
wait.h 42 pid_t wait3(int *, int, struct rusage50 *);
43 pid_t wait4(pid_t, int *, int, struct rusage50 *);
44 pid_t __wait350(int *, int, struct rusage *);
45 pid_t __wait450(pid_t, int *, int, struct rusage *);
siginfo.h 58 pid_t _pid;
64 pid_t _pid;
91 pid_t _pe_other_pid;
  /src/include/
sched.h 43 int sched_setparam(pid_t, const struct sched_param *);
44 int sched_getparam(pid_t, struct sched_param *);
45 int sched_setscheduler(pid_t, int, const struct sched_param *);
46 int sched_getscheduler(pid_t);
50 int sched_rr_get_interval(pid_t, struct timespec *)
67 int sched_getaffinity_np(pid_t, size_t, cpuset_t *);
68 int sched_setaffinity_np(pid_t, size_t, cpuset_t *);
79 pid_t clone(int (*)(void *), void *, int, void *);
84 pid_t __clone(int (*)(void *), void *, int, void *);
  /src/lib/libc/compat/include/
unistd.h 68 pid_t vfork(void) __returns_twice;
69 pid_t __vfork14(void) __returns_twice;
  /src/lib/libc/sys/
Lint___clone.c 11 pid_t
Lint___vfork14.c 12 pid_t
Lint_clone.c 12 pid_t
Lint_ptrace.c 14 ptrace(int request, pid_t pid, void *addr, int data)
sched.c 49 sched_setparam(pid_t pid, const struct sched_param *param)
59 sched_getparam(pid_t pid, struct sched_param *param)
66 sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
85 sched_getscheduler(pid_t pid)
135 sched_rr_get_interval(pid_t pid, struct timespec *interval)
150 sched_getaffinity_np(pid_t pid, size_t size, cpuset_t *cpuset)
157 sched_setaffinity_np(pid_t pid, size_t size, cpuset_t *cpuset)
  /src/lib/libc/compat-43/
setpgrp.c 45 setpgrp(pid_t pid, pid_t pgid)
  /src/sys/ddb/
db_proc.h 37 struct proc *db_proc_find(pid_t);
  /src/lib/libc/termios/
tcgetpgrp.c 54 pid_t
62 return ((pid_t)-1);
64 if (s == (pid_t)-1)
66 s = (uint)(pid_t)~0u >> 1;
67 return ((pid_t)s);
tcgetsid.c 54 pid_t
62 return ((pid_t)-1);
64 return ((pid_t)s);
  /src/usr.bin/kdump/
setemul.h 81 void setemul(const char *, pid_t, int);
82 void ectx_sanify(pid_t);
  /src/usr.bin/make/filemon/
filemon.h 47 void filemon_setpid_parent(struct filemon *, pid_t);
48 int filemon_setpid_child(const struct filemon *, pid_t);
  /src/bin/sh/
jobs.h 64 pid_t pid; /* process id */
74 pid_t pgrp; /* process group of this job */
90 extern pid_t backgndpid; /* pid of last background process */
98 int forkparent(struct job *, union node *, int, pid_t);
  /src/tests/kernel/arch/aarch64/
execregs.h 82 pid_t spawnregschild(char *, int);
  /src/tests/kernel/arch/i386/
execregs.h 65 pid_t spawnregschild(char *, int);
  /src/tests/kernel/arch/vax/
execregs.h 73 pid_t spawnregschild(char *, int);
  /src/tests/kernel/arch/x86_64/
execregs.h 77 pid_t spawnregschild(char *, int);
  /src/tests/kernel/arch/hppa/
execregs.h 153 pid_t spawnregschild(char *, int);
  /src/lib/libc/gen/
waitpid.c 51 pid_t
52 waitpid(pid_t pid, int *istat, int options)
  /src/tests/kernel/
h_getprocpath.c 36 getprocpath(char *path, size_t len, pid_t pid)
53 pid_t pid = atoi(argv[1]);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>