Print this page
nfssrv: nfsstat reports zeroed data in zone

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/nfs/nfs_dispatch.h
          +++ new/usr/src/uts/common/nfs/nfs_dispatch.h
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66   * access control.
  67   67   */
  68   68  #define RPC_ALLOWANON   0x2     /* allow anonymous access */
  69   69  #define RPC_MAPRESP     0x4     /* use mapped response buffer */
  70   70  #define RPC_AVOIDWORK   0x8     /* do work avoidance for dups */
  71   71  #define RPC_PUBLICFH_OK 0x10    /* allow use of public filehandle */
  72   72  
  73   73  typedef struct rpc_disptable {
  74   74          int dis_nprocs;
  75   75          char **dis_procnames;
  76      -        kstat_named_t **dis_proccntp;
  77   76          struct rpcdisp *dis_table;
  78   77  } rpc_disptable_t;
  79   78  
  80   79  void    rpc_null(caddr_t *, caddr_t *, struct exportinfo *, struct svc_req *,
  81   80      cred_t *, bool_t);
  82   81  
  83   82  #ifdef  __cplusplus
  84   83  }
  85   84  #endif
  86   85  
  87   86  #endif /* _NFS_DISPATCH_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX