Symbol: EVENT_TYPE
usr/src/lib/sun_fc/common/AdapterDeviceEvent.h
48
AdapterDeviceEvent(uint64_t myWwn, EVENT_TYPE myType, uint32_t myID) :
usr/src/lib/sun_fc/common/AdapterDeviceEvent.h
51
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterDeviceEvent.h
57
EVENT_TYPE type;
usr/src/lib/sun_fc/common/AdapterEvent.h
50
AdapterEvent(uint64_t myWwn, EVENT_TYPE myType) :
usr/src/lib/sun_fc/common/AdapterEvent.h
53
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterEvent.h
57
EVENT_TYPE type;
usr/src/lib/sun_fc/common/AdapterPortEvent.h
51
AdapterPortEvent(uint64_t myWwn, EVENT_TYPE myType, uint32_t myID) :
usr/src/lib/sun_fc/common/AdapterPortEvent.h
54
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterPortEvent.h
60
EVENT_TYPE type;
usr/src/lib/sun_fc/common/AdapterPortStatEvent.h
48
AdapterPortStatEvent(uint64_t myWwn, EVENT_TYPE myType) :
usr/src/lib/sun_fc/common/AdapterPortStatEvent.h
51
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterPortStatEvent.h
55
EVENT_TYPE type;
usr/src/lib/sun_fc/common/LinkEvent.h
45
LinkEvent(uint64_t myWwn, void *myBuf, uint32_t mySize, EVENT_TYPE myType) :
usr/src/lib/sun_fc/common/LinkEvent.h
50
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/LinkEvent.h
56
EVENT_TYPE type;
usr/src/lib/sun_fc/common/TargetEvent.h
51
EVENT_TYPE myType) :
usr/src/lib/sun_fc/common/TargetEvent.h
55
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/TargetEvent.h
60
EVENT_TYPE type;