Dhruvaraj Subhashchandran | 2de0cfa | 2017-04-25 07:26:39 -0500 | [diff] [blame] | 1 | - name: OpenFailure |
2 | meta: | ||||
3 | - str: "ERRNO=%d" | ||||
4 | type: int32 | ||||
5 | - str: "PATH=%s" | ||||
6 | type: string | ||||
7 | |||||
8 | - name: ReadFailure | ||||
9 | inherits: | ||||
10 | - xyz.openbmc_project.Common.Callout.Device | ||||
11 | |||||
12 | - name: WriteFailure | ||||
13 | inherits: | ||||
14 | - xyz.openbmc_project.Common.Callout.Device | ||||
15 | |||||
16 | - name: SeekFailure | ||||
17 | meta: | ||||
18 | - str: "ERRNO=%d" | ||||
19 | type: int32 | ||||
20 | - str: "ADDRESS=0x%0x" | ||||
21 | type: uint16 | ||||
22 | - str: "OFFSET=%d" | ||||
23 | type: uint16 | ||||
24 | - str: "PATH=%s" | ||||
25 | type: string |