HomeSort by: relevance | last modified time | path
    Searched refs:nv3tov_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_common.h 41 extern enum vtype nv3tov_type[];
47 #define nfsv3tov_type(a) nv3tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]
  /src/sys/nfs/
nfs_var.h 314 extern const enum vtype nv3tov_type[8];
nfsproto.h 235 #define nfsv3tov_type(a) nv3tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]
nfs_subs.c 140 const enum vtype nv3tov_type[8] = variable in typeref:enum:vtype
nfs_serv.c 97 extern const enum vtype nv3tov_type[8];

Completed in 28 milliseconds