Home
last modified time | relevance | path

Searched defs:EXPECT_SYSCALL_RETURN (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1873 # define EXPECT_SYSCALL_RETURN(val, action) EXPECT_EQ(-1, action) macro
1875 # define EXPECT_SYSCALL_RETURN(val, action) \ macro