Searched refs:proc (Results 51 - 75 of 314) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h82 struct proc;
106 struct proc *p);
112 int fflag, struct proc *p);
118 typedef int select_fcn_t(dev_t dev, int which, void * wql, struct proc *p);
245 struct proc *p);
H A Dtty.h293 struct proc *p);
296 struct proc *p);
305 struct proc *p);
307 int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
308 int ttselect(dev_t dev, int rw, void * wql, struct proc *p);
H A Dfasttrap_impl.h36 #include <sys/proc.h>
42 #define proc_t struct proc /* Steer clear of the Darwin typedef for proc_t */
84 pid_t ftpc_pid; /* process ID for this proc */
88 struct fasttrap_proc *ftpc_next; /* next proc in hash chain */
103 fasttrap_proc_t *ftp_proc; /* shared proc for all provs */
H A Dmman.h243 int pshm_mmap(struct proc *p, struct mmap_args *uap, user_addr_t *retval,
250 int pshm_truncate(struct proc *p, struct fileproc *fp, int fd, off_t length, int32_t *retval);
H A Dpthread_internal.h151 void workqueue_mark_exiting(struct proc *);
152 void workqueue_exit(struct proc *);
H A Dubc.h59 int ubc_setthreadcred(struct vnode *, struct proc *, struct thread *);
69 int ubc_setcred(struct vnode *, struct proc *) __deprecated;
H A Ducred.h153 int set_security_token(struct proc * p);
H A Dvm.h153 struct proc *current_proc(void);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c96 #include <sys/proc.h>
144 int rd_uio(struct proc *p, int fdes, uio_t uio, user_ssize_t *retval);
145 int wr_uio(struct proc *p, int fdes, uio_t uio, user_ssize_t *retval);
155 __private_extern__ int preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_vnode);
156 __private_extern__ void donefileread(struct proc *p, struct fileproc *fp_ret, int fd);
196 read(struct proc *p, struct read_args *uap, user_ssize_t *retval)
203 read_nocancel(struct proc *p, struct read_nocancel_args *uap, user_ssize_t *retval)
235 pread(struct proc *p, struct pread_args *uap, user_ssize_t *retval)
242 pread_nocancel(struct proc *p, struct pread_nocancel_args *uap, user_ssize_t *retval)
272 donefileread(struct proc *
2840 proc_t proc; local
[all...]
H A Dbsd_stubs.c88 struct proc *
93 struct proc *p;
100 panic("returning child proc not under vfork");
102 panic("returning child proc which is not cur_act");
106 p = (struct proc *)get_bsdtask_info(current_task());
323 struct proc *p = procp;
H A Dkern_clock.c314 startprofclock(struct proc *p)
324 stopprofclock(struct proc *p)
334 struct proc *p = current_proc();
360 struct proc *p = current_proc();
H A Dkern_pcsamples.c76 struct proc *p;
98 struct proc *p;
118 * this only works for the current proc as it
124 struct proc *p = current_proc();
239 struct proc *p, *curproc;
H A Dkern_xxx.c91 reboot(struct proc *p, register struct reboot_args *uap, __unused int32_t *retval)
118 OSBitOrAtomic(P_REBOOT, &p->p_flag); /* No more signals for this proc */
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dmem.c78 #include <sys/proc.h>
99 int mmioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p);
114 int mmioctl(dev_t dev, u_long cmd, __unused caddr_t data, __unused int flag, __unused struct proc *p)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dmem.c78 #include <sys/proc.h>
99 int mmioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p);
118 __unused int flag, __unused struct proc *p)
/darwin-on-arm/xnu/security/
H A Dmac_policy.h294 @param proc Object process
331 struct proc *proc
374 @param proc the new process
384 proc_t proc
1455 struct proc *p,
1468 struct proc *p,
1481 struct proc *p,
2314 struct proc *p,
2461 @param proc Sende
[all...]
H A Dmac_framework.h106 struct proc;
160 struct label *execlabel, proc_t proc);
240 void mac_lctx_notify_create(proc_t proc, struct lctx *l);
241 void mac_lctx_notify_join(proc_t proc, struct lctx *l);
242 void mac_lctx_notify_leave(proc_t proc, struct lctx *l);
332 int mac_proc_check_fork(proc_t proc);
333 int mac_proc_check_suspend_resume(proc_t proc, int sr);
334 int mac_proc_check_get_task_name(kauth_cred_t cred, struct proc *p);
335 int mac_proc_check_get_task(kauth_cred_t cred, struct proc *p);
336 int mac_proc_check_getaudit(proc_t proc);
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_usrreq.c41 #include <sys/proc.h>
73 struct ifnet *ifp, __unused struct proc *p)
80 __unused struct proc *p)
157 __unused struct proc *p)
170 __unused struct proc *p)
306 __unused struct proc *p)
H A Dsys_glue.c41 #include <sys/proc.h>
150 int _ATsocket(proto, err, proc)
153 void *proc;
187 gref->pid = proc_pid((struct proc *)proc);
215 if (*err || (*err = atalk_openref(gref, &fd, proc))) {
228 int _ATgetmsg(fd, ctlptr, datptr, flags, err, proc)
234 void *proc;
239 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) == 0) {
260 int _ATputmsg(fd, ctlptr, datptr, flags, err, proc)
638 proc_t proc = vfs_context_proc(ctx); local
[all...]
H A Dadsp_CLListen.c40 #include <sys/proc.h>
H A Dadsp_NewCID.c41 #include <sys/proc.h>
H A Dadsp_misc.c34 #include <sys/proc.h>
H A Daurp_cfg.c46 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.h100 kauth_cred_t cred, struct proc *p);
/darwin-on-arm/xnu/bsd/net/
H A Dbpfdesc.h123 struct proc * bd_selproc; /* process that last selected us */

Completed in 194 milliseconds

1234567891011>>