Home
last modified time | relevance | path

Searched defs:type (Results 101 – 125 of 387) sorted by relevance

12345678910>>...16

/xnu-11215.61.5/libsyscall/wrappers/skywalk/
H A Dos_nexus.c68 os_nexus_attr_set(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_set()
75 os_nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_get()
122 const nexus_name_t name, const nexus_type_t type, in os_nexus_controller_register_provider()
/xnu-11215.61.5/tools/trace/
H A Dparse_ipc_trace.py213 def dtype(self, type): argument
229 def mtype(self, type): argument
527 def print_nodegrid(self, ofile, type='msg', dfilter=None): argument
/xnu-11215.61.5/bsd/kern/
H A Dsys_coalition.c70 int type = COALITION_CREATE_FLAGS_GET_TYPE(flags); in coalition_create_syscall() local
230 int type = COALITION_CREATE_FLAGS_GET_TYPE(flags); in coalition() local
723 int error, type, sort_order, pid; variable
H A Dsocket_info.c107 short type; in fill_socketinfo() local
H A Dprocess_policy.c706 proc_apply_resource_actions(void * bsdinfo, __unused int type, int action) in proc_apply_resource_actions()
736 proc_restore_resource_actions(void * bsdinfo, __unused int type, int action) in proc_restore_resource_actions()
H A Dsys_reason.c262 os_reason_set_description_data(os_reason_t cur_reason, uint32_t type, void *reason_data, uint32_t r… in os_reason_set_description_data()
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_right.c752 mach_port_type_t type; in ipc_right_terminate() local
891 mach_port_type_t type; in ipc_right_destroy() local
1040 mach_port_type_t type; in ipc_right_dealloc() local
1888 mach_port_type_t type = 0; in ipc_right_info() local
/xnu-11215.61.5/bsd/security/audit/
H A Daudit_bsd.h128 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ argument
144 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ argument
154 #define MALLOC_DECLARE(type) \ argument
235 #define mtx_init(mp, name, type, opts) \ argument
H A Daudit_mac.c196 audit_mac_data(int type, int len, u_char *data) in audit_mac_data()
/xnu-11215.61.5/iokit/Kernel/
H A DIOMemoryDescriptor.cpp258 UInt32 type, in getAddrLenForInd()
515 IOOptionBits type = (_flags & kIOMemoryTypeMask); in memoryReferenceCreate() local
934 IOOptionBits type; in memoryReferenceMap() local
1242 IOOptionBits type; in memoryReferenceMapNew() local
1983 IOOptionBits type = options & kIOMemoryTypeMask; in initWithOptions() local
2058 IOOptionBits type = _flags & kIOMemoryTypeMask; in initWithOptions() local
2356 IOOptionBits type = _flags & kIOMemoryTypeMask; in free() local
3353 IOOptionBits type = _flags & kIOMemoryTypeMask; in getPhysicalSegment() local
3680 IOOptionBits type = _flags & kIOMemoryTypeMask; in setPurgeable() local
4085 IOOptionBits type = _flags & kIOMemoryTypeMask; in wireVirtual() local
[all …]
H A DIOUserClient.cpp206 IOMachPort::bucketForObject(OSObject *obj, ipc_kobject_type_t type ) in bucketForObject()
212 …MachPort::portForObjectInBucket(IOMachPortHashList *bucket, OSObject *obj, ipc_kobject_type_t type) in portForObjectInBucket()
225 IOMachPort::withObjectAndType(OSObject *obj, ipc_kobject_type_t type) in withObjectAndType()
247 ipc_kobject_type_t type, mach_port_mscount_t * mscount ) in noMoreSendersForObject()
304 ipc_kobject_type_t type ) in releasePortForObject()
405 io_object_t obj, ipc_kobject_type_t type ) in makeSendRightForTask()
576 iokit_add_reference( io_object_t obj, natural_t type ) in iokit_add_reference()
663 iokit_copy_object_for_consumed_kobject(LIBKERN_CONSUMED io_kobject_t machPort, natural_t type) in iokit_copy_object_for_consumed_kobject()
696 iokit_port_for_object( io_object_t obj, ipc_kobject_type_t type, ipc_kobject_t * kobj ) in iokit_port_for_object()
731 ipc_kobject_type_t type, mach_port_mscount_t * mscount ) in iokit_client_died()
[all …]
/xnu-11215.61.5/osfmk/vm/
H A Dvm_purgeable_internal.h61 enum purgeable_q_type type; member
/xnu-11215.61.5/bsd/netinet/
H A Ddhcp_options.c68 #define kfree_type(type, n, v) free(v) argument
69 #define krealloc_type(type, old_n, new_n, ptr, flags) \ argument
H A Dip_icmp.c167 icmp_error_packet_gencount(int type, int code) in icmp_error_packet_gencount()
185 int type, in icmp_error()
/xnu-11215.61.5/osfmk/kern/
H A Dipc_kobject.h217 #define IPC_KOBJECT_DEFINE(type, ...) \ argument
H A Dexclaves_resource.c343 xnuproxy_resourcetype_s type) in lookup_resource_by_name()
360 xnuproxy_resourcetype_s type) in lookup_resource_by_id()
404 exclaves_resource_alloc(xnuproxy_resourcetype_s type, const char *name, uint64_t id, in exclaves_resource_alloc()
588 xnuproxy_resourcetype_s type) in exclaves_resource_lookup_by_name()
610 xnuproxy_resourcetype_s type) in exclaves_resource_lookup_by_id()
/xnu-11215.61.5/tools/lldbmacros/
H A Dpmap.py1285 def printMatchedMapping(pmap, level, type, tte, paddr, va, granule): argument
1306 def printValidTTE(pmap, level, type, tte, paddr, va, granule): argument
1332 def checkPVList(pmap, level, type, tte, paddr, va, granule): argument
/xnu-11215.61.5/libkern/zlib/
H A Dinftrees.c60 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table()
/xnu-11215.61.5/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h60 # define REG_ADDR(type, addr) (*(volatile type *)(addr)) argument
/xnu-11215.61.5/security/
H A Dmac_data.h109 unsigned int type; member
/xnu-11215.61.5/libkern/c++/
H A DOSUnserializeXML.y139 #define malloc_type(type) kalloc_type(type, Z_SET_NOTSHARED) argument
151 #define free_type(type, addr) kfree_type(type, addr) argument
172 #define malloc_type(type) (type *) calloc(1, sizeof(type)) argument
182 #define free_type(type, addr) safe_free(addr, sizeof(type)) argument
/xnu-11215.61.5/osfmk/kdp/
H A Dprocessor_core.c138 void *refcon, const char *core_description, kern_coredump_type_t type, boolean_t is64bit, in kern_register_coredump_helper_internal()
815 uint32_t type = bin_spec_map[core_context->core_type]; in coredump_save_sw_vers() local
834 …t, uint64_t *core_file_length, boolean_t *header_update_failed, kern_coredump_type_t type, uint64_… in kern_coredump_routine()
1059 …kern_coredump_type_t type = current_core == kern_userspace_coredump_core_list ? USERSPACE_COREDUMP… in kern_do_auxiliary_coredump() local
/xnu-11215.61.5/tests/ipc/
H A Dhardened_exceptions.c65 exception_type_t type, in exc_handler_state_identity_protected()
/xnu-11215.61.5/bsd/net/
H A Dether_if_module.c122 u_int16_t type; /* Type of protocol stored in data */ member
453 u_int16_t type; in ether_demux() local
/xnu-11215.61.5/bsd/netinet6/
H A Dip6_forward.c151 int error, type = 0, code = 0; in ip6_forward() local

12345678910>>...16