{{/* Copyright 2024 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. */}}
| Call | Successful | Errnos |
|---|---|---|
| {{$c.Name}} | {{if $c.Successful}}{{$c.Successful}}{{end}} | {{range $e := $c.Errnos}}{{$e}} {{end}} |