Searched defs:Syscall (Results 1 – 15 of 15) sorted by relevance
| /external/syzkaller/pkg/host/ |
| D | host_linux.go | 25 func isSupported(c *prog.Syscall, sandbox string) (bool, string) { 59 func isSupportedKallsyms(c *prog.Syscall) (bool, string) { 73 func isSupportedTrial(c *prog.Syscall) (bool, string) { 129 func isSupportedSyzkall(sandbox string, c *prog.Syscall) (bool, string) { 222 func isSupportedSocket(c *prog.Syscall) (bool, string) { 257 func isSupportedOpenAt(c *prog.Syscall) (bool, string) { 272 func isSupportedMount(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_fuchsia.go | 12 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_windows.go | 10 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_darwin.go | 10 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_freebsd.go | 10 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_akaros.go | 12 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| D | host_netbsd.go | 10 func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
|
| /external/syzkaller/prog/ |
| D | resources.go | 101 func (target *Target) inputResources(c *Syscall) []*ResourceDesc { 121 func (target *Target) outputResources(c *Syscall) []*ResourceDesc {
|
| D | types.go | 10 type Syscall struct { struct 11 ID int 12 NR uint64 // kernel syscall number 13 Name string 14 CallName string 15 Args []Type 16 Ret Type 546 func ForeachType(meta *Syscall, f func(Type)) {
|
| D | prio.go | 128 func noteUsage(uses map[string]map[int]float32, c *Syscall, weight float32, str string, args ...int…
|
| /external/syzkaller/vendor/golang.org/x/sys/unix/ |
| D | syscall_unix_gc.go | 12 func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) func
|
| D | gccgo.go | 27 func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) { func
|
| /external/syzkaller/sys/syz-sysgen/ |
| D | sysgen.go | 216 func generateExecutorSyscalls(target *targets.Target, syscalls []*prog.Syscall, rev string) ArchDat…
|
| /external/syzkaller/pkg/compiler/ |
| D | gen.go | 75 func (comp *compiler) genStructDescs(syscalls []*prog.Syscall) []*prog.KeyedStruct {
|
| /external/minijail/tools/ |
| D | parser.py | 182 Syscall = collections.namedtuple('Syscall', ['name', 'number']) variable
|