Home
last modified time | relevance | path

Searched defs:child_pid (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/usr.bin/ssh/
H A Dsandbox-pledge.c37 pid_t child_pid; member
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
H A Dsandbox-rlimit.c36 pid_t child_pid; member
81 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp133 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
143 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
H A DNativeProcessNetBSD.cpp1014 void NativeProcessNetBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone()
/openbsd/regress/lib/libpthread/fork/
H A Dfork.c68 pid_t child_pid; in main() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp133 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
143 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
H A DNativeProcessFreeBSD.cpp967 void NativeProcessFreeBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone()
/openbsd/regress/lib/libpthread/setsockopt/3/
H A Dsetsockopt3.c21 pid_t child_pid; in sock_connect() local
/openbsd/regress/lib/libpthread/setsockopt/2/
H A Dsetsockopt2.c59 pid_t child_pid; in sock_connect() local
/openbsd/regress/sys/kern/sysvshm/
H A Dshmtest.c61 pid_t child_pid; variable
/openbsd/regress/sys/kern/sysvsem/
H A Dsemtest.c59 pid_t child_pid; variable
/openbsd/regress/sys/kern/sysvmsg/
H A Dmsgtest.c75 pid_t child_pid; variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1264 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1298 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1407 lldb::pid_t child_pid, in CreateStopReasonFork()
1414 lldb::pid_t child_pid, in CreateStopReasonVFork()
/openbsd/sbin/pflogd/
H A Dprivsep.c51 static volatile pid_t child_pid = -1; variable
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h144 lldb::pid_t child_pid; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c315 int child_pid; member
3597 inferior_has_forked (int pid, int *child_pid) in inferior_has_forked()
3615 inferior_has_vforked (int pid, int *child_pid) in inferior_has_vforked()
H A Dlinux-nat.c162 int child_pid, ret, status; in linux_test_for_tracefork() local
285 int parent_pid, child_pid; in child_follow_fork() local
H A Dhppah-nat.c421 int parent_pid, child_pid; in child_follow_fork() local
/openbsd/usr.sbin/hostapd/
H A Dprivsep.c73 static volatile pid_t child_pid = -1; variable
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp457 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork()
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DGCDAProfiling.c594 pid_t child_pid = getpid(); in __gcov_fork() local
/openbsd/usr.sbin/syslogd/
H A Dprivsep.c75 static volatile pid_t child_pid = -1; variable
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h999 virtual void DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidFork()
1002 virtual void DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidVFork()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep.c100 volatile pid_t child_pid = -1; variable
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1794 lldb::pid_t child_pid = in SetThreadStopInfo() local
1802 lldb::pid_t child_pid = in SetThreadStopInfo() local
5202 void ProcessGDBRemote::DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidFork()
5267 void ProcessGDBRemote::DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidVFork()

12