summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/File.metadata.yaml
blob: 556249343107acc1e83d99272b297cbe48a9c01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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
OpenPOWER on IntegriCloud