Searched refs:proc (Results 176 - 200 of 314) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c178 ptsopen(dev_t dev, int flag, __unused int devtype, __unused struct proc *p)
272 struct proc *p = current_proc();
589 ptcselect(dev_t dev, int rw, void *wql, struct proc *p)
770 ptyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
H A Dvm_pressure.c193 struct proc *p;
H A Duipc_socket2.c1534 __unused struct proc *p)
1541 __unused struct proc *p)
1548 __unused struct proc *p)
1561 __unused caddr_t data, __unused struct ifnet *ifp, __unused struct proc *p)
1579 pru_listen_notsupp(__unused struct socket *so, __unused struct proc *p)
1606 __unused struct mbuf *control, __unused struct proc *p)
H A Dpthread_synch.c188 bsdthread_create(__unused struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval)
429 bsdthread_terminate(__unused struct proc *p, struct bsdthread_terminate_args *uap, __unused int32_t *retval)
470 bsdthread_register(struct proc *p, struct bsdthread_register_args *uap, __unused int32_t *retval)
1136 workq_open(struct proc *p, __unused struct workq_open_args *uap, __unused int32_t *retval)
1255 workq_kernreturn(struct proc *p, struct workq_kernreturn_args *uap, __unused int32_t *retval)
1375 workqueue_mark_exiting(struct proc *p)
1429 workqueue_exit(struct proc *p)
2424 int thread_selfid(__unused struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval)
H A Dsubr_prof.c371 addupc_task(struct proc *p, user_addr_t pc, u_int ticks)
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.c101 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h430 struct proc;
910 extern int ifioctl(struct socket *, u_long, caddr_t, struct proc *);
911 extern int ifioctllocked(struct socket *, u_long, caddr_t, struct proc *);
992 struct ifreq *, struct proc *);
H A Dbpf.c90 #include <sys/proc.h>
201 static int bpf_getdltlist(struct bpf_d *, caddr_t, struct proc *);
625 __unused struct proc *p)
708 __unused struct proc *p)
1194 struct proc *p)
1669 bpf_getdltlist(struct bpf_d *d, caddr_t addr, struct proc *p)
1782 bpfselect(dev_t dev, int which, void * wql, struct proc *p)
H A Drtsock.c68 #include <sys/proc.h>
163 rts_attach(struct socket *so, int proto, __unused struct proc *p)
216 rts_bind(struct socket *so, struct sockaddr *nam, struct proc *p)
224 rts_connect(struct socket *so, struct sockaddr *nam, struct proc *p)
284 struct mbuf *control, struct proc *p)
330 struct proc *curproc = current_proc();
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Open.c41 #include <sys/proc.h>
H A Dadsp_RxData.c46 #include <sys/proc.h>
H A Dat_pcb.c79 #include <sys/proc.h>
H A Datp_misc.c42 #include <sys/proc.h>
H A Datp_open.c44 #include <sys/proc.h>
H A Daurp_open.c45 #include <sys/proc.h>
H A Dddp_rtmp.c43 #include <sys/proc.h>
H A Ddrv_dep.c42 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h345 struct mbuf *, struct proc *);
H A Dudp_usrreq.c213 struct mbuf *, struct proc *);
1300 struct proc *p;
1696 udp_attach(struct socket *so, __unused int proto, struct proc *p)
1720 udp_bind(struct socket *so, struct sockaddr *nam, struct proc *p)
1737 udp_connect(struct socket *so, struct sockaddr *nam, struct proc *p)
1793 struct mbuf *control, struct proc *p)
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c41 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c79 #include <sys/proc.h>
1938 uint32_t vers, proc, seqnum, service; local
1949 vers = proc = seqnum = service = handle_len = 0;
1958 nfsm_chain_get_32(error, nmc, proc);
1968 if (proc != RPCSEC_GSS_DATA && nd->nd_procnum != NFSPROC_NULL) {
1988 if (proc == RPCSEC_GSS_INIT) {
2026 cp->gss_svc_proc = proc;
2029 if (proc == RPCSEC_GSS_DATA || proc == RPCSEC_GSS_DESTROY) {
2216 * If the proc i
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dlockstat.c361 int _lockstat_open(dev_t dev, int flags, int devtype, struct proc *p)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c70 #include <sys/proc.h>
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c92 #include <sys/proc.h>
236 struct proc *p = vfs_context_proc(ctx);
414 struct proc *a_p;
1097 struct proc *p = vfs_context_proc(ctx);
1226 struct proc *p = vfs_context_proc(ctx);
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_subr.c64 #include <sys/proc.h>

Completed in 280 milliseconds

1234567891011>>