Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/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-10002.41.9/osfmk/vm/
H A Ddevice_vm.c326 __IGNORE_WCASTALIGN(kr = device_data_action(device_object->device_handle, in device_pager_data_action()
H A Dvm_swapfile_pager.c670 __IGNORE_WCASTALIGN(pager = (swapfile_pager_t) mem_obj); in swapfile_pager_lookup()
H A Dvm_shared_region.c1753 __IGNORE_WCASTALIGN(map_port = (ipc_port_t) file_object->pager); in vm_shared_region_map_file_setup()
H A Dvm_user.c1753 __IGNORE_WCASTALIGN(map_to_entry = vm_map_to_entry(map)); in vm_toggle_entry_reuse()
/xnu-10002.41.9/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c200 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)devfs_mp_p); in devfs_mount()
/xnu-10002.41.9/iokit/Kernel/
H A DIOLib.cpp1364 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_first(&a->list)); in iopa_alloc()
1371 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_next(&pa->link)); in iopa_alloc()
H A DIOServicePM.cpp8972 __IGNORE_WCASTALIGN(entry = (typeof(entry))queue_first(&fWorkQueue)); in checkForWork()
8977 __IGNORE_WCASTALIGN(next = (typeof(next))queue_next(&entry->WorkChain)); in checkForWork()
/xnu-10002.41.9/bsd/sys/
H A Dcdefs.h1083 #define __IGNORE_WCASTALIGN(x) _Pragma("clang diagnostic push") \ macro
/xnu-10002.41.9/bsd/miscfs/routefs/
H A Droutefs_ops.c143 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)routefs_mp_p); in routefs_mount()
/xnu-10002.41.9/osfmk/kern/
H A Dthread.c2078 identifier_info = __IGNORE_WCASTALIGN((thread_identifier_info_t)thread_info_out); in thread_info_internal()
2176 …thread_extended_info_t extended_info = __IGNORE_WCASTALIGN((thread_extended_info_t)thread… in thread_info_internal()
2220 dbg_info = __IGNORE_WCASTALIGN((thread_debug_info_internal_t)thread_info_out); in thread_info_internal()
/xnu-10002.41.9/bsd/vm/
H A Dvm_unix.c3720 __IGNORE_WCASTALIGN(kernel_segment_command_t * sg = (kernel_segment_command_t *) cmd); in kas_info()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c2615 __IGNORE_WCASTALIGN(bp_head = (buf_t)bp->b_orig); in buf_brelse_shadow()
H A Dvfs_cluster.c806 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone()