home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 34.ddi / root.2 / tmp / rfs / RFS.Space.c < prev   
Encoding:
C/C++ Source or Header  |  1990-12-08  |  986 b   |  40 lines

  1. /*    Copyright (c) 1990 UNIX System Laboratories, Inc.    */
  2. /*    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T    */
  3. /*      All Rights Reserved      */
  4.  
  5. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF         */
  6. /*    UNIX System Laboratories, Inc.                         */
  7. /*    The copyright notice above does not evidence any       */
  8. /*    actual or intended publication of such source code.    */
  9.  
  10. #ident    "@(#)//usr/src/uts/i386/master.d/RFS/space.c.sl 1.1 4.0 12/08/90 62007 AT&T-USL"
  11.  
  12. #include "sys/types.h"
  13. #include "sys/list.h"
  14. #include "sys/vnode.h"
  15. #include "sys/nserve.h"
  16. #include "sys/stream.h"
  17. #include "sys/proc.h"
  18. #include "sys/rf_messg.h"
  19. #include "sys/rf_comm.h"
  20. #include "sys/rf_cirmgr.h"
  21. #include "sys/fs/rf_acct.h"
  22. #include "config.h"           /* for tunable parameters */
  23.  
  24. int    nsrmount = NSRMOUNT;
  25.  
  26. int    nrcvd = NRCVD;
  27.  
  28. int    nsndd = NSNDD;
  29.  
  30. int    maxgdp = MAXGDP;
  31.  
  32. int    minserve = MINSERVE;
  33. int    maxserve = MAXSERVE;
  34.  
  35. int    nrduser = NRDUSER;
  36.  
  37. int    rc_time = RCACHETIME;
  38.  
  39. int    rf_maxkmem = RF_MAXKMEM;
  40.