| /xnu-12377.1.9/bsd/skywalk/core/ |
| H A D | skywalk_sysctl.c | 47 struct sysctl_oid_list *parent, int kind, void *arg1, int arg2, in _skoid_oid_init() 83 const char *name, int kind) in skoid_create() 95 _skoid_add_property(struct skoid *skoid, const char *name, int kind, in _skoid_add_property() 110 skoid_add_int(struct skoid *skoid, const char *name, int kind, in skoid_add_int() 121 skoid_add_uint(struct skoid *skoid, const char *name, int kind, in skoid_add_uint() 132 skoid_add_handler(struct skoid *skoid, const char *name, int kind, in skoid_add_handler()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves_memory.c | 128 get_conclave_mem_ledger(exclaves_memory_pagekind_t kind) in get_conclave_mem_ledger() 154 exclaves_memory_alloc(const uint32_t npages, uint32_t *pages, const exclaves_memory_pagekind_t kind… in exclaves_memory_alloc() 224 …memory_free(const uint32_t npages, const uint32_t *pages, const exclaves_memory_pagekind_t kind, c… in exclaves_memory_free() 393 exclaves_memory_pagekind_t kind = EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN; variable 430 exclaves_memory_pagekind_t kind = EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN; variable 475 exclaves_memory_pagekind_t kind = EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN; variable 522 exclaves_memory_pagekind_t kind = EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN; variable
|
| H A D | mpsc_queue.c | 137 mpsc_daemon_queue_kind_t kind = dq->mpd_kind; in _mpsc_queue_thread_continue() local 165 mpsc_daemon_queue_kind_t kind, mpsc_daemon_init_options_t flags) in _mpsc_daemon_queue_init_with_thread()
|
| H A D | recount.c | 398 struct recount_track *tracks, recount_cpu_kind_t kind, in recount_sum_and_isolate_cpu_kind() 424 struct recount_usage *usage, recount_cpu_kind_t kind, in recount_sum_usage_and_isolate_cpu_kind() 1354 recount_topo_matches_cpu_kind(recount_topo_t topo, recount_cpu_kind_t kind, in recount_topo_matches_cpu_kind()
|
| H A D | exclaves.c | 2028 exclaves_memory_pagekind_t kind = EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN; in handle_response_pmm_early_alloc() local
|
| H A D | zalloc.c | 672 const char *kind) in zone_metadata_corruption() 730 const char *kind) in zone_page_meta_accounting_panic() 746 zone_accounting_panic(zone_t zone, const char *kind) in zone_accounting_panic() 7694 const char *kind = "whild deref"; in panic_display_zone_fault() local
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | net_str_id.c | 58 net_str_id_first_last(u_int32_t *first, u_int32_t *last, u_int32_t kind) in net_str_id_first_last() 76 u_int32_t kind, int create) in net_str_id_find_internal()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | constrained_ctypes.h | 548 #define __CCT_CONTRACT_TO_ATTR(kind) __CONCAT(__CCT_CONTRACT_ATTR_, kind) argument 549 #define __CCT_CONTRACT_TO_TAG(kind) __CCT_DEFER(__CONCAT, __CCT_CONTRACT_TAG_, kind) argument 559 #define __CCT_CONTRACT_LIST_TO_TAGGED_SUFFIX_1(kind) … argument 569 #define __CCT_DECLARE_CONSTRAINED_PTR_TYPE_3(basetype, basetag, kind) … argument
|
| H A D | sysctl.h | 347 #define SYSCTL_STRUCT_INIT(parent, nbr, name, kind, a1, a2, fn, fmt, desc) { \ argument 360 #define __SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 404 #define SYSCTL_OID_MANUAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 414 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument
|
| /xnu-12377.1.9/bsd/dev/dtrace/ |
| H A D | lockprof.c | 109 lockprof_lock_count(lck_grp_t *grp, int kind) in lockprof_lock_count() 115 probe_create(int kind, const char *suffix, const char *grp_name, uint64_t count, uint64_t mult) in probe_create() 260 lockprof_stat(lck_grp_t *grp, int kind) in lockprof_stat()
|
| H A D | profile_prvd.c | 267 profile_create(hrtime_t interval, const char *name, int kind) in profile_create() 305 int i, j, rate, kind; in profile_provide() local 311 int kind; in profile_provide() member
|
| H A D | dtrace.c | 10957 dtrace_actdesc_create(dtrace_actkind_t kind, uint32_t ntuple, in dtrace_actdesc_create() 10985 dtrace_actkind_t kind = act->dtad_kind; in dtrace_actdesc_release() local 13498 dtrace_actkind_t kind; in dtrace_dof_actdesc() local
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_recount.c | 101 _selfcounts(thread_selfcounts_kind_t kind, user_addr_t buf, size_t size) in _selfcounts() 127 _selfcounts_perf_level(thread_selfcounts_kind_t kind, user_addr_t buf, in _selfcounts_perf_level()
|
| H A D | kern_fork.c | 229 fork1(proc_t parent_proc, thread_t *child_threadp, int kind, coalition_t *coalitions) in fork1()
|
| /xnu-12377.1.9/tests/cpu_counters/ |
| H A D | cpc_security_tests.c | 56 _skip_for_db(const char *kind, int kpep_err) in _skip_for_db() 272 check_event_coverage(kpep_db_flags_t flag, const char *kind) in check_event_coverage()
|
| /xnu-12377.1.9/san/memory/ |
| H A D | ubsan.h | 74 uint8_t kind; member 116 unsigned char kind; member 131 unsigned char kind; member
|
| H A D | ubsan.c | 329 get_mismatch_kind(uint8_t kind) in get_mismatch_kind() 353 const char *kind = get_mismatch_kind(v->align->kind); in format_type_mismatch() local 428 get_implicit_conv_type(unsigned char kind) in get_implicit_conv_type()
|
| /xnu-12377.1.9/tests/ |
| H A D | task_info.c | 549 test_task_basic_info(enum info_kind kind) in test_task_basic_info() 973 info_get(enum info_kind kind, enum info_get get, void * data) in info_get()
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | waitq.py | 24 def kind(self): member in Waitq
|
| H A D | skywalk.py | 31 def IterateKernChannelRings(kc, kind): argument
|
| /xnu-12377.1.9/tests/vm/configurator/ |
| H A D | vm_configurator.h | 167 vm_object_template_kind_t kind; member 230 vm_entry_template_kind_t kind; member 493 vm_object_template_kind_t kind; member 564 vm_entry_template_kind_t kind; member
|
| H A D | vm_configurator.c | 266 name_for_entry_kind(vm_entry_template_kind_t kind) in name_for_entry_kind() 1538 vm_entry_template_kind_t kind, in make_checker_for_anonymous_private() 1622 vm_entry_template_kind_t kind, in make_checker_for_shared()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 379 vm_offset_t ppnum, vm_offset_t count, uint32_t kind) in hibernate_set_page_state() 417 uint32_t kind, in hibernate_set_descriptor_page_state()
|
| H A D | IOCatalogue.cpp | 1346 IOCatalogue::serializeData(IOOptionBits kind, OSSerialize * s) const in serializeData()
|
| /xnu-12377.1.9/EXTERNAL_HEADERS/mach-o/ |
| H A D | loader.h | 1557 uint16_t kind; /* a DICE_KIND_* value */ member
|