protocol.h (9dd0f810) protocol.h (44743693)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_FM_PROTOCOL_H
28#define _SYS_FM_PROTOCOL_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 48 unchanged lines hidden (view full) ---

80#define FM_SUSPECT_FAULT_LIST "fault-list"
81#define FM_SUSPECT_FAULT_SZ "fault-list-sz"
82#define FM_SUSPECT_FAULT_STATUS "fault-status"
83#define FM_SUSPECT_MESSAGE "message"
84
85#define FM_SUSPECT_VERS0 0
86#define FM_SUSPECT_VERSION FM_SUSPECT_VERS0
87
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_FM_PROTOCOL_H
28#define _SYS_FM_PROTOCOL_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 48 unchanged lines hidden (view full) ---

80#define FM_SUSPECT_FAULT_LIST "fault-list"
81#define FM_SUSPECT_FAULT_SZ "fault-list-sz"
82#define FM_SUSPECT_FAULT_STATUS "fault-status"
83#define FM_SUSPECT_MESSAGE "message"
84
85#define FM_SUSPECT_VERS0 0
86#define FM_SUSPECT_VERSION FM_SUSPECT_VERS0
87
88#define FM_SUSPECT_FAULTY 0x1
89#define FM_SUSPECT_UNUSABLE 0x2
90#define FM_SUSPECT_NOT_PRESENT 0x4
91
88/* fault event versions and payload member names */
89#define FM_FAULT_VERS0 0
90#define FM_FAULT_VERSION FM_FAULT_VERS0
91
92#define FM_FAULT_ASRU "asru"
93#define FM_FAULT_FRU "fru"
94#define FM_FAULT_FRU_LABEL "fru-label"
95#define FM_FAULT_CERTAINTY "certainty"

--- 208 unchanged lines hidden ---
92/* fault event versions and payload member names */
93#define FM_FAULT_VERS0 0
94#define FM_FAULT_VERSION FM_FAULT_VERS0
95
96#define FM_FAULT_ASRU "asru"
97#define FM_FAULT_FRU "fru"
98#define FM_FAULT_FRU_LABEL "fru-label"
99#define FM_FAULT_CERTAINTY "certainty"

--- 208 unchanged lines hidden ---