Home
last modified time | relevance | path

Searched refs:__IGNORE_WCASTALIGN (Results 1 – 17 of 17) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dtty_compat.c230 __IGNORE_WCASTALIGN(struct sgttyb *sg = (struct sgttyb *)data); in ttsetcompat()
279 __IGNORE_WCASTALIGN(struct tchars *tc = (struct tchars *)data); in ttsetcompat()
301 __IGNORE_WCASTALIGN(struct ltchars *ltc = (struct ltchars *)data); in ttsetcompat()
333 __IGNORE_WCASTALIGN(int set = *(int *)data); in ttsetcompat()
420 __IGNORE_WCASTALIGN(struct sgttyb *sg = (struct sgttyb *)data); in ttcompat()
/xnu-11417.121.6/libkern/libclosure/
H A Druntime.cpp241 return __IGNORE_WCASTALIGN((struct Block_descriptor_2 *)desc);
253 return __IGNORE_WCASTALIGN((struct Block_descriptor_3 *)desc); in _Block_descriptor_3()
/xnu-11417.121.6/osfmk/vm/
H A Ddevice_vm.c329 __IGNORE_WCASTALIGN(kr = device_data_action(device_object->device_handle, in device_pager_data_action()
H A Dvm_swapfile_pager.c672 __IGNORE_WCASTALIGN(pager = (swapfile_pager_t) mem_obj); in swapfile_pager_lookup()
H A Dvm_user.c1208 __IGNORE_WCASTALIGN(map_to_entry = vm_map_to_entry(map)); in vm_toggle_entry_reuse()
H A Dvm_shared_region.c1750 __IGNORE_WCASTALIGN(map_port = (ipc_port_t) file_object->pager); in vm_shared_region_map_file_setup()
/xnu-11417.121.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c200 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)devfs_mp_p); in devfs_mount()
/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_inspection.c560 …stackshot_panic_magic_t *panic_magic = __IGNORE_WCASTALIGN((stackshot_panic_magic_t *)(exclaves_st… in kdp_read_panic_exclaves_stackshot()
H A Dthread.c2084 identifier_info = __IGNORE_WCASTALIGN((thread_identifier_info_t)thread_info_out); in thread_info_internal()
2182 …thread_extended_info_t extended_info = __IGNORE_WCASTALIGN((thread_extended_info_t)thread… in thread_info_internal()
2226 dbg_info = __IGNORE_WCASTALIGN((thread_debug_info_internal_t)thread_info_out); in thread_info_internal()
/xnu-11417.121.6/iokit/Kernel/
H A DIOLib.cpp1270 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_first(&a->list)); in iopa_alloc()
1277 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_next(&pa->link)); in iopa_alloc()
H A DIOServicePM.cpp9199 __IGNORE_WCASTALIGN(entry = (typeof(entry))queue_first(&fWorkQueue)); in checkForWork()
9204 __IGNORE_WCASTALIGN(next = (typeof(next))queue_next(&entry->WorkChain)); in checkForWork()
/xnu-11417.121.6/bsd/miscfs/routefs/
H A Droutefs_ops.c143 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)routefs_mp_p); in routefs_mount()
/xnu-11417.121.6/bsd/sys/
H A Dcdefs.h1212 #define __IGNORE_WCASTALIGN(x) _Pragma("clang diagnostic push") \ macro
/xnu-11417.121.6/osfmk/ipc/
H A Dipc_kmsg.c1681 #define ikm_udsc_type(addr) __IGNORE_WCASTALIGN(((const mach_msg_type_descriptor_t *)(addr)…
1682 #define ikm_udsc_get(dst, addr) __IGNORE_WCASTALIGN(*(dst) = *(const typeof(*(dst)) *)(addr))
/xnu-11417.121.6/bsd/vm/
H A Dvm_unix.c2900 __IGNORE_WCASTALIGN(kernel_segment_command_t * sg = (kernel_segment_command_t *) cmd); in kas_info()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c2621 __IGNORE_WCASTALIGN(bp_head = (buf_t)bp->b_orig); in buf_brelse_shadow()
H A Dvfs_cluster.c931 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone()