• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 syzkaller project authors. All rights reserved.
2# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
3
4syz_mmap(addr vma, len len[addr])
5syz_errno(v int32)
6syz_compare(want ptr[in, string], want_len len[want], got ptr[in, compare_data], got_len len[got])
7
8compare_data [
9	align0	align0
10] [varlen]
11
12align0 {
13	f0	int16
14	f1	int32
15	f2	int8
16	f3	int16
17	f4	int64
18}
19