Lines Matching +full:event +full:- +full:name
2 Implement to provide an IPMI System Event Log (SEL) logging interface under
5 SEL records store system event information and will contain a record ID and
6 type followed by type-specific information. The type-specific information
8 adding the SEL record), sensor number, event direction and event-specific
12 events it requires a generator ID (0x20 for BMC), sensor D-Bus path, event
13 direction (assertion or de-assertion), and event specific data. For OEM type
19 - name: IpmiSelAdd
21 Log a system event record type SEL entry.
23 - name: Message
26 The text to log for the event.
27 - name: Path
31 - name: SELData
34 An array of up to 3 bytes of SEL event data.
35 - name: Assert
38 An indicator if the SEL event is asserting or de-asserting.
39 - name: GeneratorID
45 - name: RecordID
50 - xyz.openbmc_project.Common.Error.InternalFailure
51 - xyz.openbmc_project.Common.Error.InvalidArgument
53 - name: AddExtended
55 Log a system event record SEL entry with custom SensorType/EventType.
57 - name: Message
60 The text to log for the event.
61 - name: Path
65 - name: SELData
68 An array of up to 3 bytes of SEL event data.
69 - name: GeneratorID
74 - name: eventType
77 Type of trigger for the event and event direction.
78 - name: sensorType
81 Sensor Type Code for sensor that generated the event.
82 - name: sensorNum
85 Number of sensor that generated the event.
87 - name: RecordID
92 - xyz.openbmc_project.Common.Error.InternalFailure
93 - xyz.openbmc_project.Common.Error.InvalidArgument
95 - name: IpmiSelAddOem
99 - name: Message
102 The text to log for the event.
103 - name: SELData
106 An array of up to 13 bytes of SEL event data.
107 - name: RecordType
112 - name: RecordID
117 - xyz.openbmc_project.Common.Error.InternalFailure
118 - xyz.openbmc_project.Common.Error.InvalidArgument
120 - name: Clear
124 - name: SELDelete
128 - name: RecordID
133 - xyz.openbmc_project.Common.Error.InternalFailure
134 - xyz.openbmc_project.Common.Error.ResourceNotFound