home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 9.ddi / usr / include / sys / uadmin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-08  |  844 b   |  36 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. #ifndef _SYS_UADMIN_H
  11. #define _SYS_UADMIN_H
  12.  
  13. #ident    "@(#)/usr/include/sys/uadmin.h.sl 1.1 4.0 12/08/90 34165 AT&T-USL"
  14.  
  15. #define    A_REBOOT    1
  16. #define    A_SHUTDOWN    2
  17. #define    A_REMOUNT    4
  18. #define A_CLOCK        8
  19. #define A_SWAPCTL    16
  20. #define A_SETCONFIG    128
  21.  
  22. #define    AD_HALT        0
  23. #define    AD_BOOT        1
  24. #define    AD_IBOOT    2
  25.  
  26. /*
  27.  * fcn's for A_SETCONFIG
  28.  */
  29. #define AD_PANICBOOT    1
  30.  
  31. #if defined(__STDC__) && !defined(_KERNEL)
  32. int uadmin(int, int, int);
  33. #endif
  34.  
  35. #endif    /* _SYS_UADMIN_H */
  36.