NetBSD/sys/nfs
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
..
files.nfs
krpc_subr.c
krpc.h
Makefile
nfs_bio.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_boot.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootdhcp.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
nfs_export.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_iod.c
nfs_kq.c VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
nfs_node.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
nfs_serv.c When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl 2012-08-29 14:00:22 +00:00
nfs_socket.c As suggested by matt@: change socket buffer reservations for NFS send/receive 2011-03-23 17:42:11 +00:00
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c Rename the new ni_startdir (the slot used to hold the starting point 2012-11-05 19:06:26 +00:00
nfs_subs.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
nfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
nfs.h Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
nfsdiskless.h Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfsm_subs.h
nfsmount.h Add the ability to mount NFS filesystems in COMPAT_NETBSD32 2011-01-22 22:26:10 +00:00
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h