Home
last modified time | relevance | path

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

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