Home
last modified time | relevance | path

Searched defs:ctx (Results 76 – 100 of 140) sorted by relevance

123456

/xnu-8792.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dcccmac.h30 uint8_t ctx[1]; member
H A Dccdigest.h84 void ccdigest_final(const struct ccdigest_info *di, ccdigest_ctx_t ctx, unsigned char *digest) in ccdigest_final()
/xnu-8792.41.9/bsd/kern/
H A Dposix_shm.c1072 pshm_closefile(struct fileglob *fg, __unused vfs_context_t ctx) in pshm_closefile()
1124 pshm_label_associate(struct fileproc *fp, struct vnode *vp, vfs_context_t ctx) in pshm_label_associate()
H A Dposix_sem.c1025 psem_closefile(struct fileglob *fg, __unused vfs_context_t ctx) in psem_closefile()
1092 psem_label_associate(struct fileproc *fp, struct vnode *vp, vfs_context_t ctx) in psem_label_associate()
H A Dsys_generic.c270 fp_readv(vfs_context_t ctx, struct fileproc *fp, uio_t uio, int flags, in fp_readv()
307 dofileread(vfs_context_t ctx, struct fileproc *fp, in dofileread()
586 fp_writev(vfs_context_t ctx, struct fileproc *fp, uio_t uio, int flags, in fp_writev()
635 dofilewrite(vfs_context_t ctx, struct fileproc *fp, in dofilewrite()
H A Dchunklist.c196 vfs_context_t ctx = vfs_context_kernel(); in validate_root_image() local
H A Dkern_core.c236 vfs_context_t ctx = vfs_context_current(); in coredump() local
H A Dsocket_flows.c934 soflow_nstat_provider_request_vals(nstat_provider_context ctx, in soflow_nstat_provider_request_vals()
1055 soflow_nstat_provider_request_extensions(nstat_provider_context ctx, in soflow_nstat_provider_request_extensions()
H A Dkdebug_common.c580 vnode_t vp, vfs_context_t ctx, uint32_t file_version) in kernel_debug_read()
/xnu-8792.41.9/osfmk/tests/
H A Dxnupost.h81 #define T_REGISTER_PANIC_WIDGET(func, ctx, outval) xnupost_register_panic_widget((func), #func, (ct… argument
/xnu-8792.41.9/osfmk/kern/
H A Dkern_monotonic.c251 void *ctx) in mt_microstackshot_start()
H A Ddebug.c826 DebuggerWithContext(unsigned int reason, void *ctx, const char *message, in DebuggerWithContext()
984 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options()
1050 panic_with_thread_context(unsigned int reason, void *ctx, uint64_t debugger_options_mask, thread_t … in panic_with_thread_context()
1073 …trap_to_debugger(const char *panic_format_str, va_list *panic_args, unsigned int reason, void *ctx, in panic_trap_to_debugger()
H A Dcoalition.c701 i_coal_resource_iterate_tasks(coalition_t coal, void *ctx, void (*callback)(coalition_t, void *, ta… in i_coal_resource_iterate_tasks() argument
1114 i_coal_jetsam_iterate_tasks(coalition_t coal, void *ctx, void (*callback)(coalition_t, void *, task… in i_coal_jetsam_iterate_tasks() argument
1627 coalition_for_each_task(coalition_t coal, void *ctx, in coalition_for_each_task() argument
2555 mark_coalition_member_as_swappable(__unused coalition_t coal, __unused void *ctx, task_t task) in mark_coalition_member_as_swappable()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c77 SHA1_CTX ctx; in get_ipv6_ula() local
884 void *context, void *ctx, struct necp_client_agent_parameters *cparams, in nx_netif_netagent_event()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c981 vfs_context_t ctx, in nfsrv_namei()
1670 nfsrv_export(struct user_nfs_export_args *unxa, vfs_context_t ctx) in nfsrv_export()
2437 vfs_context_t ctx, in nfsrv_credcheck()
2467 vfs_context_t ctx, in nfsrv_vptofh()
H A Dnfs_gss.c229 rpc_gss_integ_data_create(gss_ctx_id_t ctx, mbuf_t *mb_head, uint32_t seqnum, uint32_t *len) in rpc_gss_integ_data_create()
284 rpc_gss_priv_data_create(gss_ctx_id_t ctx, mbuf_t *mb_head, uint32_t seqnum, uint32_t *len) in rpc_gss_priv_data_create()
/xnu-8792.41.9/tools/lldbmacros/
H A Dipc.py1167 def IterateAllPorts(tasklist, func, ctx, include_psets, follow_busyports, should_log): argument
1318 def FindPortRightsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
1396 def CountPortsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
/xnu-8792.41.9/iokit/Kernel/
H A DIOPolledInterface.cpp449 _OpenFileContext * ctx = (_OpenFileContext *) ref; in file_extent_callback() local
615 _OpenFileContext ctx; in IOPolledFileOpen() local
/xnu-8792.41.9/bsd/vm/
H A Dvnode_pager.c303 vfs_context_t ctx = vfs_context_current(); /* pager context */ in vnode_pageout() local
/xnu-8792.41.9/tests/
H A Dselect_stress.c61 thread_sync(void *ctx) in thread_sync()
/xnu-8792.41.9/san/memory/
H A Dkasan.c393 kasan_traverse_mappings(pmap_traverse_callback cb, void *ctx) in kasan_traverse_mappings()
/xnu-8792.41.9/osfmk/i386/
H A Dpcb.c2322 act_thread_catt(void *ctx) in act_thread_catt()
2360 act_thread_cfree(__unused void *ctx) in act_thread_cfree()
/xnu-8792.41.9/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h182 #define CE_CONTEXT_GRANTS_ENTITLEMENT(ctx, ...) (CEContextQuery(ctx, (CEQuery_t){CE_SELECT_PATH(__V… argument
/xnu-8792.41.9/iokit/IOKit/
H A DIOPolledInterface.h173 aes_ctx ctx; member
/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpbufpool.c1043 const void *ctx, pbuf_ctx_retain_fn_t ctx_retain, in pp_create()
2014 const void *ctx, uint32_t skmflag) in pp_alloc_packet_common()
2092 const void *ctx, uint32_t skmflag) in pp_alloc_packet_batch()
2119 struct pktq *pktq, uint32_t num, alloc_cb_func_t cb, const void *ctx, in pp_alloc_pktq()

123456