| /xnu-8792.41.9/osfmk/arm64/ |
| H A D | status.c | 2105 act_thread_catt(void * ctx) in act_thread_catt() 2146 act_thread_cfree(void *ctx) in act_thread_cfree()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_symfile.c | 82 vfs_context_t ctx; member
|
| H A D | uipc_usrreq.c | 1107 vfs_context_t ctx = vfs_context_current(); in unp_bind() local 1248 vfs_context_t ctx = vfs_context_current(); in unp_connect() local
|
| H A D | kern_mman.c | 460 vfs_context_t ctx = vfs_context_current(); in mmap() local
|
| H A D | tty_dev.c | 132 vfs_context_t ctx = vfs_context_current(); in _devfs_setattr() local
|
| H A D | kern_authorization.c | 794 …h_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t ctx) in kauth_acl_inherit()
|
| H A D | kern_credential.c | 4499 kauth_cred_label_update_execve(kauth_cred_t cred, vfs_context_t ctx, in kauth_cred_label_update_execve() 4567 kauth_proc_label_update_execve(struct proc *p, vfs_context_t ctx, in kauth_proc_label_update_execve()
|
| H A D | kern_event.c | 569 struct knote_lock_ctx *ctx; in knote_lock_ctx_find() local 4748 kqueue_select(struct fileproc *fp, int which, void *wql, __unused vfs_context_t ctx) in kqueue_select() 4772 kqueue_close(struct fileglob *fg, __unused vfs_context_t ctx) in kqueue_close() 4899 kqueue_drain(struct fileproc *fp, __unused vfs_context_t ctx) in kqueue_drain()
|
| H A D | tty.c | 3378 vfs_context_t ctx = vfs_context_current(); in filt_ttyattach() local
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | kern_stackshot.c | 2084 struct _stackshot_backtrace_context *ctx = vctx; in _stackshot_backtrace_copy() local 2343 struct _stackshot_backtrace_context ctx = { in kcdata_record_thread_snapshot() local 2604 kdp_stackshot_record_task(struct stackshot_context *ctx, task_t task) in kdp_stackshot_record_task() 3086 struct stackshot_context ctx = {}; in kdp_stackshot_kcdata_format() local
|
| H A D | kpc_common.c | 558 struct kperf_context ctx = { in kpc_sample_kperf() local
|
| H A D | telemetry.c | 358 telemetry_pmi_handler(bool user_mode, __unused void *ctx) in telemetry_pmi_handler()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf_ioctl.c | 960 pf_hash_rule_addr(MD5_CTX *ctx, struct pf_rule_addr *pfr, u_int8_t proto) in pf_hash_rule_addr() 997 pf_hash_rule(MD5_CTX *ctx, struct pf_rule *rule) in pf_hash_rule() 1293 MD5_CTX ctx; in pf_setup_pfsync_matching() local
|
| H A D | necp_client.c | 949 necpop_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in necpop_select() 1750 necpop_close(struct fileglob *fg, vfs_context_t ctx) in necpop_close() 5866 necp_with_inp_domain_name(struct socket *so, void *ctx, void (*with_func)(char *domain_name, void *… in necp_with_inp_domain_name() 6014 necp_find_conn_extension_info(nstat_provider_context ctx, in necp_find_conn_extension_info() 6074 necp_find_extension_info(userland_stats_provider_context *ctx, in necp_find_extension_info() 6197 necp_request_tcp_netstats(userland_stats_provider_context *ctx, in necp_request_tcp_netstats() 6365 necp_request_udp_netstats(userland_stats_provider_context *ctx, in necp_request_udp_netstats() 6486 necp_request_quic_netstats(userland_stats_provider_context *ctx, in necp_request_quic_netstats() 6739 necp_request_conn_netstats(nstat_provider_context ctx, in necp_request_conn_netstats()
|
| /xnu-8792.41.9/osfmk/kperf/ |
| H A D | kptimer.c | 217 struct kperf_context ctx = { in kptimer_sample_curcpu() local
|
| /xnu-8792.41.9/tests/ |
| H A D | poll_select_kevent_paired_fds.c | 345 write_to_fd(void * __unused ctx) in write_to_fd()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_unicode.c | 84 void (*hash_func)(void *buf, size_t buf_len, void *ctx), in utf8_normalizeOptCaseFoldAndHash()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOService.cpp | 2173 messageClientsApplier( OSObject * object, void * ctx ) in messageClientsApplier() 3473 serviceOpenMessageApplier( OSObject * object, void * ctx ) in serviceOpenMessageApplier() 5106 FindRootMediaContext * ctx = (typeof(ctx))context; in publishHiddenMediaApplier() local 5143 FindRootMediaContext ctx = { .services = NULL, .parent = parent }; in publishHiddenMedia() local 5899 IOServiceMatchContext * ctx = (typeof(ctx))context; in instanceMatch() local 5972 IOServiceMatchContext ctx; in copyExistingServices() local
|
| /xnu-8792.41.9/tests/ktrace/ |
| H A D | kdebug_tests.c | 988 kdebug_abuser_thread(void *ctx) in kdebug_abuser_thread()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | kauth.h | 772 # define VFS_DEBUG(ctx, vp, fmt, args...) do { } while(0) argument
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | log.c | 399 struct os_log_context_s ctx; in _os_log_to_log_internal() local
|
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | machine_routines.c | 790 __unused void *ctx, in ml_panic_trap_to_debugger()
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | kasan.py | 698 def _print_mo_content(self, base, size, ctx): argument
|
| /xnu-8792.41.9/security/ |
| H A D | mac_base.c | 1651 struct vfs_context *ctx = vfs_context_current(); in __mac_get_mount() local
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 218 aes_ctx ctx; member
|