Home
last modified time | relevance | path

Searched refs:pid_t (Results 76 – 100 of 1266) sorted by relevance

12345678910>>...51

/freebsd/tests/sys/fs/fusefs/
H A Dlocks.cc248 pid_t pid = getpid(); in TEST_F()
308 pid_t pid = getpid(); in TEST_F()
309 pid_t pid2 = 1235; in TEST_F()
366 pid_t pid = getpid(); in TEST_F()
431 pid_t pid = getpid(); in TEST_F()
521 pid_t pid = getpid(); in TEST_F()
547 pid_t pid = getpid(); in TEST_F()
573 pid_t pid = getpid(); in TEST_F()
599 pid_t pid = getpid(); in TEST_F()
628 pid_t pid = getpid(); in TEST_F()
[all …]
/freebsd/contrib/kyua/utils/logging/
H A Doperations_test.cpp109 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
140 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
160 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
214 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
252 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
272 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
304 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/process/
H A Doperations_test.cpp260 const pid_t pid = ::fork(); in ATF_TEST_CASE_BODY()
264 const pid_t pid2 = ::fork(); in ATF_TEST_CASE_BODY()
306 const pid_t pid = ::fork(); in ATF_TEST_CASE_BODY()
327 const pid_t pid = ::fork(); in ATF_TEST_CASE_BODY()
344 const pid_t pid = ::fork(); in ATF_TEST_CASE_BODY()
365 const pid_t pid = ::fork(); in ATF_TEST_CASE_BODY()
386 const pid_t pid = child->pid(); in ATF_TEST_CASE_BODY()
/freebsd/sys/sys/
H A Duser.h129 pid_t ki_pid; /* Process identifier */
130 pid_t ki_ppid; /* parent process id */
131 pid_t ki_pgid; /* process group id */
132 pid_t ki_tpgid; /* tty process group id */
133 pid_t ki_sid; /* Process session ID */
134 pid_t ki_tsid; /* Terminal session ID */
439 pid_t kf_pid;
H A Dproc.h91 pid_t s_sid; /* (c) Session ID. */
110 pid_t pg_id; /* (c) Process group id. */
671 pid_t p_pid; /* (b) Process identifier. */
689 pid_t p_oppid; /* (c + e) Real parent pid. */
955 extern pid_t pid_max;
1116 struct proc *pfind(pid_t); /* Find process by id. */
1150 int pget(pid_t pid, int flags, struct proc **pp);
1232 struct thread *tdfind(lwpid_t, pid_t);
1349 void proc_id_set(int type, pid_t id);
1350 void proc_id_set_cond(int type, pid_t id);
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h86 std::optional<lldb::pid_t> GetPid() const;
95 lldb::pid_t pid;
99 lldb::pid_t GetPid() const;
H A DMinidumpTypes.cpp28 std::optional<lldb::pid_t> MinidumpMiscInfo::GetPid() const { in GetPid()
31 return std::optional<lldb::pid_t>(process_id); in GetPid()
59 lldb::pid_t LinuxProcStatus::GetPid() const { return pid; } in GetPid()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.h40 pid_t client_request(void);
42 extern pid_t client_pid;
/freebsd/lib/libc/compat-43/
H A Dsetpgrp.c36 setpgrp(pid_t pid, pid_t pgid) in setpgrp()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c82 pid_t child, wpid; in ATF_TC_BODY()
140 pid_t child, wpid; in ATF_TC_BODY()
196 pid_t child, wpid; in ATF_TC_BODY()
245 pid_t child, wpid; in ATF_TC_BODY()
509 pid_t tracee, wpid; in ATF_TC_BODY()
568 pid_t tracer, wpid; in ATF_TC_BODY()
978 pid_t child, wpid; in ATF_TC_BODY()
1033 pid_t child, wpid; in ATF_TC_BODY()
1088 pid_t child, wpid; in ATF_TC_BODY()
1145 pid_t child, wpid; in ATF_TC_BODY()
[all …]
/freebsd/usr.bin/gcore/
H A Dextern.h35 int (*ident)(int efd, pid_t pid, char *binfile);
36 void (*dump)(int efd, int fd, pid_t pid);
/freebsd/sys/arm64/linux/
H A Dlinux_machdep.c108 linux_ptrace_getregs_machdep(struct thread *td __unused, pid_t pid __unused, in linux_ptrace_getregs_machdep()
116 linux_ptrace_peekuser(struct thread *td, pid_t pid, void *addr, void *data) in linux_ptrace_peekuser()
125 linux_ptrace_pokeuser(struct thread *td, pid_t pid, void *addr, void *data) in linux_ptrace_pokeuser()
/freebsd/tools/test/stress2/lib/
H A Dmain.c48 static pid_t *r;
149 pid_t p; in run_test()
207 r = (pid_t *)calloc(1, op->incarnations * sizeof(pid_t)); in main()
/freebsd/tools/test/stress2/misc/
H A Drename12.sh92 pid_t crpid;
99 pid_t pid;
120 pid_t pid;
142 pid_t pid;
H A Dsigfastblock2.sh75 static pid_t spawn_child()
77 pid_t pid = fork();
102 pid_t child = spawn_child();
/freebsd/tools/regression/p1003_1b/
H A Dsched.c216 pid_t p; in sched()
217 pid_t *lastrun; in sched()
225 p = (pid_t)0; in sched()
241 pid_t me; in sched()
/freebsd/lib/libc/sys/
H A Dwait.c41 pid_t __wait(int *);
43 pid_t
H A Dwait3.c41 pid_t __wait3(int *, int, struct rusage *);
43 pid_t
H A Dwait4.c39 pid_t
40 wait4(pid_t pid, int *status, int options, struct rusage *ru) in wait4()
/freebsd/tests/sys/kern/
H A Dptrace_test.c135 pid_t wpid; in attach_child()
185 pid_t child, wpid; in ATF_TC_BODY()
226 pid_t child, wpid; in ATF_TC_BODY()
546 pid_t fpid, wpid; in follow_fork_parent()
571 static pid_t
576 pid_t child, wpid; in handle_fork_events()
797 pid_t fpid; in attach_fork_parent()
1248 pid_t fpid, wpid; in ATF_TC_BODY()
1325 pid_t fpid, wpid; in ATF_TC_BODY()
1414 pid_t fpid, wpid; in ATF_TC_BODY()
[all …]
/freebsd/contrib/mandoc/
H A Dterm_tag.h26 pid_t tcpgid; /* Process group controlling the terminal. */
27 pid_t pager_pid; /* Process ID of the pager. */
/freebsd/contrib/kyua/utils/signals/
H A Dinterrupts.hpp76 void add_pid_to_kill(const pid_t);
77 void remove_pid_to_kill(const pid_t);
/freebsd/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/contrib/bmake/filemon/
H A Dfilemon.h47 void filemon_setpid_parent(struct filemon *, pid_t);
48 int filemon_setpid_child(const struct filemon *, pid_t);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp64 ::pid_t pid = ProcessLauncherPosixFork() in Launch()
143 NativeProcessNetBSD::NativeProcessNetBSD(::pid_t pid, int terminal_fd, in NativeProcessNetBSD()
161 void NativeProcessNetBSD::MonitorCallback(lldb::pid_t pid, int signal) { in MonitorCallback()
186 void NativeProcessNetBSD::MonitorSIGSTOP(lldb::pid_t pid) { in MonitorSIGSTOP()
207 void NativeProcessNetBSD::MonitorSIGTRAP(lldb::pid_t pid) { in MonitorSIGTRAP()
359 void NativeProcessNetBSD::MonitorSignal(lldb::pid_t pid, int signal) { in MonitorSignal()
382 Status NativeProcessNetBSD::StopProcess(lldb::pid_t pid) { in StopProcess()
412 ret = ptrace(req, static_cast<::pid_t>(pid), addr, data); in PtraceWrapper()
811 wait_pid == static_cast<::pid_t>(GetID())); in SigchldHandler()
1033 void NativeProcessNetBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone()
[all …]

12345678910>>...51