home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / uadmin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  694 b   |  36 lines

  1. /*
  2.  *    @(#) uadmin.h 2.2 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987, 1988.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987, 1988.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. #define A_REBOOT    1
  12. #define A_SHUTDOWN    2
  13. #define A_REMOUNT    4
  14. #define A_SETCONFIG    128
  15. #define A_GETDEV    130
  16.  
  17. /*
  18.  * fnc's for A_REBOOT & A_SHUTDOWN
  19.  */
  20. #define AD_HALT        0
  21. #define AD_BOOT        1
  22. #define AD_IBOOT    2
  23. #define AD_PWRDOWN    3
  24.  
  25. /*
  26.  * fnc's for A_SETCONFIG
  27.  */
  28. #define AD_PANICBOOT    1
  29.  
  30. /*
  31.  * fnc's for A_GETDEV
  32.  */
  33. #define AD_GETBMAJ    0
  34. #define AD_GETCMAJ    1
  35.  
  36.