freebsd-dev/sys/fs/devfs
Poul-Henning Kamp 50a36c111f Be consistent about flag values passed to device drivers read/write
methods:

Read can see O_NONBLOCK and O_DIRECT.

Write can see O_NONBLOCK, O_DIRECT and O_FSYNC.

In addition O_DIRECT is shadowed as IO_DIRECT for now for backwards
compatibility.
2004-12-22 17:05:44 +00:00
..
devfs_devs.c
devfs_rule.c
devfs_vfsops.c
devfs_vnops.c Be consistent about flag values passed to device drivers read/write 2004-12-22 17:05:44 +00:00
devfs.h