Home
last modified time | relevance | path

Searched refs:EVENT_TYPE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterPortStatEvent.h44 enum EVENT_TYPE { enum
48 AdapterPortStatEvent(uint64_t myWwn, EVENT_TYPE myType) : in AdapterPortStatEvent()
51 EVENT_TYPE getType() { return (type); } in getType()
55 EVENT_TYPE type;
H A DAdapterEvent.h44 enum EVENT_TYPE { enum
50 AdapterEvent(uint64_t myWwn, EVENT_TYPE myType) : in AdapterEvent()
53 EVENT_TYPE getType() { return (type); } in getType()
57 EVENT_TYPE type;
H A DAdapterDeviceEvent.h43 enum EVENT_TYPE { enum
48 AdapterDeviceEvent(uint64_t myWwn, EVENT_TYPE myType, uint32_t myID) : in AdapterDeviceEvent()
51 EVENT_TYPE getType() { return (type); } in getType()
57 EVENT_TYPE type;
H A DTargetEvent.h44 enum EVENT_TYPE { enum
51 EVENT_TYPE myType) : in TargetEvent()
55 EVENT_TYPE getType() { return (type); } in getType()
60 EVENT_TYPE type;
H A DAdapterPortEvent.h44 enum EVENT_TYPE { enum
51 AdapterPortEvent(uint64_t myWwn, EVENT_TYPE myType, uint32_t myID) : in AdapterPortEvent()
54 EVENT_TYPE getType() { return (type); } in getType()
60 EVENT_TYPE type;
H A DLinkEvent.h41 enum EVENT_TYPE { enum
45 LinkEvent(uint64_t myWwn, void *myBuf, uint32_t mySize, EVENT_TYPE myType) : in LinkEvent()
50 EVENT_TYPE getType() { return (type); } in getType()
56 EVENT_TYPE type;