Searched defs:procp (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h52 struct proc *procp; /* user proc that queued this request */ member in struct:aio_workq_entry
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c157 proc_t procp; local
346 proc_t procp = vfs_context_proc(ctx); local
366 proc_t procp; local
[all...]
H A Dbsd_stubs.c321 tbeproc(void *procp) argument
H A Dnetboot.c617 proc_t procp = current_proc(); local
H A Dkern_aio.c344 aio_proc_lock(proc_t procp) argument
350 aio_proc_lock_spin(proc_t procp) argument
356 aio_proc_move_done_locked(proc_t procp, aio_workq_entry *entryp) argument
367 aio_proc_remove_done_locked(proc_t procp, aio_workq_entry *entryp) argument
376 aio_proc_unlock(proc_t procp) argument
382 aio_proc_mutex(proc_t procp) argument
1263 aio_copy_in_list(proc_t procp, user_addr_t aiocblist, int nent) argument
1304 aio_copy_in_sigev(proc_t procp, user_addr_t sigp, struct user_sigevent *sigev) argument
1376 aio_enqueue_work( proc_t procp, aio_workq_entry *entryp, int proc_locked) argument
1852 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, int kindOfIO) argument
1917 aio_queue_async_request(proc_t procp, user_addr_t aiocbp, int kindOfIO ) argument
2006 lio_create_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, aio_workq_entry **entrypp ) argument
2434 aio_proc_active_requests_for_file(proc_t procp, int fd) argument
2512 is_already_queued(proc_t procp, user_addr_t aiocbp ) argument
[all...]
H A Dkern_credential.c3356 struct proc *procp; local
3413 kauth_cred_proc_ref(proc_t procp) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c791 dhcp_context_free(struct dhcp_context * context, struct proc * procp) argument
813 dhcp_context_create(struct ifnet * ifp, int max_try, struct proc * procp, int * error_p) argument
923 dhcp(struct ifnet * ifp, struct in_addr * iaddr_p, int max_try, struct in_addr * netmask_p, struct in_addr * router_p, struct proc * procp) argument
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c384 swapon(__unused proc_t procp, __unused struct swapon_args *uap, __unused int *retval) argument
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1200 proc_t procp; local

Completed in 56 milliseconds