summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/File.metadata.yaml
blob: 0e12eafecab69f377a3f8e5093886ddd652883ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: Open
    - str: "ERRNO=%d"
      type: int32
    - str: "PATH=%s"
      type: string

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