Home
last modified time | relevance | path

Searched refs:pid_t (Results 151 – 175 of 1266) sorted by relevance

12345678910>>...51

/freebsd/contrib/netbsd-tests/kernel/
H A Dt_pty.c44 static pid_t child_spawn(const char *);
60 pid_t child; in run()
185 static pid_t
188 pid_t pid; in child_spawn()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h51 bool GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &proc_info) override;
58 Status KillProcess(const lldb::pid_t pid) override;
173 virtual bool LaunchGDBServer(lldb::pid_t &pid, std::string &connect_url);
175 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd/crypto/openssh/
H A Dsandbox-darwin.c40 pid_t child_pid;
94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
H A Dsession.h37 pid_t pid;
72 void session_close_by_pid(struct ssh *ssh, pid_t, int);
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random.h52 static pid_t _rs_pid = 0; in _rs_forkdetect()
53 pid_t pid = getpid(); in _rs_forkdetect()
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c69 pid_t cpid; in ATF_TC_BODY()
207 pid_t cpid; in ATF_TC_BODY()
243 pid_t cpid; in ATF_TC_BODY()
276 pid_t cpid; in ATF_TC_BODY()
329 pid_t cpid; in ATF_TC_BODY()
/freebsd/tools/test/stress2/testcases/openat/
H A Dopenat.c115 pid_t pid; in test_openat()
137 pid_t pid; in test_renameat()
163 pid_t pid; in test_unlinkat()
/freebsd/contrib/kyua/utils/signals/
H A Dinterrupts.cpp60 typedef std::set< pid_t > pids_set;
287 signals::add_pid_to_kill(const pid_t pid) in add_pid_to_kill()
304 signals::remove_pid_to_kill(const pid_t pid) in remove_pid_to_kill()
/freebsd/sys/arm64/linux/
H A Dlinux.h202 int linux_ptrace_getregs_machdep(struct thread *td, pid_t pid,
204 int linux_ptrace_peekuser(struct thread *td, pid_t pid,
206 int linux_ptrace_pokeuser(struct thread *td, pid_t pid,
/freebsd/crypto/heimdal/lib/ipc/
H A Dheim-ipc.h56 pid_t
59 pid_t
/freebsd/contrib/pf/pflogd/
H A Dpidfile.c51 static pid_t pidfile_pid;
62 pid_t pid; in pidfile()
/freebsd/usr.sbin/ppp/
H A Did.h42 extern int ID0uu_lock_txfr(const char *, pid_t);
48 extern int ID0kill(pid_t, int);
/freebsd/sys/sys/
H A Dprocfs.h67 pid_t pr_pid; /* LWP (Thread) ID (1) */
84 pid_t pr_pid; /* Process ID (1a) */
H A Dfcntl.h60 typedef __pid_t pid_t; typedef
306 pid_t l_pid; /* lock owner */
320 pid_t l_pid; /* lock owner */
/freebsd/lib/libveriexec/
H A Dgbl_check.c75 gbl_check_pid(pid_t pid) in gbl_check_pid()
99 pid_t pid; in main()
/freebsd/sys/net/
H A Dif_pflog.h50 pid_t pid;
52 pid_t rule_pid;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h438 pid_t rs_reaper;
439 pid_t rs_pid;
444 pid_t pi_pid;
445 pid_t pi_subtree;
459 pid_t rk_subtree;
461 pid_t rk_fpid;
/freebsd/contrib/kyua/utils/process/
H A Dchild.cpp65 pid_t _pid;
74 impl(const pid_t pid, process::ifdstream* output) : in impl()
207 pid_t pid = detail::syscall_fork(); in fork_capture_aux()
264 pid_t pid = detail::syscall_fork(); in fork_files_aux()
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit.h177 typedef pid_t au_asid_t;
220 pid_t ap_pid; /* ID of target process. */
229 pid_t ap_pid; /* ID of target process. */
/freebsd/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c52 tcp_server(pid_t partner, int listen_fd) in tcp_server()
68 tcp_client(pid_t partner, u_short port, int secs) in tcp_client()
111 pid_t child_pid, parent_pid; in main()
/freebsd/sys/bsm/
H A Daudit.h179 typedef pid_t au_asid_t;
222 pid_t ap_pid; /* ID of target process. */
231 pid_t ap_pid; /* ID of target process. */
/freebsd/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c59 pid_t pid = 0; in ATF_TC_BODY()
91 ATF_REQUIRE_EQ((pid_t)ke.ident, pid); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.h96 pid_t m_pid;
105 pid_t atf_process_child_pid(const atf_process_child_t *);
/freebsd/contrib/bmake/filemon/
H A Dfilemon_dev.c108 filemon_setpid_parent(struct filemon *F MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in filemon_setpid_parent()
114 filemon_setpid_child(const struct filemon *F, pid_t pid) in filemon_setpid_child()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getsid.c50 pid_t sid; in ATF_TC_BODY()
82 pid_t csid, pid, ppid, sid; in ATF_TC_BODY()

12345678910>>...51