Home
last modified time | relevance | path

Searched refs:matchSyscall (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/mgrconfig/
Dmgrconfig.go269 if matchSyscall(call.Name, c) {
286 if matchSyscall(call.Name, c) {
301 func matchSyscall(name, pattern string) bool { func
Dmgrconfig_test.go58 res := matchSyscall(test.call, test.pattern)