Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 339) sorted by relevance

12345678910>>...14

/xnu-8792.81.2/libsyscall/wrappers/legacy/
H A Dsocketpair.c47 socketpair(int domain, int type, int protocol, int socket_vector[2]) in socketpair()
/xnu-8792.81.2/tests/
H A Dport_exhaustion_client.c12 mach_port_type_t type = 0; in get_port_type() local
H A Dexc_helpers.c119 exception_type_t type, in catch_mach_exception_raise()
163 exception_type_t type, in catch_mach_exception_raise_state()
187 exception_type_t type, in catch_mach_exception_raise_state_identity()
H A Dfp_exception.c63 exception_type_t type, in exc_arithmetic_handler()
H A Dnet_tuntests.c306 create_sa(const char ifname[IFXNAMSIZ], uint8_t type, uint32_t spi, struct in_addr *src, struct in_… in create_sa()
880 setup_sockets(int sockets[SO_TC_MAX], int type) in setup_sockets()
942 send_one_packet(int s, int type) in send_one_packet()
970 xfer_1_packet_singly(int channel_count, int type) in xfer_1_packet_singly()
1062 xfer_1_packet_together(int channel_count, int type) in xfer_1_packet_together()
H A Dposix_spawn_archpref.c10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test()
H A Dvm_kern_count_wired_kernelcache.c41 uint32_t type = curr->flags & VM_KERN_SITE_TYPE; variable
/xnu-8792.81.2/libkern/kxld/
H A Dkxld_reloc.c1217 enum reloc_type_generic type = _type; in generic_reloc_has_pair() local
1254 enum reloc_type_generic type = _type; in generic_process_reloc() local
1313 enum reloc_type_x86_64 type = _type; in x86_64_reloc_has_pair() local
1331 enum reloc_type_x86_64 type = _type; in x86_64_reloc_has_got() local
1345 enum reloc_type_x86_64 type = _type; in x86_64_process_reloc() local
1546 enum reloc_type_arm type = _type; in arm_reloc_has_pair() local
1589 enum reloc_type_arm type = _type; in arm_process_reloc() local
1701 enum reloc_type_arm64 type = _type; in arm64_process_reloc() local
/xnu-8792.81.2/iokit/Kernel/
H A DIOEventSource.cpp128 IOEventSource::sleepGate(void *event, UInt32 type) in sleepGate()
138 IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type) in sleepGate()
H A DIOLocks.cpp358 IOLockAssert(IOLock * lock, IOLockAssertState type) in IOLockAssert()
364 IORWLockAssert(IORWLock * lock, IORWLockAssertState type) in IORWLockAssert()
370 IOSimpleLockAssert(IOSimpleLock *lock, IOSimpleLockAssertState type) in IOSimpleLockAssert()
/xnu-8792.81.2/san/memory/
H A Dubsan.h36 uint16_t type; // 0: integer, 1: float member
89 struct san_type_desc *type; member
121 struct san_type_desc *type; member
126 struct san_type_desc *type; member
/xnu-8792.81.2/bsd/kern/
H A Dimageboot.c199 imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path, in imageboot_pivot_image()
421 imageboot_mount_image(const char *root_path, int height, imageboot_type_t type) in imageboot_mount_image()
1006 imageboot_setup_new(imageboot_type_t type) in imageboot_setup_new()
1100 imageboot_setup(imageboot_type_t type) in imageboot_setup()
H A Duipc_mbuf2.c342 m_tag_create(u_int32_t id, u_int16_t type, int len, int wait, struct mbuf *buf) in m_tag_create()
406 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) in m_tag_alloc()
543 m_tag_locate(struct mbuf *m, u_int32_t id, u_int16_t type, struct m_tag *t) in m_tag_locate()
H A Dsys_coalition.c35 int type = COALITION_CREATE_FLAGS_GET_TYPE(flags); in coalition_create_syscall() local
195 int type = COALITION_CREATE_FLAGS_GET_TYPE(flags); in coalition() local
541 int error, type, sort_order, pid; variable
H A Dkpi_mbuf.c137 mbuf_get(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_get()
146 mbuf_gethdr(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_gethdr()
155 mbuf_attachcluster(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf, in mbuf_attachcluster()
172 mbuf_ring_cluster_alloc(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf, in mbuf_ring_cluster_alloc()
286 mbuf_getcluster(mbuf_how_t how, mbuf_type_t type, size_t size, mbuf_t *mbuf) in mbuf_getcluster()
334 mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_mclget()
1017 mbuf_tag_type_t type, in mbuf_tag_allocate()
1061 mbuf_tag_type_t type, in mbuf_tag_find()
1101 mbuf_tag_type_t type) in mbuf_tag_free()
/xnu-8792.81.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c161 enum txrx type; in nx_netif_mbuf_to_filter_pkt() local
339 enum txrx type; in nx_netif_pkt_to_filter_pkt() local
538 enum txrx type; in nx_netif_pkt_to_mbuf() local
584 enum txrx type; in nx_netif_pkt_to_pkt() local
/xnu-8792.81.2/bsd/dev/arm64/
H A Ddisassembler.c14 uint8_t type; member
/xnu-8792.81.2/osfmk/i386/
H A Dpanic_hooks.h51 uint32_t type; member
/xnu-8792.81.2/bsd/net/
H A Dskmem_sysctl.c38 #define X(type, field, default_value) \ in skmem_sysctl_init() argument
/xnu-8792.81.2/osfmk/kern/
H A Dkern_cdata.c469 …ta_descriptor_t data, void (*memcpy_f)(void *, const void *, size_t), uint64_t type, mach_vm_addre… in kcdata_init_compress_state()
524 …data_descriptor_t data, int hdr_tag, void (*memcpy_f)(void *, const void *, size_t), uint64_t type) in kcdata_init_compress()
710 kcdata_compress_chunk_with_flags(kcdata_descriptor_t data, uint32_t type, const void *input_data, u… in kcdata_compress_chunk_with_flags()
816 kcdata_compress_chunk(kcdata_descriptor_t data, uint32_t type, const void *input_data, uint32_t inp… in kcdata_compress_chunk()
824 kcdata_push_data(kcdata_descriptor_t data, uint32_t type, uint32_t size, const void *input_data) in kcdata_push_data()
1113 kcdata_get_memory_addr(kcdata_descriptor_t data, uint32_t type, uint32_t size, mach_vm_address_t * … in kcdata_get_memory_addr()
1148 uint32_t type, in kcdata_get_memory_addr_with_flavor()
/xnu-8792.81.2/osfmk/mach/
H A Dmessage.h378 mach_msg_descriptor_type_t type : 8; member
389 mach_msg_descriptor_type_t type : 8; member
401 mach_msg_descriptor_type_t type : 8; member
411 mach_msg_descriptor_type_t type: 8; member
419 mach_msg_descriptor_type_t type: 8; member
431 mach_msg_descriptor_type_t type: 8; member
446 mach_msg_descriptor_type_t type : 8; member
454 mach_msg_descriptor_type_t type : 8; member
466 mach_msg_descriptor_type_t type : 8; member
480 mach_msg_descriptor_type_t type : 8; member
[all …]
/xnu-8792.81.2/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp61 TestIOConnectMapMemoryPortLeak45265408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *fl… in clientMemoryForType()
/xnu-8792.81.2/bsd/skywalk/
H A Dos_sysctls_private.h147 #define X(type, field, ...) type field; argument
153 #define X(type, field, ...) type field; argument
/xnu-8792.81.2/bsd/netinet6/
H A Dicmp6.c199 icmp6_errcount(struct icmp6errstat *stat, int type, int code) in icmp6_errcount()
259 icmp6_error_packet_gencount(int type, int code) in icmp6_error_packet_gencount()
275 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error()
281 icmp6_error_flag(struct mbuf *m, int type, int code, int param, int flags) in icmp6_error_flag()
2247 int type, code; in icmp6_reflect() local
3338 const int type, in icmp6_ratelimit()
/xnu-8792.81.2/san/tools/
H A Dgenerate_dynamic_blacklist.py15 def print_entry(kext, func, type): argument

12345678910>>...14