Home
last modified time | relevance | path

Searched refs:pid_t (Results 226 – 250 of 1266) sorted by relevance

12345678910>>...51

/freebsd/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c70 pid_t child, wpid; in ATF_TC_BODY()
153 pid_t child, wpid; in ATF_TC_BODY()
210 pid_t child, wpid; in ATF_TC_BODY()
284 pid_t child, wpid; in ATF_TC_BODY()
361 pid_t child, wpid; in ATF_TC_BODY()
467 pid_t child, wpid; in ATF_TC_BODY()
573 pid_t child, wpid; in ATF_TC_BODY()
679 pid_t child, wpid; in ATF_TC_BODY()
785 pid_t child, wpid; in ATF_TC_BODY()
886 pid_t child, wpid; in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp15 constexpr lldb::pid_t StringExtractorGDBRemote::AllProcesses;
641 std::optional<std::pair<lldb::pid_t, lldb::tid_t>>
642 StringExtractorGDBRemote::GetPidTid(lldb::pid_t default_pid) { in GetPidTid()
645 lldb::pid_t pid = LLDB_INVALID_PROCESS_ID; in GetPidTid()
/freebsd/sys/security/audit/
H A Daudit_private.h187 pid_t ar_subj_asid; /* Audit session ID */
188 pid_t ar_subj_pid;
200 pid_t ar_arg_pid;
201 pid_t ar_arg_asid;
/freebsd/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c277 pid_t pid; in pam_ssh_start_agent()
287 if (pid == (pid_t)-1) { in pam_ssh_start_agent()
424 pid_t pid; in pam_sm_close_session()
430 pid = (pid_t)strtol(ssh_agent_pid, &end, 10); in pam_sm_close_session()
/freebsd/lib/libutil/tests/
H A Dpidfile_test.c62 pid_t other = 0; in test_pidfile_uncontested()
88 pid_t other = 0; in test_pidfile_self()
128 pid_t other = 0, pid = 0; in common_test_pidfile_child()
/freebsd/tools/test/stress2/misc/
H A Dreaper2.sh66 pid_t pid;
105 pid_t pids[PARALLEL];
H A Dmaxproc.sh83 pid_t p;
98 pid_t p;
H A Dmmap21.sh111 pid_t pid;
141 pid_t pids[PARALLEL];
H A Dpause.sh86 pid_t pid;
118 pid_t pids[PARALLEL];
H A Dsigstop2.sh76 pid_t pids[N];
110 pid_t pids[PARALLEL];
H A Drename7.sh82 pid_t wpid, spid;
124 pid_t wpid, spid;
H A Dmlockall2.sh105 pid_t p;
126 pid_t pids[LOAD], pids2[PARALLEL];
H A Dgetrandom2.sh128 pid_t *pids;
146 pids = calloc(parallel, sizeof(pid_t));
/freebsd/lib/libpmc/
H A Dpmc.h76 int pmc_attach(pmc_id_t _pmcid, pid_t _pid);
81 int pmc_detach(pmc_id_t _pmcid, pid_t _pid);
/freebsd/contrib/unbound/libunbound/
H A Dcontext.h89 pid_t bg_pid;
95 pid_t pipe_pid;
/freebsd/usr.sbin/inetd/
H A Dinetd.h54 pid_t pr_pid; /* child pid */
69 pid_t sc_pid;
/freebsd/lib/libproc/
H A Dlibproc.h125 pid_t pid;
140 int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl);
/freebsd/lib/libcasper/libcasper/
H A Dzygote.c112 pid_t pid; in zygote_main()
192 pid_t pid; in zygote_init()
/freebsd/include/
H A Dtime.h93 typedef __pid_t pid_t; typedef
151 int clock_getcpuclockid(pid_t, clockid_t *);
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgsnd.c83 pid_t pid; in ATF_TC_BODY()
244 pid_t pid; in ATF_TC_BODY()
293 pid_t pid; in ATF_TC_BODY()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh299 pid_t m_pid;
318 bool pid_ok(pid_t pid);
341 pid_t m_child_pid;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dproc48 this pid_t pid;
113 this->pid = (pid_t)((ksiginfo_t *)args[1])->ksi_info.si_pid;
120 this->pid = (pid_t)((struct proc *)args[1])->p_pid;
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c555 static pid_t
556 __thr_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in __thr_wait4()
559 pid_t ret; in __thr_wait4()
573 static pid_t
578 pid_t ret; in __thr_wait6()
/freebsd/sys/sys/
H A Dsyscallsubr.h194 int kern_getsid(struct thread *td, pid_t pid);
202 int kern_kcmp(struct thread *td, pid_t pid1, pid_t pid2, int type,
211 int kern_kill(struct thread *td, pid_t pid, int signum);
291 int kern_ptrace(struct thread *td, int req, pid_t pid, void *addr,
313 int kern_sched_rr_get_interval(struct thread *td, pid_t pid,
350 int kern_sigqueue(struct thread *td, pid_t pid, int signum,
390 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
/freebsd/contrib/tcsh/
H A Dsh.decls.h54 extern int grabpgrp (int, pid_t);
354 extern void palloc (pid_t, struct command *);
358 extern pid_t pfork (struct command *, int);
359 extern void pgetty (int, pid_t);

12345678910>>...51