1*0Sstevel@tonic-gate /* 2*0Sstevel@tonic-gate * CDDL HEADER START 3*0Sstevel@tonic-gate * 4*0Sstevel@tonic-gate * The contents of this file are subject to the terms of the 5*0Sstevel@tonic-gate * Common Development and Distribution License, Version 1.0 only 6*0Sstevel@tonic-gate * (the "License"). You may not use this file except in compliance 7*0Sstevel@tonic-gate * with the License. 8*0Sstevel@tonic-gate * 9*0Sstevel@tonic-gate * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*0Sstevel@tonic-gate * or http://www.opensolaris.org/os/licensing. 11*0Sstevel@tonic-gate * See the License for the specific language governing permissions 12*0Sstevel@tonic-gate * and limitations under the License. 13*0Sstevel@tonic-gate * 14*0Sstevel@tonic-gate * When distributing Covered Code, include this CDDL HEADER in each 15*0Sstevel@tonic-gate * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*0Sstevel@tonic-gate * If applicable, add the following below this CDDL HEADER, with the 17*0Sstevel@tonic-gate * fields enclosed by brackets "[]" replaced with your own identifying 18*0Sstevel@tonic-gate * information: Portions Copyright [yyyy] [name of copyright owner] 19*0Sstevel@tonic-gate * 20*0Sstevel@tonic-gate * CDDL HEADER END 21*0Sstevel@tonic-gate */ 22*0Sstevel@tonic-gate /* 23*0Sstevel@tonic-gate * Copyright 2000-2002 Sun Microsystems, Inc. All rights reserved. 24*0Sstevel@tonic-gate * Use is subject to license terms. 25*0Sstevel@tonic-gate */ 26*0Sstevel@tonic-gate 27*0Sstevel@tonic-gate #ifndef _SYS_SYSEVENT_SVM_H 28*0Sstevel@tonic-gate #define _SYS_SYSEVENT_SVM_H 29*0Sstevel@tonic-gate 30*0Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 31*0Sstevel@tonic-gate 32*0Sstevel@tonic-gate #include <sys/sysevent.h> 33*0Sstevel@tonic-gate 34*0Sstevel@tonic-gate #ifdef __cplusplus 35*0Sstevel@tonic-gate extern "C" { 36*0Sstevel@tonic-gate #endif 37*0Sstevel@tonic-gate 38*0Sstevel@tonic-gate /* 39*0Sstevel@tonic-gate * svm.h contains the publicly defined sysevent attribute names and values 40*0Sstevel@tonic-gate * for all SVM type sysevents. Additions/removals/changes are subject to 41*0Sstevel@tonic-gate * PSARC approval. 42*0Sstevel@tonic-gate */ 43*0Sstevel@tonic-gate 44*0Sstevel@tonic-gate /* 45*0Sstevel@tonic-gate * svm sysevent version 46*0Sstevel@tonic-gate */ 47*0Sstevel@tonic-gate #define SVM_VERSION0 0 48*0Sstevel@tonic-gate #define SVM_VERSION SVM_VERSION0 49*0Sstevel@tonic-gate 50*0Sstevel@tonic-gate /* 51*0Sstevel@tonic-gate * Event type EC_SVM_CONFIG/EC_SVM_STATE event schema 52*0Sstevel@tonic-gate * Event Class - EC_SVM_CONFIG | EC_SVM_STATE 53*0Sstevel@tonic-gate * Event Sub-Class - ESC_SVM_CREATE/ESC_SVM_DELETE/ESC_SVM_ADD/ 54*0Sstevel@tonic-gate * ESC_SVM_REMOVE/ESC_SVM_REPLACE/ESC_SVM_GROW/ 55*0Sstevel@tonic-gate * ESC_SVM_RENAME_SRC/ESC_SVM_RENAME_DST/ 56*0Sstevel@tonic-gate * ESC_SVM_MEDIATOR_ADD/ESC_SVM_MEDIATOR_DELETE/ 57*0Sstevel@tonic-gate * ESC_SVM_HOST_ADD/ESC_SVM_HOST_DELETE/ 58*0Sstevel@tonic-gate * ESC_SVM_DRIVE_ADD/ESC_SVM_DRIVE_DELETE/ 59*0Sstevel@tonic-gate * ESC_SVM_DETACH/ESC_SVM_DETACHING/ESC_SVM_ATTACH/ 60*0Sstevel@tonic-gate * ESC_SVM_ATTACHING | 61*0Sstevel@tonic-gate * ESC_SVM_INIT_START/ESC_SVM_INIT_FAILED/ 62*0Sstevel@tonic-gate * ESC_SVM_INIT_FATAL/ESC_SVM_INIT_SUCCESS/ 63*0Sstevel@tonic-gate * ESC_SVM_IOERR/ESC_SVM_ERRED/ESC_SVM_LASTERRED/ 64*0Sstevel@tonic-gate * ESC_SVM_OK/ESC_SVM_ENABLE/ESC_SVM_RESYNC_START/ 65*0Sstevel@tonic-gate * ESC_SVM_RESYNC_FAILED/ESC_SVM_RESYNC_SUCCESS/ 66*0Sstevel@tonic-gate * ESC_SVM_RESYNC_DONE/ESC_SVM_HOTSPARED/ 67*0Sstevel@tonic-gate * ESC_SVM_HS_FREED/ESC_SVM_HS_CHANGED/ 68*0Sstevel@tonic-gate * ESC_SVM_TAKEOVER/ESC_SVM_RELEASE/ESC_SVM_OPEN_FAIL/ 69*0Sstevel@tonic-gate * ESC_SVM_OFFLINE/ESC_SVM_ONLINE/ESC_SVM_CHANGE/ 70*0Sstevel@tonic-gate * ESC_SVM_EXCHANGE/ESC_SVM_REGEN_START/ 71*0Sstevel@tonic-gate * ESC_SVM_REGEN_DONE/ESC_SVM_REGEN_FAILED/ 72*0Sstevel@tonic-gate * Attribute Name - SVM_TAG 73*0Sstevel@tonic-gate * Attribute Type - SE_DATA_TYPE_UINT32 74*0Sstevel@tonic-gate * Attribute Value - [Device Tag]] 75*0Sstevel@tonic-gate * Attribute Name - SVM_SET_NO 76*0Sstevel@tonic-gate * Attribute Type - SE_DATA_TYPE_UINT32 - uint_t 77*0Sstevel@tonic-gate * Attribute Value - [Device Set Number] 78*0Sstevel@tonic-gate * Attribute Name - SVM_DEV_ID 79*0Sstevel@tonic-gate * Attribute Type - SE_DATA_TYPE_UINT32 - ulong_t 80*0Sstevel@tonic-gate * Attribute Value - [Device ID] 81*0Sstevel@tonic-gate * Attribute Name - SVM_DEV_NAME 82*0Sstevel@tonic-gate * Attribute Type - SE_DATA_TYPE_STRING 83*0Sstevel@tonic-gate * Attribute Value - [Device Name] 84*0Sstevel@tonic-gate */ 85*0Sstevel@tonic-gate #define SVM_VERSION_NO "svm_version" /* event version number */ 86*0Sstevel@tonic-gate #define SVM_TAG "svm_tag" /* device tag */ 87*0Sstevel@tonic-gate #define SVM_SET_NO "svm_set_no" /* device set number */ 88*0Sstevel@tonic-gate #define SVM_DEV_ID "svm_dev_id" /* device event occured on */ 89*0Sstevel@tonic-gate #define SVM_DEV_NAME "svm_dev_name" /* device name */ 90*0Sstevel@tonic-gate 91*0Sstevel@tonic-gate /* 92*0Sstevel@tonic-gate * sys event originator 93*0Sstevel@tonic-gate */ 94*0Sstevel@tonic-gate #define EP_SVM "svm" 95*0Sstevel@tonic-gate 96*0Sstevel@tonic-gate /* 97*0Sstevel@tonic-gate * Device TAG definitions 98*0Sstevel@tonic-gate */ 99*0Sstevel@tonic-gate #define SVM_TAG_METADEVICE 1 100*0Sstevel@tonic-gate #define SVM_TAG_MIRROR 2 101*0Sstevel@tonic-gate #define SVM_TAG_STRIPE 3 102*0Sstevel@tonic-gate #define SVM_TAG_RAID5 4 103*0Sstevel@tonic-gate #define SVM_TAG_TRANS 5 104*0Sstevel@tonic-gate #define SVM_TAG_REPLICA 6 105*0Sstevel@tonic-gate #define SVM_TAG_HSP 7 106*0Sstevel@tonic-gate #define SVM_TAG_HS 8 107*0Sstevel@tonic-gate #define SVM_TAG_SET 9 108*0Sstevel@tonic-gate #define SVM_TAG_DRIVE 10 109*0Sstevel@tonic-gate #define SVM_TAG_HOST 11 110*0Sstevel@tonic-gate #define SVM_TAG_MEDIATOR 12 111*0Sstevel@tonic-gate 112*0Sstevel@tonic-gate #ifdef __cplusplus 113*0Sstevel@tonic-gate } 114*0Sstevel@tonic-gate #endif 115*0Sstevel@tonic-gate 116*0Sstevel@tonic-gate #endif /* _SYS_SYSEVENT_SVM_H */ 117