Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_aio.c932 if ((entryp->flags & AIO_EXIT_WAIT) && (entryp->flags & AIO_CLOSE_WAIT)) { in do_aio_cancel_locked()
1355 entryp->flags, entryp->aiocb.aio_fildes, 0); in aio_try_enqueue_work_locked()
1357 entryp->aiocb.aio_offset, 0, entryp->aiocb.aio_nbytes, 0, 0); in aio_try_enqueue_work_locked()
1425 if (entryp == NULL) { in lio_listio()
1527 p = entryp->procp; in aio_work_thread()
1574 entryp->errorval, entryp->returnval, 0); in aio_work_thread()
1642 return entryp; in aio_get_some_work()
1669 if (entryp == TAILQ_FIRST(&entryp->procp->p_aio_activeq)) { in aio_delay_fsync_request()
1717 return entryp; in aio_create_queue_entry()
1739 if (entryp == NULL) { in aio_queue_async_request()
[all …]
/xnu-11215/osfmk/ipc/
H A Dipc_hash.c106 ipc_entry_t *entryp) in ipc_hash_lookup() argument
108 return ipc_hash_table_lookup(is_active_table(space), obj, namep, entryp); in ipc_hash_lookup()
202 ipc_entry_t *entryp) in ipc_hash_table_lookup() argument
240 *entryp = entry; in ipc_hash_table_lookup()
H A Dipc_entry.h247 ipc_entry_t *entryp);
254 ipc_entry_t *entryp);
260 ipc_entry_t *entryp);
H A Dipc_hash.h84 ipc_entry_t *entryp);
110 ipc_entry_t *entryp);
H A Dipc_entry.c202 ipc_entry_t *entryp) in ipc_entry_claim() argument
249 *entryp = entry; in ipc_entry_claim()
273 ipc_entry_t *entryp) in ipc_entry_alloc() argument
287 return ipc_entry_claim(space, object, namep, entryp); in ipc_entry_alloc()
318 ipc_entry_t *entryp) in ipc_entry_alloc_name() argument
423 *entryp = entry; in ipc_entry_alloc_name()
429 *entryp = entry; in ipc_entry_alloc_name()
H A Dipc_right.h89 ipc_entry_t *entryp);
104 ipc_entry_t *entryp);
H A Dipc_right.c285 ipc_entry_t *entryp) in ipc_right_lookup_write() argument
303 *entryp = entry; in ipc_right_lookup_write()
372 ipc_entry_t *entryp) in ipc_right_reverse() argument
399 *entryp = entry; in ipc_right_reverse()
403 if (ipc_hash_lookup(space, ip_to_object(port), namep, entryp)) { in ipc_right_reverse()
404 entry = *entryp; in ipc_right_reverse()
/xnu-11215/osfmk/vm/
H A Dvm_map_store_rb_internal.h44 struct vm_map_entry **entryp);
H A Dvm_map_store_internal.h134 struct vm_map_entry **entryp);
/xnu-11215/osfmk/i386/
H A Dpmap.h487 pmap_store_pte(boolean_t is_ept, pt_entry_t *entryp, pt_entry_t value) in pmap_store_pte() argument
493 *entryp = value; in pmap_store_pte()
504 pmap_corrupted_pte_detected(entryp, 0, 0); in pmap_store_pte()
H A Dpmap_internal.h1098 pmap_cmpx_pte(pt_entry_t *entryp, pt_entry_t old, pt_entry_t new) in pmap_cmpx_pte() argument
1100 return __c11_atomic_compare_exchange_strong((_Atomic pt_entry_t *)entryp, &old, new, in pmap_cmpx_pte()