summaryrefslogtreecommitdiffstats
path: root/org/open_power/Proc/CFAM.metadata.yaml
blob: 5077f8183b51b9325bbeac3fe2f2eb822360d58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- name: OpenFailure
  meta:
    - str: "ERRNO=%d"
      type: int32
    - str: "PATH=%s"
      type: string

- name: ReadFailure
  inherits:
    - xyz.openbmc_project.Common.Callout.Device

- name: WriteFailure
  inherits:
    - xyz.openbmc_project.Common.Callout.Device

- name: SeekFailure
  meta:
    - str: "ERRNO=%d"
      type: int32
    - str: "ADDRESS=0x%0x"
      type: uint16
    - str: "OFFSET=%d"
      type: uint16
    - str: "PATH=%s"
      type: string
OpenPOWER on IntegriCloud