blob: 5077f8183b51b9325bbeac3fe2f2eb822360d58e [file] [log] [blame]
Dhruvaraj Subhashchandran2de0cfa2017-04-25 07:26:39 -05001- 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