| /xnu-11215/bsd/skywalk/channel/ |
| H A D | kern_channel_event.c | 53 __notif_dest_by_ifp(struct __notif_dest *dest, const ifnet_t ifp) in __notif_dest_by_ifp() 85 __notif_dest_by_nx_uuid(struct __notif_dest *dest, const uuid_t nx_uuid) in __notif_dest_by_nx_uuid() 123 kern_channel_packet_event_notify(struct __notif_dest *dest, in kern_channel_packet_event_notify() 173 struct __notif_dest dest = {0, {NULL}, NULL}; in kern_channel_event_transmit_status_with_packet() local 204 struct __notif_dest dest = {0, {NULL}, NULL}; in kern_channel_event_transmit_status() local 228 struct __notif_dest dest = {0, {NULL}, NULL}; in kern_channel_event_transmit_status_with_nexus() local 252 struct __notif_dest dest = {0, {NULL}, NULL}; in kern_channel_event_transmit_expired() local 276 struct __notif_dest dest = {0, {NULL}, NULL}; in kern_channel_event_transmit_expired_with_nexus() local
|
| /xnu-11215/osfmk/console/ |
| H A D | video_scroll.c | 33 video_scroll_up(void * start, void * end, void * dest) in video_scroll_up() 41 void * dest) /* HIGH addr */ in video_scroll_down()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | mig_strncpy.c | 76 char *dest, in mig_strncpy() 117 char *dest, in mig_strncpy_zerofill()
|
| /xnu-11215/libkern/zlib/ |
| H A D | compress.c | 54 compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, in compress2() 91 compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in compress()
|
| H A D | uncompr.c | 58 uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in uncompress()
|
| H A D | zutil.c | 177 zmemcpy(Bytef* dest, const Bytef* source, uInt len) in zmemcpy() 197 zmemzero(Bytef* dest, uInt len) in zmemzero()
|
| H A D | zutil.h | 270 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument 274 # define zmemzero(dest, len) memset(dest, 0, len) argument
|
| /xnu-11215/osfmk/tests/ |
| H A D | bcopy_test.c | 43 int dest = 0; in sysctl_test_memmove() local
|
| /xnu-11215/tests/vm/ |
| H A D | vm_allocation.c | 1402 mach_vm_address_t dest = 0; in copy_deallocate() local 1430 mach_vm_address_t dest = get_buffer_address(); in copy_region() local 2597 mach_vm_address_t dest = get_buffer_address(); in test_copy_null_map() local 2624 mach_vm_address_t dest = 0; in copy_edge_size() local 2676 mach_vm_address_t dest = 0; in test_copy_wrapped_around_ranges() local 2711 mach_vm_address_t dest = get_buffer_address(); in write_copy_verify_pattern() local 2766 mach_vm_address_t dest = 0; in test_copy_partially_deallocated_range() local 2789 mach_vm_address_t dest = 0; in test_copy_partially_unreadable_range() local 2866 mach_vm_address_t dest = get_buffer_address(); in test_copy_source_partially_unreadable_region() local 2892 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_unwriteable_region() local [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | ipc_mig.c | 343 ipc_port_t dest = IPC_PORT_NULL; in kernel_mach_msg_rpc_common() local 697 char *dest, in mig_strncpy() 736 char *dest, in mig_strncpy_zerofill()
|
| /xnu-11215/tests/ |
| H A D | icmp_basic.c | 48 run_ping(char *dest, char *payload_size) in run_ping()
|
| H A D | IP6_EXTHDR_CHECK_61873584.c | 16 struct ip6_dest dest; member
|
| H A D | ipc_mach_port.c | 82 mach_port_t dest, in send_port()
|
| H A D | aqm_qdelay_utun.c | 213 struct sockaddr_in dest; variable
|
| H A D | task_suspend_stats.c | 72 get_procname(char *dest, size_t size) in get_procname()
|
| /xnu-11215/EXTERNAL_HEADERS/ |
| H A D | stdarg.h | 59 #define va_copy(dest, src) __builtin_va_copy(dest, src) argument
|
| /xnu-11215/tests/ipc/ |
| H A D | mach_msg_transport.c | 114 mach_port_name_t dest, in t_send() 135 mach_port_name_t dest, in t_send() 157 mach_port_name_t dest, in t_fill_port()
|
| /xnu-11215/osfmk/kdp/ |
| H A D | kdp_common.c | 209 kdp_generic_copyin(vm_map_t map, uint64_t uaddr, void *dest, size_t size, kdp_fault_flags_t fault_f… in kdp_generic_copyin() 346 kdp_copyin(vm_map_t map, uint64_t uaddr, void *dest, size_t size, kdp_fault_flags_t fault_flags) in kdp_copyin()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | bsd_arm64.c | 88 arm_get_mach_syscall_args(struct arm_saved_state *state, struct mach_call_args *dest, const mach_tr… in arm_get_mach_syscall_args()
|
| /xnu-11215/osfmk/i386/commpage/ |
| H A D | commpage.c | 452 void *dest = commpage_addr_of(address); in commpage_stuff() local 469 void *dest = commpage_specific_addr_of(commPagePtr32, address); in commpage_update() local
|
| /xnu-11215/bsd/dev/arm64/ |
| H A D | fbt_arm.c | 464 machine_inst_t *dest = instr + FBT_GET_ARM64_B_IMM(theInstr); in fbt_provide_probe() local
|
| /xnu-11215/tests/vm_memory_tests_src/ |
| H A D | vm_tests.c | 18 mach_vm_address_t src = 0, dest = 0, tmp = 0; in mach_vm_client() local
|
| /xnu-11215/bsd/netinet/ |
| H A D | ip_icmp.c | 187 u_int32_t dest, in icmp_error()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | blist.c | 564 daddr_t skip, blist_t dest, daddr_t count)
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_debug.c | 202 _syscall_rejection_apply_mask(syscall_rejection_mask_t dest, const syscall_rejection_mask_t src, bo… in _syscall_rejection_apply_mask()
|