Searched refs:pid_t (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dlctx.h11 static __inline pid_t
12 getlcid(pid_t pid)
18 setlcid(pid_t pid, pid_t lcid)
H A Dshm.h78 * [XSI] The pid_t, time_t, key_t, and size_t types shall be defined as
85 typedef __darwin_pid_t pid_t; typedef
155 pid_t shm_lpid; /* [XSI] PID of last shared memory op */
156 pid_t shm_cpid; /* [XSI] PID of creator */
171 pid_t shm_lpid; /* [XSI] PID of last shared memory op */
172 pid_t shm_cpid; /* [XSI] PID of creator */
H A Dcodesign.h54 int csops(pid_t pid, unsigned int ops, void * useraddr, size_t usersize);
H A Dwait.h86 * [XSI] The id_t and pid_t types shall be defined as described
90 typedef __darwin_pid_t pid_t; typedef
256 pid_t wait(int *) __DARWIN_ALIAS_C(wait);
257 pid_t waitpid(pid_t, int *, int) __DARWIN_ALIAS_C(waitpid);
262 pid_t wait3(int *, int, struct rusage *);
263 pid_t wait4(pid_t, int *, int, struct rusage *);
H A Dfasttrap.h74 pid_t ftps_pid;
90 pid_t ftiq_pid;
H A Dshm_internal.h86 pid_t shm_lpid; /* PID of last shared memory op */
87 pid_t shm_cpid; /* PID of creator */
H A Dptrace.h95 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
H A Dproc_internal.h110 pid_t lc_id; /* Login context ID. */
125 pid_t s_ttypgrpid; /* tty's pgrp id */
126 pid_t s_sid; /* Session ID (static) */
153 pid_t pg_id; /* Pgrp id. (static) */
186 pid_t p_pid; /* Process identifier. (static)*/
189 pid_t p_ppid; /* process's parent pid number */
190 pid_t p_pgrpid; /* process group id of the process (LL)*/
229 pid_t p_oppid; /* Save parent pid during ptrace. XXX */
252 pid_t p_contproc; /* last PID to send us a SIGCONT (PL) */
255 pid_t si_pi
[all...]
H A Dmsg.h71 * [XSI] The pid_t, time_t, key_t, size_t, and ssize_t types shall be
78 typedef __darwin_pid_t pid_t; typedef
146 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
147 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
169 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
170 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
196 pid_t msg_lspid; /* [XSI] pid of last msgsnd() */
197 pid_t msg_lrpid; /* [XSI] pid of last msgrcv() */
H A Dfasttrap_impl.h81 pid_t ftpc_pid; /* process ID for this proc */
89 pid_t ftp_pid; /* process ID for this prov */
121 pid_t ftp_pid; /* pid for this probe */
142 pid_t ftt_pid; /* pid of tracepoint */
H A Dsem.h52 * [XSI] The pid_t, time_t, key_t, and size_t types shall be defined as
59 typedef __darwin_pid_t pid_t; typedef
144 pid_t sempid; /* pid of last operation */
H A Dpipe.h149 pid_t pipe_pgid; /* information for async I/O */
H A Dsysctl.h634 pid_t e_ppid; /* parent process id */
635 pid_t e_pgid; /* process group id */
638 pid_t e_tpgid; /* tty process group id */
652 pid_t e_lcid;
661 pid_t id; /* Login Context ID */
695 pid_t e_ppid; /* parent process id */
696 pid_t e_pgid; /* process group id */
699 pid_t e_tpgid; /* tty process group id */
709 pid_t e_lcid;
H A Dproc.h114 pid_t p_pid; /* Process identifier. */
115 pid_t p_oppid; /* Save parent pid during ptrace. XXX */
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_record.h268 uid_t ruid, gid_t rgid, pid_t pid,
271 uid_t ruid, gid_t rgid, pid_t pid,
274 uid_t ruid, gid_t rgid, pid_t pid,
277 gid_t egid, uid_t ruid, gid_t rgid, pid_t pid,
280 gid_t egid, uid_t ruid, gid_t rgid, pid_t pid,
283 gid_t egid, uid_t ruid, gid_t rgid, pid_t pid,
299 uid_t ruid, gid_t rgid, pid_t pid,
302 uid_t ruid, gid_t rgid, pid_t pid,
305 uid_t ruid, gid_t rgid, pid_t pid,
308 gid_t egid, uid_t ruid, gid_t rgid, pid_t pi
[all...]
H A Daudit.h163 typedef pid_t au_asid_t;
204 pid_t ap_pid; /* ID of target process */
213 pid_t ap_pid; /* ID of target process */
H A Daudit_kernel.h199 pid_t ar_subj_asid; /* Audit session ID */
200 pid_t ar_subj_pid;
212 pid_t ar_arg_pid;
213 pid_t ar_arg_asid;
356 void audit_arg_pid(pid_t pid);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h114 pid_t bd_sigio;
H A Dif_pppvar.h99 pid_t sc_xfer; /* used in transferring unit */
137 struct ppp_softc *pppalloc(pid_t pid);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.h116 pid_t la_pid; /* pid of lock requester/owner */
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac.h151 int __mac_get_lcid(pid_t _lcid, mac_t _label);
154 int __mac_get_pid(pid_t _pid, mac_t _label);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_pcsamples.c48 pid_t pc_sample_pid = 0;
57 static pid_t global_state_pid = -1; /* Used to control exclusive use of pc_buffer */
236 pid_t *pidcheck;
238 pid_t curpid;
390 if (size != (2 * sizeof(pid_t)))
397 pidcheck = (pid_t *)pcsample_comm;
H A Dkern_proc.c141 static pid_t lastlcid = 1;
803 pfind_locked(pid_t pid)
831 pzfind(pid_t pid)
852 pgfind(pid_t pgid)
869 pgfind_internal(pid_t pgid)
902 session_find_internal(pid_t sessid)
962 enterpgrp(proc_t p, pid_t pgid, int mksess)
979 pid_t savepid = p->p_pid;
1271 pid_t * pid_list;
1291 alloc_count = count * sizeof(pid_t);
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/helpers/
H A Dlaunch.c31 pid_t my_pid, my_wait_pid;
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeydb.h97 pid_t pid; /* message's pid */

Completed in 94 milliseconds

123