jhb 27f8f705dc MFC 286974,291653:
286974:
Remove reference to non-existent kern_openat(9).

291653:
The cdevpriv_dtr_t typedef was not able to be used in a function prototype
like the various d_*_t typedefs since it declared a function pointer rather
than a function.  Add a new d_priv_dtor_t typedef that declares the function
and can be used as a function prototype.  The previous typedef wasn't
useful outside of the cdevpriv implementation, so retire it.

The name d_priv_dtor_t was chosen to be more consistent with cdev methods
since it is commonly used in place of d_close_t even though it is not a
direct pointer in struct cdevsw.
2016-01-23 01:02:28 +00:00
..
2013-12-28 20:05:31 +00:00
2015-10-08 07:50:50 +00:00
2016-01-20 08:07:30 +00:00
2016-01-11 20:13:45 +00:00
2016-01-11 20:10:14 +00:00
2016-01-23 01:02:28 +00:00
2015-12-04 18:14:31 +00:00