per file descriptor device callbacks ?

Andriy Gapon avg at FreeBSD.org
Mon Aug 27 07:55:59 UTC 2012


on 27/08/2012 10:34 Luigi Rizzo said the following:
> This requires to track calls to open/ioctl/poll/mmap/close.
> The difficulty i have is with mmap() and close(), because FreeBSD
> seems to handle these calls per-cdev rather than per-file-descriptor
> (for instance, no 'struct file' argument is available in mmap(), and
> the d_close method is only called on the last close() on the device).

devfs_set_cdevpriv(9), etc

-- 
Andriy Gapon


More information about the freebsd-current mailing list