summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/File.metadata.yaml
blob: a44d7e2905d12f89b5e568519e483d58b8933e41 (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
- name: Open
  meta:
    - str: "ERRNO=%d"
      type: int32
    - str: "PATH=%s"
      type: string

- name: Seek
  meta:
    - str: "OFFSET=%ll"
      type: int64
    - str: "WHENCE=%d"
      type: int32
    - str: "ERRNO=%d"
      type: int32
    - str: "PATH=%s"
      type: string

- name: Write
  meta:
    - str: "ERRNO=%d"
      type: int32
    - str: "PATH=%s"
      type: string
OpenPOWER on IntegriCloud