NetBSD/sys/dev/dmover
dsl 60418b39b7 Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
Avoids a lot of casting and removes the need for some line breaks.
Removed a load of (caddr_t) casts from calls to copyin/copyout as well.
(approved by christos - he has a plan to remove caddr_t...)
2003-03-21 21:13:50 +00:00
..
Makefile
dmover_backend.c
dmover_io.c Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +00:00
dmover_io.h
dmover_process.c Don't require that input buffers and output buffers be of the same 2003-03-06 21:32:59 +00:00
dmover_request.c
dmover_session.c
dmover_util.c
dmovervar.h
files.dmover
swdmover.c