Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1894 # define EXPECT_SYSCALL_RETURN(val, action) EXPECT_EQ(-1, action) macro
1896 # define EXPECT_SYSCALL_RETURN(val, action) \ macro