| /xnu-8796.121.2/pexpert/gen/ |
| H A D | kcformat.c | 62 kc_kind2index(kc_kind_t type) in kc_kind2index() 79 PE_set_kc_header(kc_kind_t type, kernel_mach_header_t *header, uintptr_t slide) in PE_set_kc_header() 108 PE_reset_kc_header(kc_kind_t type) in PE_reset_kc_header() 121 PE_set_kc_header_and_base(kc_kind_t type, kernel_mach_header_t * header, void *base, uintptr_t slid… in PE_set_kc_header_and_base() 132 PE_get_kc_header(kc_kind_t type) in PE_get_kc_header() 138 PE_set_kc_vp(kc_kind_t type, void *vp) in PE_set_kc_vp() 147 PE_get_kc_vp(kc_kind_t type) in PE_get_kc_vp() 181 PE_get_kc_slide(kc_kind_t type) in PE_get_kc_slide() 190 PE_get_primary_kc_format(kc_format_t *type) in PE_get_primary_kc_format() 214 PE_get_kc_baseaddress(kc_kind_t type) in PE_get_kc_baseaddress() [all …]
|
| /xnu-8796.121.2/iokit/IOKit/ |
| H A D | IOLib.h | 329 #define IOMallocType(type) ({ \ argument 335 #define IOFreeType(elem, type) ({ \ argument 343 #define IONewData(type, count) \ argument 346 #define IONewZeroData(type, count) \ argument 349 #define IODeleteData(ptr, type, count) ({ \ argument 745 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument 750 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) do {} while (0) argument 787 #define __IOAddOperatorsSentinel(name, type) \ argument 790 #define __IOAddTypedOperatorsSentinel(type) \ argument 793 #define __IOAddTypedArrayOperatorsSentinel(type) \ argument [all …]
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | queue.h | 433 #define qe_element(qe, type, field) __container_of(qe, type, field) argument 520 #define qe_dequeue_head(head, type, field) ({ \ argument 529 #define qe_dequeue_tail(head, type, field) ({ \ argument 538 #define qe_queue_first(head, type, field) ({ \ argument 547 #define qe_queue_last(head, type, field) ({ \ argument 556 #define qe_queue_next(head, element, type, field) ({ \ argument 565 #define qe_queue_prev(head, element, type, field) ({ \ argument 752 #define queue_enter(head, elt, type, field) \ argument 783 #define queue_enter_first(head, elt, type, field) \ argument 814 #define queue_insert_before(head, elt, cur, type, field) \ argument [all …]
|
| H A D | ipc_kobject.c | 616 ipc_kobject_type_t type) in ipc_kobject_set_raw() 638 ipc_kobject_type_t type) in ipc_kobject_set_internal() 660 ipc_kobject_type_t type) in ipc_kobject_get_raw() 730 ipc_kobject_type_t type) in ipc_kobject_get_locked() 756 ipc_kobject_type_t type) in ipc_kobject_get_stable() 773 ipc_kobject_type_t type, in ipc_kobject_init_port() 809 ipc_kobject_type_t type, in ipc_kobject_alloc_port() 838 ipc_kobject_type_t type, in ipc_kobject_alloc_labeled_port() 925 ipc_kobject_type_t type, in ipc_kobject_make_send_lazy_alloc_port() 989 ipc_kobject_type_t type, in ipc_kobject_make_send_lazy_alloc_labeled_port() [all …]
|
| H A D | circle_queue.h | 230 #define cqe_element(qe, type, field) __container_of(qe, type, field) argument 313 #define cqe_dequeue_head(head, type, field) ({ \ argument 322 #define cqe_dequeue_tail(head, type, field) ({ \ argument 331 #define cqe_queue_first(head, type, field) ({ \ argument 340 #define cqe_queue_next(elt, head, type, field) ({ \ argument 349 #define cqe_queue_last(head, type, field) ({ \ argument
|
| H A D | kalloc.h | 455 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument 670 #define kalloc_type_require(type, value) ({ \ argument 762 #define KT_SUMMARY_GRANULES(type) \ argument 774 #define KALLOC_TYPE_SIG_CHECK(mask, type) \ argument 785 #define KALLOC_TYPE_IS_DATA_ONLY(type) \ argument 802 #define KALLOC_TYPE_HAS_OVERLAPS(type) \ argument 824 #define KALLOC_TYPE_IS_COMPATIBLE_PTR(ptr, type) \ argument 831 #define KALLOC_TYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument 1261 #define kalloc_type_2(type, flags) ({ \ argument 1266 #define kfree_type_2(type, elem) ({ \ argument [all …]
|
| H A D | lock_mtx.h | 131 #define LCK_MTX_ASSERT(lck, type) lck_mtx_assert((lck),(type)) argument 133 #define LCK_MTX_ASSERT(lck, type) argument 137 #define LCK_MTX_ASSERT_DEBUG(lck, type) lck_mtx_assert((lck),(type)) argument 139 #define LCK_MTX_ASSERT_DEBUG(lck, type) argument
|
| H A D | priority_queue.h | 231 #define priority_heap_make_comparator(name1, name2, type, field, ...) \ argument 320 #define pqe_element_fast(qe, type, field) __container_of(qe, type, field) argument 338 #define pqe_element(qe, type, field) ({ \ argument 400 #define priority_queue_destroy(pq, type, field, callback) \ argument 420 #define priority_queue_min(pq, type, field) ({ \ argument 438 #define priority_queue_max(pq, type, field) ({ \ argument 473 #define priority_queue_remove_min(pq, type, field) ({ \ argument 490 #define priority_queue_remove_max(pq, type, field) ({ \ argument
|
| /xnu-8796.121.2/iokit/DriverKit/ |
| H A D | queue_implementation.h | 433 #define qe_element(qe, type, field) __container_of(qe, type, field) argument 520 #define qe_dequeue_head(head, type, field) ({ \ argument 529 #define qe_dequeue_tail(head, type, field) ({ \ argument 538 #define qe_queue_first(head, type, field) ({ \ argument 547 #define qe_queue_last(head, type, field) ({ \ argument 556 #define qe_queue_next(head, element, type, field) ({ \ argument 565 #define qe_queue_prev(head, element, type, field) ({ \ argument 752 #define queue_enter(head, elt, type, field) \ argument 783 #define queue_enter_first(head, elt, type, field) \ argument 814 #define queue_insert_before(head, elt, cur, type, field) \ argument [all …]
|
| /xnu-8796.121.2/tests/ |
| H A D | turnstiles_test.c | 30 thread_create_at_qos(qos_class_t qos, void * (*function)(void *), int type) in thread_create_at_qos() 80 turnstile_prim_lock(int type) in turnstile_prim_lock() 92 turnstile_prim_unlock(int type) in turnstile_prim_unlock() 180 int type = (int)arg; in take_lock_check_priority() local 212 int type = (int)arg; in try_to_take_lock_and_unlock() local 234 int type = (int)arg; in take_lock_and_exit() local 260 int type = (int)arg; in unlock_an_owner_exited_lock() local 277 test1(int type) in test1() 295 test2(int type) in test2() 316 test3(int type) in test3()
|
| H A D | exception_tests.c | 19 __unused exception_type_t type, in exc_immovable_handler() 32 exception_type_t type, in exc_handler_identity_protected()
|
| H A D | uipc_kevent.c | 27 test_kevent(int type) in test_kevent() 65 test_kevent_lowat(int type) in test_kevent_lowat()
|
| /xnu-8796.121.2/osfmk/device/ |
| H A D | iokit_rpc.c | 98 iokit_lookup_io_object(ipc_port_t port, ipc_kobject_type_t type) in iokit_lookup_io_object() 149 iokit_lookup_object_in_space_with_port_name(mach_port_name_t name, ipc_kobject_type_t type, ipc_spa… in iokit_lookup_object_in_space_with_port_name() 184 iokit_lookup_object_with_port_name(mach_port_name_t name, ipc_kobject_type_t type, task_t task) in iokit_lookup_object_with_port_name() 207 iokit_lookup_raw_current_task(mach_port_name_t name, ipc_kobject_type_t * type) in iokit_lookup_raw_current_task() 260 iokit_make_port_of_type(io_object_t obj, ipc_kobject_type_t type) in iokit_make_port_of_type() 306 iokit_alloc_object_port( io_object_t obj, ipc_kobject_type_t type ) in iokit_alloc_object_port() 323 iokit_destroy_object_port( ipc_port_t port, ipc_kobject_type_t type ) in iokit_destroy_object_port() 336 iokit_switch_object_port( ipc_port_t port, io_object_t obj, ipc_kobject_type_t type ) in iokit_switch_object_port() 346 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) in iokit_make_send_right() 400 ipc_kobject_type_t type = IKOT_NONE; in iokit_no_senders() local [all …]
|
| /xnu-8796.121.2/libkern/os/ |
| H A D | system_event_log.c | 27 convert_type_to_string(uint8_t type) in convert_type_to_string() 53 _record_system_event_internal(uint8_t type, uint8_t subsystem, const char *event, const char *paylo… in _record_system_event_internal() 66 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) in record_system_event() 83 record_system_event_no_varargs(uint8_t type, uint8_t subsystem, const char *event, const char *payl… in record_system_event_no_varargs()
|
| H A D | log_encode.c | 115 log_add_cmd(os_log_context_t ctx, os_log_fmt_cmd_type_t type, uint8_t flags, in log_add_cmd() 166 log_add_range_arg(os_log_context_t ctx, os_log_fmt_cmd_type_t type, os_log_fmt_cmd_flags_t flags, in log_add_range_arg() 194 log_add_arg(os_log_context_t ctx, os_log_fmt_cmd_type_t type, void *arg, size_t arg_len) in log_add_arg() 274 log_encode_fmt_arg(void *arg, size_t arg_len, os_log_fmt_cmd_type_t type, os_log_context_t ctx) in log_encode_fmt_arg() 308 int type = OST_INT; in log_encode_fmt() local
|
| /xnu-8796.121.2/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 78 #define container_of(ptr, type, member) \ argument 669 #define _sk_alloc_type(probename, type, flags, name) \ argument 680 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument 702 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument 713 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 724 #define _sk_free_type(probename, type, elem) \ argument 730 #define _sk_free_type_array(probename, type, count, elem) \ argument 744 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument 778 #define sk_alloc_type(type, flags, tag) \ argument 781 #define sk_alloc_type_array(type, count, flags, tag) \ argument [all …]
|
| /xnu-8796.121.2/libkern/libkern/ |
| H A D | tree.h | 86 #define SPLAY_HEAD(name, type) \ argument 98 #define SPLAY_ENTRY(type) \ argument 143 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 185 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 339 #define RB_HEAD(name, type) \ argument 354 #define RB_ENTRY(type) \ argument 424 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 439 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ argument 457 #define RB_GENERATE(name, type, field, cmp) \ argument 782 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ argument [all …]
|
| /xnu-8796.121.2/libkdd/ |
| H A D | kcdtypes.c | 1093 setup_type_definition(struct kcdata_type_definition * d, uint32_t type, uint32_t num_elems, char * … in setup_type_definition() 1102 get_kctype_subtype_size(kctype_subtype_t type) in get_kctype_subtype_size() 1132 …kcdata_subtype_descriptor_t desc, kctype_subtype_t type, uint32_t offset, uint32_t count, char * n… in setup_subtype_array_description() 1143 setup_subtype_description(kcdata_subtype_descriptor_t desc, kctype_subtype_t type, uint32_t offset,… in setup_subtype_description()
|
| /xnu-8796.121.2/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 59 __unused exception_type_t type, in catch_mach_exception_raise_state_identity() 78 __unused exception_type_t type, in catch_mach_exception_raise_state() 96 exception_type_t type, in catch_mach_exception_raise() 107 uint64_t type, addr; in catch_mach_exception_raise() local
|
| /xnu-8796.121.2/security/ |
| H A D | mac_skywalk.c | 36 …heck_connect(__unused proc_t proc, void *flow, const struct sockaddr *addr, int type, int protocol) in mac_skywalk_flow_check_connect() 46 …check_listen(__unused proc_t proc, void *flow, const struct sockaddr *addr, int type, int protocol) in mac_skywalk_flow_check_listen()
|
| /xnu-8796.121.2/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 50 __nexus_attr_set(const nexus_attr_t nxa, const nexus_attr_type_t type, in __nexus_attr_set() 158 __nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in __nexus_attr_get() 293 const nexus_type_t type, const nexus_attr_t nxa) in __nexus_provider_reg_prepare()
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | queue.h | 241 #define SLIST_HEAD(name, type) \ argument 253 #define SLIST_ENTRY(type) \ argument 300 #define SLIST_REMOVE(head, elm, type, field) \ argument 330 #define STAILQ_HEAD(name, type) \ argument 343 #define STAILQ_ENTRY(type) \ argument 401 #define STAILQ_LAST(head, type, field) \ argument 413 #define STAILQ_REMOVE(head, elm, type, field) \ argument 448 #define STAILQ_SWAP(head1, head2, type) \ argument 470 #define LIST_HEAD(name, type) \ argument 482 #define LIST_ENTRY(type) \ argument [all …]
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | desc.h | 47 unsigned char type :5, member 72 unsigned char type :5, member 94 unsigned char type :5, member 115 type :5, member 130 type :5, member 146 type :5, member
|
| /xnu-8796.121.2/libsyscall/mach/mach/ |
| H A D | port_obj.h | 59 #define port_set_obj_value_type(pname, value, type) \ argument 78 #define port_set_obj_value_type(pname, value, type) \ argument
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_quota.c | 236 qf_get(struct quotafile *qfp, int type) in qf_get() 285 qf_put(struct quotafile *qfp, int type) in qf_put() 378 dqfileopen(struct quotafile *qfp, int type) in dqfileopen() 438 dqfileclose(struct quotafile *qfp, __unused int type) in dqfileclose() 466 dqget(u_int32_t id, struct quotafile *qfp, int type, struct dquot **dqp) in dqget()
|