Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/xnu-12377.61.12/pexpert/gen/
H A Dkcformat.c62 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-12377.61.12/iokit/IOKit/
H A DIOLib.h91 #define IOKIT_TYPE_IS_COMPATIBLE_PTR(ptr, type) \ argument
95 #define IOKIT_TYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
343 #define IONewData(type, count) \ argument
346 #define IONewZeroData(type, count) \ argument
349 #define IODeleteData(ptr, type, count) ({ \ argument
374 #define IOMallocType(type) ({ \ argument
380 #define IOFreeType(elem, type) ({ \ argument
777 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
782 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) do {} while (0) argument
819 #define __IOAddOperatorsSentinel(name, type) \ argument
[all …]
/xnu-12377.61.12/iokit/DriverKit/
H A Dqueue_implementation.h458 #define qe_element(qe, type, field) __container_of(qe, type, field) argument
545 #define qe_dequeue_head(head, type, field) ({ \ argument
554 #define qe_dequeue_tail(head, type, field) ({ \ argument
563 #define qe_queue_first(head, type, field) ({ \ argument
572 #define qe_queue_last(head, type, field) ({ \ argument
581 #define qe_queue_next(head, element, type, field) ({ \ argument
590 #define qe_queue_prev(head, element, type, field) ({ \ argument
756 #define __QUEUE2_CHECK_NEXT(__fail, __elt, __prev, __head, type, field) \ argument
767 #define __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field) \ argument
785 #define __QUEUE2_SET_NEXT(__prev, __elt, __head, type, field) \ argument
[all …]
/xnu-12377.61.12/osfmk/kern/
H A Dqueue.h458 #define qe_element(qe, type, field) __container_of(qe, type, field) argument
545 #define qe_dequeue_head(head, type, field) ({ \ argument
554 #define qe_dequeue_tail(head, type, field) ({ \ argument
563 #define qe_queue_first(head, type, field) ({ \ argument
572 #define qe_queue_last(head, type, field) ({ \ argument
581 #define qe_queue_next(head, element, type, field) ({ \ argument
590 #define qe_queue_prev(head, element, type, field) ({ \ argument
756 #define __QUEUE2_CHECK_NEXT(__fail, __elt, __prev, __head, type, field) \ argument
767 #define __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field) \ argument
785 #define __QUEUE2_SET_NEXT(__prev, __elt, __head, type, field) \ argument
[all …]
H A Dipc_kobject.c762 ipc_kobject_type_t type, in ipc_kobject_set_raw()
794 ipc_kobject_type_t type) in ipc_kobject_get_raw()
860 ipc_kobject_get_locked(ipc_port_t port, ipc_kobject_type_t type) in ipc_kobject_get_locked()
884 ipc_kobject_get_stable(ipc_port_t port, ipc_kobject_type_t type) in ipc_kobject_get_stable()
947 ipc_kobject_type_t type) in ipc_kobject_make_send_lazy_alloc_port()
1088 ipc_kobject_type_t type) in ipc_kobject_disable_internal()
1125 __ipc_kobject_bad_type_panic(ipc_port_t port, ipc_kobject_type_t type) in __ipc_kobject_bad_type_panic()
1135 ipc_kobject_type_t type) in __ipc_kobject_dealloc_bad_mscount_panic()
1145 ipc_kobject_type_t type) in __ipc_kobject_dealloc_bad_srights_panic()
1155 ipc_kobject_type_t type) in ipc_kobject_dealloc_port_and_unlock()
[all …]
H A Dcircle_queue.h230 #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 Dkern_stackshot.h59 #define stackshot_alloc_arr(type, count, err) stackshot_alloc_with_size(sizeof(type) * (count), err) argument
62 #define stackshot_alloc(type, err) stackshot_alloc_with_size(sizeof(type), err) argument
H A Dkalloc.h487 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument
693 #define kfree_type_counted_by(type, count, elem) \ argument
708 #define kalloc_type_require(type, value) ({ \ argument
800 #define KT_SUMMARY_GRANULES(type) \ argument
812 #define KALLOC_TYPE_SIG_CHECK(mask, type) \ argument
823 #define KALLOC_TYPE_IS_DATA_ONLY(type) \ argument
840 #define KALLOC_TYPE_HAS_OVERLAPS(type) \ argument
862 #define KALLOC_TYPE_IS_COMPATIBLE_PTR(ptr, type) \ argument
866 #define KALLOC_TYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
1301 #define kalloc_type_2(type, flags) ({ \ argument
[all …]
H A Dlock_mtx.h136 #define LCK_MTX_ASSERT(lck, type) MACH_ASSERT_DO(lck_mtx_assert(lck, type)) argument
141 #define LCK_MTX_ASSERT(lck, type) argument
148 #define LCK_MTX_ASSERT_DEBUG(lck, type) lck_mtx_assert((lck),(type)) argument
151 #define LCK_MTX_ASSERT_DEBUG(lck, type) argument
H A Dpriority_queue.h231 #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-12377.61.12/tests/
H A Dturnstiles_test.c30 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()
/xnu-12377.61.12/libkern/os/
H A Dsystem_event_log.c29 convert_type_to_string(uint8_t type) in convert_type_to_string()
55 _record_system_event_internal(uint8_t type, uint8_t subsystem, const char *event, const char *paylo… in _record_system_event_internal()
68 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) in record_system_event()
85 record_system_event_no_varargs(uint8_t type, uint8_t subsystem, const char *event, const char *payl… in record_system_event_no_varargs()
/xnu-12377.61.12/osfmk/device/
H A Diokit_rpc.c94 iokit_lookup_io_object(ipc_port_t port, ipc_kobject_type_t type) in iokit_lookup_io_object()
141 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()
170 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()
193 iokit_lookup_raw_current_task(mach_port_name_t name, ipc_kobject_type_t type, ipc_port_t *portp) in iokit_lookup_raw_current_task()
241 iokit_make_port_of_type(io_object_t obj, ipc_kobject_type_t type) in iokit_make_port_of_type()
272 iokit_alloc_object_port( io_kobject_t obj, ipc_kobject_type_t type ) in iokit_alloc_object_port()
298 iokit_destroy_object_port( ipc_port_t port, ipc_kobject_type_t type ) in iokit_destroy_object_port()
310 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) in iokit_make_send_right()
366 ipc_kobject_type_t type; in iokit_clear_registered_ports() local
/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_common.h78 #define container_of(ptr, type, member) \ argument
684 #define _sk_alloc_type(probename, type, flags, name) \ argument
694 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument
712 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument
721 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument
730 #define _sk_free_type(probename, type, elem) \ argument
736 #define _sk_free_type_array(probename, type, count, elem) \ argument
743 #define _sk_free_type_array_counted_by(probename, type, count, elem) \ argument
757 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument
797 #define sk_alloc_type(type, flags, tag) \ argument
[all …]
/xnu-12377.61.12/libkern/libkern/
H A Dtree.h88 #define SPLAY_HEAD(name, type) \ argument
100 #define SPLAY_ENTRY(type) \ argument
145 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
187 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
341 #define RB_HEAD(name, type) \ argument
356 #define RB_ENTRY(type) \ argument
426 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
441 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ argument
459 #define RB_GENERATE(name, type, field, cmp) \ argument
786 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ argument
[all …]
/xnu-12377.61.12/libkdd/
H A Dkcdtypes.c1252 setup_type_definition(struct kcdata_type_definition * d, uint32_t type, uint32_t num_elems, char * … in setup_type_definition()
1261 get_kctype_subtype_size(kctype_subtype_t type) in get_kctype_subtype_size()
1291 …kcdata_subtype_descriptor_t desc, kctype_subtype_t type, uint32_t offset, uint32_t count, char * n… in setup_subtype_array_description()
1302 setup_subtype_description(kcdata_subtype_descriptor_t desc, kctype_subtype_t type, uint32_t offset,… in setup_subtype_description()
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf2.c378 m_tag_kalloc_notsupp(__unused uint32_t id, __unused uint16_t type, __unused uint16_t len, __unused … in m_tag_kalloc_notsupp()
459 m_tag_alloc_mbuf(u_int32_t id, u_int16_t type, uint16_t len, int wait) in m_tag_alloc_mbuf()
504 get_m_tag_type_entry(uint32_t id, uint16_t type, struct m_tag_type_stats **pmtts) in get_m_tag_type_entry()
544 m_tag_kalloc(uint32_t id, uint16_t type, uint16_t len, int wait, struct m_tag_type_entry *mtte) in m_tag_kalloc()
571 m_tag_alloc(uint32_t id, uint16_t type, int len, int wait) in m_tag_alloc()
617 m_tag_create_mbuf(uint32_t id, uint16_t type, uint16_t len, int wait, struct mbuf *buf) in m_tag_create_mbuf()
709 m_tag_create(uint32_t id, uint16_t type, int len, int wait, struct mbuf *buf) in m_tag_create()
768 m_tag_kalloc_external(uint32_t id, uint16_t type, uint16_t len, int wait) in m_tag_kalloc_external()
827 for (uint16_t type = 0; type < KERNEL_TAG_TYPE_COUNT; type++) { in mbuf_tag_init() local
876 m_register_internal_tag_type(uint16_t type, uint16_t len, in m_register_internal_tag_type()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c271 struct nxctl_traffic_rule_type *type; in release_traffic_rule() local
284 struct nxctl_traffic_rule_type *type; in notify_traffic_rule() local
304 struct nxctl_traffic_rule_type *type; in link_traffic_rule() local
319 struct nxctl_traffic_rule_type *type; in unlink_traffic_rule() local
347 find_traffic_rule_type(uint8_t type) in find_traffic_rule_type()
369 struct nxctl_traffic_rule_type *type = NULL; in add_traffic_rule() local
538 struct nxctl_traffic_rule_type *type; in nxioctl_get_traffic_rules() local
H A Dnexus_common.h50 __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-12377.61.12/iokit/Exclaves/
H A DExclaves.h64 enum IOExclaveInterruptUpcallType type; member
86 enum IOExclaveTimerUpcallType type; member
104 enum IOExclaveAsyncNotificationUpcallType type; member
114 enum IOExclaveMapperOperationUpcallType type; member
126 enum IOExclaveANEUpcallType type; member
146 enum IOExclaveLPWUpcallType type; member
/xnu-12377.61.12/security/
H A Dmac_skywalk.c36 mac_skywalk_flow_check_connect(proc_t proc, void *flow, const struct sockaddr *addr, int type, int … in mac_skywalk_flow_check_connect()
48 mac_skywalk_flow_check_listen(proc_t proc, void *flow, const struct sockaddr *addr, int type, int p… in mac_skywalk_flow_check_listen()
/xnu-12377.61.12/bsd/sys/
H A Dqueue.h242 #define SLIST_HEAD(name, type) \ argument
254 #define SLIST_ENTRY(type) \ argument
301 #define SLIST_REMOVE(head, elm, type, field) \ argument
331 #define STAILQ_HEAD(name, type) \ argument
344 #define STAILQ_ENTRY(type) \ argument
402 #define STAILQ_LAST(head, type, field) \ argument
414 #define STAILQ_REMOVE(head, elm, type, field) \ argument
449 #define STAILQ_SWAP(head1, head2, type) \ argument
471 #define LIST_HEAD(name, type) \ argument
483 #define LIST_ENTRY(type) \ argument
[all …]
/xnu-12377.61.12/libsyscall/mach/mach/
H A Dport_obj.h59 #define port_set_obj_value_type(pname, value, type) \ argument
78 #define port_set_obj_value_type(pname, value, type) \ argument
/xnu-12377.61.12/EXTERNAL_HEADERS/architecture/i386/
H A Ddesc.h47 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-12377.61.12/bsd/vfs/
H A Dvfs_quota.c236 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()

12345678910>>...17