Home
last modified time | relevance | path

Searched refs:pid_t (Results 26 – 50 of 1266) sorted by relevance

12345678910>>...51

/freebsd/sys/sys/
H A Dshm.h71 typedef __pid_t pid_t; typedef
90 pid_t shm_lpid; /* process ID of last shared memory op */
91 pid_t shm_cpid; /* process ID of creator */
105 pid_t shm_lpid; /* process ID of last shared memory op */
106 pid_t shm_cpid; /* process ID of creator */
H A Dtslog.h54 #define TSEXEC(p, name) TSRAW_USER(p, (pid_t)(-1), name, NULL)
55 #define TSNAMEI(p, name) TSRAW_USER(p, (pid_t)(-1), NULL, name)
56 #define TSPROCEXIT(p) TSRAW_USER(p, (pid_t)(-1), NULL, NULL)
62 void tslog_user(pid_t, pid_t, const char *, const char *);
H A Dpmclog.h308 void pmclog_process_map_in(struct pmc_owner *po, pid_t pid,
310 void pmclog_process_map_out(struct pmc_owner *po, pid_t pid,
313 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path);
314 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid);
317 void pmclog_process_procexec(struct pmc_owner *_po, pmc_id_t _pmid, pid_t _pid,
320 void pmclog_process_procfork(struct pmc_owner *_po, pid_t _oldpid, pid_t _newpid);
321 void pmclog_process_sysexit(struct pmc_owner *_po, pid_t _pid);
H A Dsched.h258 typedef __pid_t pid_t; typedef
265 int sched_getparam(pid_t, struct sched_param *);
266 int sched_getscheduler(pid_t);
267 int sched_rr_get_interval(pid_t, struct timespec *);
268 int sched_setparam(pid_t, const struct sched_param *);
269 int sched_setscheduler(pid_t, int, const struct sched_param *);
H A Dsigio.h54 pid_t sio_pgid; /* (c) pgid for signals */
61 pid_t fgetown(struct sigio **sigiop);
62 int fsetown(pid_t pgid, struct sigio **sigiop);
/freebsd/crypto/heimdal/lib/ipc/
H A Dcommon.c46 pid_t pid;
47 pid_t session;
68 pid_t
74 pid_t
82 _heim_ipc_create_cred(uid_t uid, gid_t gid, pid_t pid, pid_t session, heim_icred *cred) in _heim_ipc_create_cred()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h34 ProcessInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid);
67 lldb::pid_t GetProcessID() const { return m_pid; } in GetProcessID()
69 void SetProcessID(lldb::pid_t pid) { m_pid = pid; } in SetProcessID()
129 lldb::pid_t m_pid = LLDB_INVALID_PROCESS_ID;
144 ProcessInstanceInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid) in ProcessInstanceInfo()
167 lldb::pid_t GetParentProcessID() const { return m_parent_pid; } in GetParentProcessID()
169 void SetParentProcessID(lldb::pid_t pid) { m_parent_pid = pid; } in SetParentProcessID()
185 lldb::pid_t m_parent_pid = LLDB_INVALID_PROCESS_ID;
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h110 pid_t tcgetpgrp(int);
126 pid_t getpgid(pid_t);
174 pid_t getsid(pid_t);
H A Dbsd-nextstep.h40 pid_t posix_wait(int *);
44 pid_t getppid(void);
51 int tcsetpgrp(int, pid_t);
/freebsd/sys/compat/linux/
H A Dlinux_ptrace.c122 linux_ptrace_status(struct thread *td, pid_t pid, int status) in linux_ptrace_status()
160 linux_ptrace_peek(struct thread *td, pid_t pid, void *addr, void *data) in linux_ptrace_peek()
175 linux_ptrace_setoptions(struct thread *td, pid_t pid, l_ulong data) in linux_ptrace_setoptions()
229 linux_ptrace_geteventmsg(struct thread *td, pid_t pid, l_ulong data) in linux_ptrace_geteventmsg()
237 linux_ptrace_getsiginfo(struct thread *td, pid_t pid, l_ulong data) in linux_ptrace_getsiginfo()
263 linux_ptrace_getregs(struct thread *td, pid_t pid, void *data) in linux_ptrace_getregs()
283 linux_ptrace_setregs(struct thread *td, pid_t pid, void *data) in linux_ptrace_setregs()
298 linux_ptrace_getregset_prstatus(struct thread *td, pid_t pid, l_ulong data) in linux_ptrace_getregset_prstatus()
369 linux_ptrace_get_syscall_info(struct thread *td, pid_t pid, in linux_ptrace_get_syscall_info()
457 pid_t pid; in linux_ptrace()
[all …]
/freebsd/lib/libutil/
H A Dlibutil.h57 typedef __pid_t pid_t; typedef
105 kinfo_getfile(pid_t _pid, int *_cntp);
107 kinfo_getvmmap(pid_t _pid, int *_cntp);
115 kinfo_getproc(pid_t _pid);
123 int pidfile_signal(const char *pathp, int sig, pid_t *pidptr);
125 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
141 int uu_lock_txfr(const char *_ttyname, pid_t _pid);
/freebsd/contrib/kyua/utils/process/
H A Dsystem.hpp56 extern pid_t (*syscall_fork)(void);
59 extern pid_t (*syscall_waitpid)(const pid_t, int*, const int);
H A Dsystem.cpp47 pid_t (*detail::syscall_fork)(void) = ::fork;
59 pid_t (*detail::syscall_waitpid)(const pid_t, int*, const int) = ::waitpid;
/freebsd/lib/libsys/
H A D_libsys.h80 typedef pid_t (__sys_getpid_t)(void);
98 typedef pid_t (__sys_getppid_t)(void);
186 typedef int (__sys_getpgid_t)(pid_t);
233 typedef int (__sys_getsid_t)(pid_t);
463 typedef int (__sys_kcmp_t)(pid_t, pid_t, int, uintptr_t, uintptr_t);
479 pid_t __sys_getpid(void);
497 pid_t __sys_getppid(void);
585 int __sys_getpgid(pid_t pid);
632 int __sys_getsid(pid_t pid);
645 int __sys_sched_getscheduler(pid_t pid);
[all …]
/freebsd/crypto/openssh/
H A Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
17 void record_logout(pid_t, const char *, const char *);
21 void record_utmp_only(pid_t, const char *, const char *, const char *,
/freebsd/usr.bin/xargs/
H A Dxargs.c70 static void pids_add(pid_t pid);
71 static int pids_remove(pid_t pid);
72 static int findslot(pid_t pid);
84 static pid_t *childpids;
558 pid_t pid; in run()
626 static pid_t
628 pid_t pid; in xwait()
651 pid_t pid; in waitchildren()
716 pids_add(pid_t pid) in pids_add()
726 pids_remove(pid_t pid) in pids_remove()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c62 static int dt_instr_size(uchar_t *, dtrace_hdl_t *, pid_t, uintptr_t, char);
91 pid_t pid = Pstatus(P)->pr_pid; in dt_pid_has_jump_table()
94 pid_t pid = proc_getpid(P); in dt_pid_has_jump_table()
143 pid_t pid = Pstatus(P)->pr_pid; in dt_pid_create_return_probe()
146 pid_t pid = proc_getpid(P); in dt_pid_create_return_probe()
300 pid_t pid = Pstatus(P)->pr_pid; in dt_pid_create_offset_probe()
303 pid_t pid = proc_getpid(P); in dt_pid_create_offset_probe()
379 pid_t pid = Pstatus(P)->pr_pid; in dt_pid_create_glob_offset_probes()
382 pid_t pid = proc_getpid(P); in dt_pid_create_glob_offset_probes()
454 pid_t pid;
[all …]
/freebsd/bin/sh/
H A Djobs.h54 pid_t forkshell(struct job *, union node *, int);
55 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
59 pid_t backgndpidval(void);
/freebsd/contrib/tcsh/
H A Dmi.wait.h41 _PROTOTYPE( pid_t wait, (int *_stat_loc) );
42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SystemZ/
H A DzOSSupport.h30 inline pid_t wait4(pid_t pid, int *wstatus, int options, in wait4()
32 pid_t Result = waitpid(pid, wstatus, options); in wait4()
/freebsd/lib/libopenbsd/
H A Dimsg.h60 pid_t pid;
100 int imsg_compose(struct imsgbuf *, u_int32_t, u_int32_t, pid_t,
102 int imsg_composev(struct imsgbuf *, u_int32_t, u_int32_t, pid_t,
104 struct ibuf *imsg_create(struct imsgbuf *, u_int32_t, u_int32_t, pid_t,
/freebsd/tools/test/stress2/misc/
H A Dkevent12.sh74 static pid_t parent;
92 add_watch(pid_t pid)
125 pid_t pid;
180 pid_t pid;
217 pid_t pids[PARALLEL];
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_exit.c59 pid_t pid; in ATF_TC_BODY()
92 pid_t pid; in ATF_TC_BODY()
119 pid_t pid; in ATF_TC_BODY()
148 pid_t pid; in ATF_TC_BODY()
/freebsd/contrib/sendmail/libsm/
H A Dt-notify.c27 static pid_t pids[MAX_CHILDREN];
44 pid_t pid; in notify_wr()
72 pid_t cpid;
140 pidx = validpid(nproc, (pid_t)cpid);
173 pid_t pid;
/freebsd/crypto/heimdal/kcm/
H A Dkcm_locl.h72 pid_t session; /* really au_asid_t */
93 pid_t session; /* really au_asid_t */
146 pid_t pid;
149 pid_t session;

12345678910>>...51