NetBSD/sys/fs/puffs
ad a0d1fd8d0c It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 13:31:07 +00:00
..
Makefile
files.puffs shuffle functions around a bit: move the transport (/dev/puffs) to 2006-12-05 23:41:24 +00:00
puffs_msgif.c add debug printf 2007-07-19 22:05:22 +00:00
puffs_msgif.h include <uvm/uvm_prot.h> 2007-07-27 09:18:54 +00:00
puffs_subr.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
puffs_sys.h Keep track of the maximum size we have supplied the file server (or 2007-07-22 18:22:49 +00:00
puffs_transport.c define PUFFSREQSIZEOP ioctl, which can be used to fetch the 2007-07-19 07:52:45 +00:00
puffs_vfsops.c Make the minimum request size twice the minimum request structure size. 2007-07-19 09:26:12 +00:00
puffs_vnops.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00