| /xnu-10063.101.15/libsyscall/wrappers/ |
| H A D | exclaves.c | 37 #define EXCLAVES_CTL_TRAP(port, opf, id, buffer, size, offset, size2) ({ \ argument 39 (void)size; (void)offset; (void)size2; \ 81 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_outbound_buffer_copyout() argument 85 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2); in exclaves_outbound_buffer_copyout() 101 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_inbound_buffer_copyin() argument 105 (exclaves_id_t) offset1, src_buffer, size1, size2, offset2); in exclaves_inbound_buffer_copyin() 212 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_audio_buffer_copyout() argument 216 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2); in exclaves_audio_buffer_copyout()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_sensor.c | 174 uint64_t size2, uint64_t offset2, exclaves_sensor_status_t *status) in exclaves_eic_sensor_copy() argument 194 if (*status != EXCLAVES_SENSOR_STATUS_ALLOWED || size2 == 0) { in exclaves_eic_sensor_copy() 199 &eic_client, buffer, 0, offset2, size2, in exclaves_eic_sensor_copy() 462 uint64_t size2, uint64_t offset2, exclaves_sensor_status_t *status) in exclaves_sensor_copy() argument 474 return exclaves_eic_sensor_copy(buffer, size1, offset1, size2, offset2, in exclaves_sensor_copy()
|
| H A D | exclaves_resource.c | 779 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_named_buffer_copyin() argument 799 if (os_add_overflow(offset2, size2, &umax) || umax > nb->nb_size) { in exclaves_named_buffer_copyin() 813 size2); in exclaves_named_buffer_copyin() 843 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_named_buffer_copyout() argument 864 if (os_add_overflow(offset2, size2, &umax) || umax > nb->nb_size) { in exclaves_named_buffer_copyout() 878 offset2, size2); in exclaves_named_buffer_copyout() 1192 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_audio_buffer_copyout() argument 1202 .cmd_audio_buf_copyout.request.size2 = size2, in exclaves_audio_buffer_copyout() 1220 size2, offset2); in exclaves_audio_buffer_copyout() 1877 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_resource_shared_memory_copyin() argument [all …]
|
| H A D | exclaves_sensor.h | 69 uint64_t offset1, uint64_t size2, uint64_t offset2,
|
| H A D | exclaves.c | 217 mach_vm_size_t usize2 = uap->size2; in _exclaves_ctl_trap()
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | exclaves.h | 190 mach_vm_size_t size2, mach_vm_size_t offset2); 259 mach_vm_size_t size2, mach_vm_size_t offset2); 434 mach_vm_size_t size2, mach_vm_size_t offset2); 906 mach_vm_size_t size2, mach_vm_size_t offset);
|
| H A D | mach_traps.h | 639 PAD_ARG_(mach_vm_size_t, size2);
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | pf_if.c | 428 int e, size2 = 0; in pfi_table_update() local 437 pfi_buffer_cnt, &size2, NULL, NULL, NULL, 0, PFR_TFLAG_ALLMASK))) { in pfi_table_update()
|
| H A D | pf_table.c | 462 int *size2, int *nadd, int *ndel, int *nchange, int flags, in pfr_set_addrs() argument 542 if ((flags & PFR_FLAG_FEEDBACK) && *size2) { in pfr_set_addrs() 543 if (*size2 < size + xdel) { in pfr_set_addrs() 544 *size2 = size + xdel; in pfr_set_addrs() 576 if ((flags & PFR_FLAG_FEEDBACK) && size2) { in pfr_set_addrs() 577 *size2 = size + xdel; in pfr_set_addrs()
|