aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/csource.txt
blob: e4c447b5492d75d3dd08bb8a8d7f95c4a1f0f85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2032 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

# Syscalls used in pkg/csource tests.

resource fd0[int32]

csource0(a int32) fd0
csource1(a fd0)
csource2(a ptr[in, array[int8]])
csource3(a ptr[in, array[const[0, int8], 10]])
csource4(a ptr[in, array[const[0x30, int8], 10]])
csource5(a ptr[in, array[const[0x3130, int16], 5]])
csource6(a ptr[in, array[const[0x3130, int16be], 6]])