mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
2820b2e762
operations. This allows a device driver better insight into what is going on that the current: proc1: open /dev/foo R/O devsw->open( R/O, proc1 ) proc2: open /dev/foo R/W devsw->open( R/W, proc2 ) proc2: close /* nothing, but device is really only R/O open */ proc1: close devsw->close( R/O, proc1 ) |
||
---|---|---|
.. | ||
spec_vnops.c |