summaryrefslogtreecommitdiff
path: root/device/dev_lookup.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-17 15:58:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-17 18:49:23 +0100
commit68bbdd1e18a87afede6cbdffdb8c7078ed3fa835 (patch)
tree20518e5f0ed93ec4ec05a1ff09d307ac496313dd /device/dev_lookup.c
parentb5e56770ae41abccdbc28195cc132ff3f8aa1587 (diff)
Cleanup of the copyin() and copyout() calls
* device/ds_routines.c (device_write_trap) (copyin) (data): Cast to (void *). Argument is an address. (device_write_trap) (copyin) (io_data): Don't cast. (device_writev_trap) (copyin) (iovec, stack_iovec): Likewise. (device_writev_trap) (copyin) (data, p): Cast to (void *). Arguments are addresses. * kern/bootstrap.c (build_args_and_stack) (copyout) (arg_count, string_pos, zero): Don't cast. * kern/ipc_mig.c (syscall_vm_map) (copyin, copyout) (addr, address): Likewise. (syscall_vm_allocate) (copyin, copyout) (addr, address): Likewise. (syscall_task_create) (copyout) (name, child_task): Likewise. (syscall_mach_port_allocate) (copyout) (name, namep): Likewise. * kern/time_stamp.c (copyout) (temp, tsp): Likewise.
Diffstat (limited to 'device/dev_lookup.c')
0 files changed, 0 insertions, 0 deletions