NetBSD/sys/miscfs
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
..
deadfs
fdesc
fifofs only set CANTRCVMORE if no error. 2011-12-21 15:27:50 +00:00
genfs In layer_lookup(), clear *vpp before returning EROFS, as otherwise a 2012-10-10 06:55:25 +00:00
kernfs C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
nullfs - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
overlay - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
procfs C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
specfs Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00
syncfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
umapfs - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
Makefile