Searched refs:DetectSupportedSyscalls (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/pkg/host/ |
D | host_linux_test.go | 22 supp, _, err := DetectSupportedSyscalls(target, "none")
|
D | host_test.go | 27 supp, disabled, err := DetectSupportedSyscalls(target, "none")
|
D | host.go | 12 func DetectSupportedSyscalls(target *prog.Target, sandbox string) ( func
|
/external/syzkaller/pkg/runtest/ |
D | run_test.go | 47 calls, _, err := host.DetectSupportedSyscalls(target, "none")
|
/external/syzkaller/tools/syz-stress/ |
D | stress.go | 157 calls, disabled, err := host.DetectSupportedSyscalls(target, "none")
|
/external/syzkaller/syz-fuzzer/ |
D | testing.go | 266 _, unsupported, err := host.DetectSupportedSyscalls(target, sandbox)
|