Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/osfmk/vm/
H A Ddevice_vm.c329 __IGNORE_WCASTALIGN(return device_data_action(device_object->device_handle, in device_pager_data_return()
354 __IGNORE_WCASTALIGN(device_data_action(device_object->device_handle, in device_pager_data_request()
H A Dvm_swapfile_pager.c723 __IGNORE_WCASTALIGN(pager = (swapfile_pager_t) mem_obj); in swapfile_pager_lookup()
H A Dvm_shared_region.c1509 __IGNORE_WCASTALIGN(map_port = (ipc_port_t) file_object->pager); in vm_shared_region_map_file_setup()
H A Dvm_user.c1772 __IGNORE_WCASTALIGN(map_to_entry = vm_map_to_entry(map)); in vm_toggle_entry_reuse()
/xnu-8019.80.24/libkern/libclosure/
H A Druntime.cpp225 return __IGNORE_WCASTALIGN((struct Block_descriptor_2 *)desc);
237 return __IGNORE_WCASTALIGN((struct Block_descriptor_3 *)desc); in _Block_descriptor_3()
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c200 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)devfs_mp_p); in devfs_mount()
/xnu-8019.80.24/iokit/Kernel/
H A DIOLib.cpp1197 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_first(&a->list)); in iopa_alloc()
1204 __IGNORE_WCASTALIGN(pa = (typeof(pa))queue_next(&pa->link)); in iopa_alloc()
H A DIOServicePM.cpp8856 __IGNORE_WCASTALIGN(entry = (typeof(entry))queue_first(&fWorkQueue)); in checkForWork()
8861 __IGNORE_WCASTALIGN(next = (typeof(next))queue_next(&entry->WorkChain)); in checkForWork()
/xnu-8019.80.24/bsd/sys/
H A Dcdefs.h1021 #define __IGNORE_WCASTALIGN(x) _Pragma("clang diagnostic push") \ macro
/xnu-8019.80.24/bsd/miscfs/routefs/
H A Droutefs_ops.c143 __IGNORE_WCASTALIGN(mp->mnt_data = (qaddr_t)routefs_mp_p); in routefs_mount()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.c1943 identifier_info = __IGNORE_WCASTALIGN((thread_identifier_info_t)thread_info_out); in thread_info_internal()
2041 …thread_extended_info_t extended_info = __IGNORE_WCASTALIGN((thread_extended_info_t)thread… in thread_info_internal()
2085 dbg_info = __IGNORE_WCASTALIGN((thread_debug_info_internal_t)thread_info_out); in thread_info_internal()
/xnu-8019.80.24/bsd/netinet/
H A Dmptcp_subr.c459 __IGNORE_WCASTALIGN(mpte = &((struct mpp_mtp *)mpp)->mpp_ses); in mptcp_session_create()
460 __IGNORE_WCASTALIGN(mp_tp = &((struct mpp_mtp *)mpp)->mtcb); in mptcp_session_create()
5546 __IGNORE_WCASTALIGN(mp_tp = &((struct mpp_mtp *)mpp)->mtcb); in mptcp_insert_dsn()
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c3272 __IGNORE_WCASTALIGN(kernel_segment_command_t * sg = (kernel_segment_command_t *) cmd); in kas_info()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c2594 __IGNORE_WCASTALIGN(bp_head = (buf_t)bp->b_orig); in buf_brelse_shadow()
H A Dvfs_cluster.c747 __IGNORE_WCASTALIGN(cbp_head = (buf_t)(bp->b_trans_head)); in cluster_iodone()