Print this page
7928 Add support for SMF_EXIT_TEMP_TRANSIENT

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libscf/inc/libscf.h
          +++ new/usr/src/lib/libscf/inc/libscf.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  24      - * Copyright 2016 RackTop Systems.
       24 + * Copyright 2017 RackTop Systems.
  25   25   */
  26   26  
  27   27  #ifndef _LIBSCF_H
  28   28  #define _LIBSCF_H
  29   29  
  30   30  
  31   31  #include <stddef.h>
  32   32  #include <libnvpair.h>
  33   33  
  34   34  #ifndef NATIVE_BUILD
↓ open down ↓ 828 lines elided ↑ open up ↑
 863  863  /*
 864  864   * SMF exit status definitions
 865  865   */
 866  866  #define SMF_EXIT_OK               0
 867  867  #define SMF_EXIT_ERR_FATAL       95
 868  868  #define SMF_EXIT_ERR_CONFIG      96
 869  869  #define SMF_EXIT_MON_DEGRADE     97
 870  870  #define SMF_EXIT_MON_OFFLINE     98
 871  871  #define SMF_EXIT_ERR_NOSMF       99
 872  872  #define SMF_EXIT_ERR_PERM       100
      873 +#define SMF_EXIT_TEMP_TRANSIENT 101
 873  874  
 874  875  #ifdef  __cplusplus
 875  876  }
 876  877  #endif
 877  878  
 878  879  #endif  /* _LIBSCF_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX