| /xnu-11215.61.5/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 61 TestIOConnectMapMemoryPortLeak45265408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *fl… in clientMemoryForType()
|
| /xnu-11215.61.5/bsd/skywalk/ |
| H A D | os_sysctls_private.h | 153 #define X(type, field, ...) type field; argument 159 #define X(type, field, ...) type field; argument
|
| /xnu-11215.61.5/tests/ |
| H A D | ptrauth_failure.c | 57 exception_type_t type, in pac_exception_handler()
|
| H A D | udp_kao_opt.c | 65 int type, const char *type_str, in set_udp_kao_opt()
|
| /xnu-11215.61.5/bsd/netinet6/ |
| H A D | icmp6.c | 201 icmp6_errcount(struct icmp6errstat *stat, int type, int code) in icmp6_errcount() 261 icmp6_error_packet_gencount(int type, int code) in icmp6_error_packet_gencount() 277 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() 283 icmp6_error_flag(struct mbuf *m, int type, int code, int param, int flags) in icmp6_error_flag() 2249 int type, code; in icmp6_reflect() local 3342 const int type, in icmp6_ratelimit()
|
| /xnu-11215.61.5/san/tools/ |
| H A D | generate_dynamic_blacklist.py | 15 def print_entry(kext, func, type): argument
|
| /xnu-11215.61.5/libkern/libkern/c++/ |
| H A D | OSMetaClass.h | 330 #define OSTypeAlloc(type) ((type *) ((type::metaClass)->alloc())) argument 353 #define OSTypeID(type) (type::metaClass) argument 354 #define OSMTypeID(type) (const_cast<OSMetaClass *>(type::metaClass)) argument 412 #define OSDynamicCast(type, inst) \ argument 434 #define OSRequiredCast(type, inst) \ argument
|
| /xnu-11215.61.5/EXTERNAL_HEADERS/ |
| H A D | stdarg.h | 51 #define va_arg(ap, type) __builtin_va_arg(ap, type) argument
|
| /xnu-11215.61.5/bsd/skywalk/mem/ |
| H A D | skmem_var.h | 69 #define SKMEM_TYPE_DEFINE(var, type) \ argument
|
| /xnu-11215.61.5/iokit/Kernel/ |
| H A D | IOLocks.cpp | 396 IOLockAssert(IOLock * lock, IOLockAssertState type) in IOLockAssert() 402 IORWLockAssert(IORWLock * lock, IORWLockAssertState type) in IORWLockAssert() 408 IOSimpleLockAssert(IOSimpleLock *lock, IOSimpleLockAssertState type) in IOSimpleLockAssert()
|
| /xnu-11215.61.5/iokit/IOKit/ |
| H A D | OSMessageNotification.h | 96 natural_t type; member 124 natural_t type; member
|
| /xnu-11215.61.5/bsd/miscfs/mockfs/ |
| H A D | mockfs_fsnode.h | 62 uint8_t type; /* Serves as a unique identifier for now */ member
|
| /xnu-11215.61.5/bsd/sys/ |
| H A D | kpi_socket.h | 423 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ argument
|
| /xnu-11215.61.5/bsd/kern/ |
| H A D | kpi_mbuf.c | 139 mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_get() 148 mbuf_gethdr(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_gethdr() 157 mbuf_attachcluster(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf, in mbuf_attachcluster() 174 mbuf_ring_cluster_alloc(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf, in mbuf_ring_cluster_alloc() 288 mbuf_getcluster(mbuf_how_t how, mbuf_type_t type, size_t size, mbuf_t *mbuf) in mbuf_getcluster() 336 mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_mclget() 1019 mbuf_tag_type_t type, in mbuf_tag_allocate() 1063 mbuf_tag_type_t type, in mbuf_tag_find() 1103 mbuf_tag_type_t type) in mbuf_tag_free()
|
| H A D | kern_persona.c | 93 persona_alloc(uid_t id, const char *login, persona_type_t type, char *path, uid_t uid, int *error) in persona_alloc() 829 int type; in persona_get_type() local 870 int type = persona->pna_type; in persona_is_adoption_allowed() local
|
| /xnu-11215.61.5/libkern/os/ |
| H A D | log.c | 197 firehose_stream(os_log_type_t type) in firehose_stream() 204 firehose_ftid(os_log_type_t type, const char *fmt, firehose_tracepoint_flags_t flags, in firehose_ftid() 722 _os_log_to_log_internal(uint16_t sid, os_log_type_t type, const char *fmt, va_list args, in _os_log_to_log_internal() 767 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal() 797 _os_log_internal(void *dso, os_log_t log, uint8_t type, const char *fmt, ...) in _os_log_internal() 809 _os_log_at_time(void *dso, os_log_t log, uint8_t type, uint64_t ts, const char *fmt, ...) in _os_log_at_time() 820 _os_log_internal_driverKit(void *dso, os_log_t log, uint8_t type, const char *fmt, ...) in _os_log_internal_driverKit() 872 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *fmt, in os_log_with_args() 886 os_log_coprocessor(void *buff, uint64_t buff_len, os_log_type_t type, in os_log_coprocessor()
|
| /xnu-11215.61.5/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.h | 59 #define container_of(ptr, type, member) \ argument
|
| /xnu-11215.61.5/bsd/vfs/ |
| H A D | vfs_fsevents.c | 71 int16_t type; // type code of this event member 320 need_fsevent(int type, vnode_t vp) in need_fsevent() 365 kfse_init(kfs_event *kfse, int type, uint64_t time, proc_t p) in kfse_init() 377 add_fsevent(int type, vfs_context_t ctx, ...) in add_fsevent() 1150 test_fse_access_granted(vnode_t vp, unsigned long type, vfs_context_t ctx) in test_fse_access_granted() 1594 fill_buff(uint16_t type, int32_t size, const void *data, in fill_buff() 1667 int32_t type; in copy_out_kfse() local 2597 int type, err = 0; in parse_buffer_and_add_events() local 3099 add_fsevent(__unused int type, __unused vfs_context_t ctx, ...) in add_fsevent() 3105 need_fsevent(__unused int type, __unused vnode_t vp) in need_fsevent()
|
| /xnu-11215.61.5/osfmk/arm/ |
| H A D | machine_cpuid.c | 65 machine_write_csselr(csselr_cache_level level, csselr_cache_type type) in machine_write_csselr()
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | exc_guard.h | 167 #define EXC_GUARD_ENCODE_TYPE(code, type) \ argument
|
| H A D | ipc_host.c | 245 ipc_kobject_type_t type; in convert_port_to_host() local 350 ipc_kobject_type_t type; in convert_port_to_pset_name() local
|
| /xnu-11215.61.5/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 351 nexus_type_t type = nxdom->nxdom_type; in nxdom_prov_add() local 412 nexus_type_t type = nxdom->nxdom_type; in nxdom_prov_del() local 477 nxdom_find(nexus_type_t type) in nxdom_find() 544 kern_nexus_register_domain_provider(const nexus_type_t type, in kern_nexus_register_domain_provider() 667 kern_nexus_get_default_domain_provider(const nexus_type_t type, in kern_nexus_get_default_domain_provider() 760 const nexus_attr_type_t type, const uint64_t value) in kern_nexus_attr_set() 766 kern_nexus_attr_get(nexus_attr_t nxa, const nexus_attr_type_t type, in kern_nexus_attr_get()
|
| /xnu-11215.61.5/osfmk/mach/ |
| H A D | message.h | 404 mach_msg_descriptor_type_t type : 8; member 420 mach_msg_descriptor_type_t type : 8; member 432 mach_msg_descriptor_type_t type : 8; member 442 mach_msg_descriptor_type_t type: 8; member 450 mach_msg_descriptor_type_t type: 8; member 470 mach_msg_descriptor_type_t type: 8; member 485 mach_msg_descriptor_type_t type : 8; member 493 mach_msg_descriptor_type_t type : 8; member 513 mach_msg_descriptor_type_t type : 8; member 527 mach_msg_descriptor_type_t type : 8; member [all …]
|
| /xnu-11215.61.5/libkern/firehose/ |
| H A D | tracepoint_private.h | 90 #define FIREHOSE_TRACE_ID_MAKE(ns, type, flags, code) \ argument 101 #define FIREHOSE_TRACE_ID_SET_TYPE(tid, ns, type) \ argument
|
| /xnu-11215.61.5/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 128 exception_type_t type, in catch_mach_exception_raise() 157 exception_type_t type, in catch_mach_exception_raise_state()
|