Searched refs:proc (Results 126 - 150 of 314) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c75 #include <sys/proc.h>
120 int rip_bind(struct socket *, struct sockaddr *, struct proc *);
121 int rip_connect(struct socket *, struct sockaddr *, struct proc *);
791 rip_attach(struct socket *so, int proto, struct proc *p)
850 rip_bind(struct socket *so, struct sockaddr *nam, __unused struct proc *p)
878 rip_connect(struct socket *so, struct sockaddr *nam, __unused struct proc *p)
905 struct mbuf *control, __unused struct proc *p)
H A Din_pcb.h661 extern int in_pcballoc(struct socket *, struct inpcbinfo *, struct proc *);
662 extern int in_pcbbind(struct inpcb *, struct sockaddr *, struct proc *);
663 extern int in_pcbconnect(struct inpcb *, struct sockaddr *, struct proc *,
H A Dip_divert.c77 #include <sys/proc.h>
440 div_attach(struct socket *so, int proto, struct proc *p)
506 div_bind(struct socket *so, struct sockaddr *nam, struct proc *p)
537 struct mbuf *control, __unused struct proc *p)
H A Dip_mroute.h303 extern int (*mrt_ioctl)(u_long, caddr_t, struct proc *);
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_msg.c86 typedef int sy_call_t(struct proc *, void *, int *);
349 msgsys(struct proc *p, struct msgsys_args *uap, int32_t *retval)
388 msgctl(struct proc *p, struct msgctl_args *uap, int32_t *retval)
588 msgget(__unused struct proc *p, struct msgget_args *uap, int32_t *retval)
708 msgsnd(struct proc *p, struct msgsnd_args *uap, int32_t *retval)
715 msgsnd_nocancel(struct proc *p, struct msgsnd_nocancel_args *uap, int32_t *retval)
1123 msgrcv(struct proc *p, struct msgrcv_args *uap, user_ssize_t *retval)
1130 msgrcv_nocancel(struct proc *p, struct msgrcv_nocancel_args *uap, user_ssize_t *retval)
1476 struct proc *p = current_proc();
H A Dkern_shutdown.c115 struct proc *p = current_proc(); /* XXX */
413 * Shutdown down proc system (release references to current and root
426 struct proc *p, *self;
436 self = (struct proc *)current_proc();
H A Dkern_credential.c520 identitysvc(__unused struct proc *p, struct identitysvc_args *uap, __unused int32_t *retval)
3265 struct proc *p;
3291 proc_t proc; local
3294 proc = current_proc();
3296 kauth_cred_uthread_update(uthread, proc);
3302 * Description: Given a uthread, a proc, and whether or not the proc is locked,
3303 * late-bind the uthread cred to the proc cred.
3317 kauth_cred_uthread_update(uthread_t uthread, proc_t proc) argument
3319 if (uthread->uu_ucred != proc
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h328 int vdesc_proc_offset; /* proc location, if any */
393 struct proc *p);
547 user_addr_t newp, size_t newlen, struct proc *p);
554 void nspace_proc_exit(struct proc *p);
H A Dkauth.h232 extern int kauth_proc_label_update(struct proc *p, struct label *label);
239 extern int kauth_proc_label_update(struct proc *p, void *label);
302 extern int kauth_proc_label_update_execve(struct proc *p, struct vfs_context *ctx, struct vnode *vp, struct label *scriptlabel, struct label *execlabel);
560 struct proc *_process, uintptr_t _arg1, uintptr_t _arg2, uintptr_t _arg3);
H A Dkern_memorystatus.h34 #include <sys/proc.h>
H A Dkpi_socket.h242 extern errno_t socket_defunct(struct proc *, socket_t so, int);
H A Dsocketvar.h534 struct proc *sopt_p; /* calling process or null if kernel */
667 extern int sosetdefunct(struct proc *, struct socket *, int level, boolean_t);
668 extern int sodefunct(struct proc *, struct socket *, int level);
744 extern int soioctl(struct socket *so, u_long cmd, caddr_t data, struct proc *p);
H A Dtypes.h301 struct proc;
H A Duser.h167 struct proc * uu_proc;
179 TAILQ_ENTRY(uthread) uu_list; /* List of uthreads in proc */
264 #define UT_PROCEXIT 0x00000200 /* this thread completed the proc exit */
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_subr_x86.c81 struct proc *p = current_proc();
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_macos_defs.h44 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c305 struct proc *p = vfs_context_proc(ap->a_context);
388 struct proc *p = vfs_context_proc(a_context);
496 struct proc * p = vfs_context_proc(ap->a_context);
563 struct proc *p = current_proc();
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_RxAttn.c41 #include <sys/proc.h>
H A Dadsp_Timer.c47 #include <sys/proc.h>
H A Dadsp_Write.c45 #include <sys/proc.h>
H A Dadsp_reset.c46 #include <sys/proc.h>
H A Datp_alloc.c43 #include <sys/proc.h>
H A Daurp_misc.c45 #include <sys/proc.h>
H A Daurp_rx.c45 #include <sys/proc.h>
63 * requests from the user proc (mostly setup).
H A Dddp_proto.c43 #include <sys/proc.h>

Completed in 108 milliseconds

1234567891011>>