Searched defs:pid (Results 351 - 375 of 707) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tests/sys/posixshm/
H A Dposixshm_test.c363 pid_t pid; local
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c477 int pid; local
738 int pid; local
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c99 pid_t pid; local
149 pid_t pid; local
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c485 PID_T pid; local
580 find_interval_entry(pid_t pid) argument
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.sem.c88 pid_t pid = 0; local
[all...]
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c643 int pid, status; local
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y439 pid: nid label
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c345 pid_t pid; local
[all...]
H A Dgetentropy_osx.c217 pid_t pid; local
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb20.h188 uint16_t pid; /* product ID */ member in struct:libusb20_quirk
/freebsd-11-stable/lib/libutil/
H A Dpw_util.c251 pid_t pid; local
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c73 pn_fileno(struct pfs_node *pn, pid_t pid) argument
107 pfs_visible(struct thread *td, struct pfs_node *pn, pid_t pid, argument
362 pid_t pid = pvd->pvd_pid; local
438 pid_t pid = pvd->pvd_pid; local
758 pid_t pid = pvd->pvd_pid; local
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmsyslog.c155 int pid; local
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.c76 check_child(pid_t pid, const char *pname) argument
643 imsg_compose_event(struct imsgev *iev, u_int16_t type, u_int32_t peerid, pid_t pid, int fd, void *data, u_int16_t datalen) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp23 SBAttachInfo::SBAttachInfo(lldb::pid_t pid) argument
76 void SBAttachInfo::SetProcessID(lldb::pid_t pid) { argument
236 void SBAttachInfo::SetParentProcessID(lldb::pid_t pid) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp182 bool ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, bool exited, int signal, int status) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { argument
83 static ProcessMessage Crash(lldb::pid_t pid, CrashReason reason, int signo, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp54 static uint32_t GetCPUTypeForLocalProcess(::pid_t pid) { argument
134 ForkChildForPTraceDebugging(const char *path, char const *argv[], char const *envp[], ::pid_t *pid, int *pty_fd) argument
265 PosixSpawnChildForPTraceDebugging(const char *path, ProcessLaunchInfo &launch_info, ::pid_t *pid, cpu_type_t *actual_cpu_type) argument
517 ::pid_t pid = LLDB_INVALID_PROCESS_ID; local
595 ::pid_t pid = LLDB_INVALID_PROCESS_ID; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp164 const long int pid = strtol(attach_target.c_str(), &end_p, 10); local
142 handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, lldb::pid_t pid) argument
[all...]
H A Dlldb-platform.cpp350 lldb::pid_t pid = LLDB_INVALID_PROCESS_ID; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp318 int pid = REAL(fork)(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp148 pid_t pid; member in struct:__anon1001::thread_stack_ll
171 pid_t pid = getpid(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp152 pid_t pid; local
H A Dsanitizer_solaris.cpp158 DECLARE__REAL_AND_INTERNAL(uptr, waitpid, int pid, int *status, int options) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h70 void SetProcessID(lldb::pid_t pid) { m_pid = pid; } argument
114 ProcessInstanceInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid) argument
139 void SetParentProcessID(lldb::pid_t pid) { m_parent_pid = pid; } argument

Completed in 297 milliseconds

<<11121314151617181920>>