Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/osfmk/corecrypto/
H A Dcc_memory.h97 cc_ws ws##_ctx = { NULL, 0, 0, cc_ws_alloc, cc_ws_free_null }; \
98 cc_ws_t ws = &ws##_ctx; \
109 cc_ws ws##_ctx = { ws##_buf, n, 0, cc_ws_alloc, cc_ws_free }; \
110 cc_ws_t ws = &ws##_ctx; \
127 cc_ws ws##_ctx = { ws##_buf, n, 0, cc_ws_alloc, cc_ws_free_stack }; \
128 cc_ws_t ws = &ws##_ctx; \
/xnu-12377.1.9/EXTERNAL_HEADERS/image4/
H A Denvironment.h90 void *_ctx
132 void *_ctx
156 void *_ctx
180 void *_ctx
208 void *_ctx
497 void *_Nullable _ctx);
H A Dtrust.h572 void *_Nullable _ctx,
/xnu-12377.1.9/tests/
H A Drestartable_ranges.c120 task_restartable_ranges_thread(void *_ctx) in task_restartable_ranges_thread() argument
122 int *stepp = _ctx; in task_restartable_ranges_thread()
/xnu-12377.1.9/EXTERNAL_HEADERS/img4/
H A Dfirmware.h268 void *_ctx
276 void *_ctx
/xnu-12377.1.9/bsd/sys/
H A Dkauth.h861 …inherit(vnode_t _dvp, kauth_acl_t _initial, kauth_acl_t *_product, int _isdir, vfs_context_t _ctx);
1024 # define VFS_DEBUG(_ctx, _vp, fmt, args...) \
1027 _ctx, \
/xnu-12377.1.9/tests/ipc/
H A Dipc_thread_ports_race.c33 thread_creation_bomb_one(void *_ctx __unused, size_t _i __unused) in thread_creation_bomb_one()
/xnu-12377.1.9/tests/skywalk/
H A Dskt_mangle.c111 skt_mangle_verify_internalize_metadata(void *_ctx) in skt_mangle_verify_internalize_metadata() argument
113 struct internalize_ctx *ctx = _ctx; in skt_mangle_verify_internalize_metadata()