Searched refs:proc (Results 101 - 125 of 314) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c136 static int sendit(struct proc *, int, struct user_msghdr *, uio_t, int,
138 static int recvit(struct proc *, int, struct user_msghdr *, uio_t, user_addr_t,
170 socket(struct proc *p, struct socket_args *uap, int32_t *retval)
290 listen(__unused struct proc *p, struct listen_args *uap,
335 accept_nocancel(struct proc *p, struct accept_nocancel_args *uap,
547 accept(struct proc *p, struct accept_args *uap, int32_t *retval)
577 connect(struct proc *p, struct connect_args *uap, int32_t *retval)
697 socketpair(struct proc *p, struct socketpair_args *uap,
809 sendit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop,
899 sendto(struct proc *
[all...]
H A Dkern_synch.c68 struct proc *p = current_proc();
161 struct proc *p;
428 resetpriority(struct proc *p)
H A Dkern_physio.c90 struct proc *p = current_proc();
H A Dkern_control.c79 static int ctl_attach(struct socket *, int, struct proc *);
82 static int ctl_connect(struct socket *, struct sockaddr *, struct proc *);
85 struct ifnet *ifp, struct proc *p);
87 struct sockaddr *, struct mbuf *, struct proc *);
219 ctl_attach(__unused struct socket *so, __unused int proto, __unused struct proc *p)
282 ctl_connect(struct socket *so, struct sockaddr *nam, __unused struct proc *p)
448 __unused struct proc *p)
649 __unused struct ifnet *ifp, __unused struct proc *p)
H A Dsysv_sem.c118 static int semu_alloc(struct proc *p);
119 static int semundo_adjust(struct proc *p, int *supidx,
249 semsys(struct proc *p, struct semsys_args *uap, int32_t *retval)
472 semu_alloc(struct proc *p)
544 * Adjust a particular entry for a particular proc
549 semundo_adjust(struct proc *p, int *supidx, int semid,
677 semctl(struct proc *p, struct semctl_args *uap, int32_t *retval)
899 semget(__unused struct proc *p, struct semget_args *uap, int32_t *retval)
1043 semop(struct proc *p, struct semop_args *uap, int32_t *retval)
1375 semexit(struct proc *
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c911 processor_t proc; local
920 ret = kmem_alloc(kernel_map, (vm_offset_t *) & proc, sizeof(*proc));
924 bzero((void *) proc, sizeof(*proc));
925 return proc;
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c49 #include <sys/proc.h>
58 #include <sys/proc.h>
327 struct proc *p = current_proc();
H A Daurp_tickle.c45 #include <sys/proc.h>
H A Daurp_tx.c45 #include <sys/proc.h>
H A Dddp_brt.c53 #include <sys/proc.h>
H A Dddp_sip.c64 #include <sys/proc.h>
H A Dat_var.h335 struct proc;
336 int atalk_openref(gref_t *, int *, struct proc *);
H A Datp_write.c40 #include <sys/proc.h>
1374 _ATPsndreq(fd, buf, len, nowait, err, proc)
1380 void *proc;
1395 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
1607 _ATPsndrsp(fd, respbuff, resplen, datalen, err, proc)
1613 void *proc;
1625 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
1740 _ATPgetreq(fd, buf, buflen, err, proc)
1745 void *proc;
1753 if ((*err = atalk_getref(0, fd, &gref, proc,
[all...]
/darwin-on-arm/xnu/bsd/vm/
H A Ddp_backing_file.c114 struct proc *p = current_proc();
235 struct proc *p = current_proc();
421 struct proc *p = current_proc();
H A Dvm_unix.c100 int _shared_region_map( struct proc*, int, unsigned int, struct shared_file_mapping_np*, memory_object_control_t*, struct shared_file_mapping_np*);
102 int shared_region_copyin_mappings(struct proc*, user_addr_t, unsigned int, struct shared_file_mapping_np *);
459 * are the same as the current proc's euid,
491 * Under DENY, only root can get another proc's task port,
729 pid_suspend(struct proc *p __unused, struct pid_suspend_args *args, int *ret)
815 pid_resume(struct proc *p __unused, struct pid_resume_args *args, int *ret)
903 pid_hibernate(struct proc *p __unused, struct pid_hibernate_args *args, int *ret)
958 pid_shutdown_sockets(struct proc *p __unused, struct pid_shutdown_sockets_args *args, int *ret)
1097 __unused struct proc *p,
1151 struct proc *
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_subr.c41 #define proc_t struct proc /* Steer clear of the Darwin typedef for proc_t */
H A Dfasttrap.c45 #include <sys/proc.h>
55 #define proc_t struct proc /* Steer clear of the Darwin typedef for proc_t */
480 * table of enabled tracepoints off the proc structure.
488 printf("fasttrap_fork: sprlock(%d) returned a differt proc\n", cp->p_pid);
531 * is set on the proc structure to indicate that there is a pid provider
632 * associated proc structure because we know that at least one
1136 * We won't be able to acquire a /proc-esque lock on the process
1346 * Take another lap through the list to make sure a proc hasn't
1380 fasttrap_proc_release(fasttrap_proc_t *proc) argument
1384 pid_t pid = proc
[all...]
/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c42 #include <sys/proc.h>
416 __unused int flag, __unused struct proc *p )
435 random_open(__unused dev_t dev, int flags, __unused int devtype, __unused struct proc *p)
464 random_close(__unused dev_t dev, __unused int flags, __unused int mode, __unused struct proc *p)
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c351 key_attach(struct socket *so, int proto, struct proc *p)
393 key_bind(struct socket *so, struct sockaddr *nam, struct proc *p)
405 key_connect(struct socket *so, struct sockaddr *nam, struct proc *p)
464 struct mbuf *control, struct proc *p)
/darwin-on-arm/xnu/osfmk/i386/
H A Dmisc_protos.h124 extern void cpu_processor_free(processor_t proc);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DbenchDS.sh113 if [ -f /proc/cpuinfo ]; then
114 p_count=`egrep processor /proc/cpuinfo | wc -l`
115 p_mhz=`awk -F: '/cpu MHz/{printf("%5.0f00Mhz\n",$2/100); exit}' /proc/cpuinfo`
116 p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo`
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h342 struct proc *p);
347 struct proc *p);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c108 #include <sys/proc.h>
698 udp6_attach(struct socket *so, __unused int proto, struct proc *p)
735 udp6_bind(struct socket *so, struct sockaddr *nam, struct proc *p)
769 udp6_connect(struct socket *so, struct sockaddr *nam, struct proc *p)
857 struct mbuf *control, struct proc *p)
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h536 struct proc;
537 extern void kdbg_trace_data(struct proc *proc, long *arg_pid);
539 extern void kdbg_trace_string(struct proc *proc, long *arg1, long *arg2, long *arg3, long *arg4);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c138 static int pfopen(dev_t, int, int, struct proc *);
139 static int pfclose(dev_t, int, int, struct proc *);
140 static int pfioctl(dev_t, u_long, caddr_t, int, struct proc *);
142 struct pfioc_table_64 *, struct proc *);
144 struct pfioc_tokens_64 *, struct proc *);
145 static int pfioctl_ioc_rule(u_long, int, struct pfioc_rule *, struct proc *);
147 struct proc *);
148 static int pfioctl_ioc_state(u_long, struct pfioc_state *, struct proc *);
150 struct pfioc_states_64 *, struct proc *);
151 static int pfioctl_ioc_natlook(u_long, struct pfioc_natlook *, struct proc *);
[all...]

Completed in 100 milliseconds

1234567891011>>