Lines Matching +full:entry +full:- +full:name
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
27 - name: Path
30 The object path that is generating the SEL entry.
31 - name: SELData
35 - name: Assert
38 An indicator if the SEL event is asserting or de-asserting.
39 - name: GeneratorID
42 The Generator ID of the component requesting the new SEL entry.
45 - name: RecordID
48 The Record ID of the new SEL entry.
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
61 - name: Path
64 The object path that is generating the SEL entry.
65 - name: SELData
69 - name: GeneratorID
72 The Generator ID of the component requesting the new SEL entry.
74 - name: eventType
78 - name: sensorType
82 - name: sensorNum
87 - name: RecordID
90 The Record ID of the new SEL entry.
92 - xyz.openbmc_project.Common.Error.InternalFailure
93 - xyz.openbmc_project.Common.Error.InvalidArgument
95 - name: IpmiSelAddOem
97 Log an OEM record type SEL entry requested from external to the BMC.
99 - name: Message
103 - name: SELData
107 - name: RecordType
110 The OEM record type for the SEL entry.
112 - name: RecordID
115 The Record ID of the new SEL entry.
117 - xyz.openbmc_project.Common.Error.InternalFailure
118 - xyz.openbmc_project.Common.Error.InvalidArgument
120 - name: Clear
124 - name: SELDelete
126 Delete a SEL entry from the log.
128 - name: RecordID
131 The Record ID of the SEL entry to be deleted.
133 - xyz.openbmc_project.Common.Error.InternalFailure
134 - xyz.openbmc_project.Common.Error.ResourceNotFound