Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c758 #define ERRNO_FILTER(name, errno) \ macro
774 ERRNO_FILTER(valid, E2BIG); in TEST()
792 ERRNO_FILTER(zero, 0); in TEST()
814 ERRNO_FILTER(capped, 4096); in TEST()
837 ERRNO_FILTER(first, 11); in TEST()
838 ERRNO_FILTER(second, 13); in TEST()
839 ERRNO_FILTER(third, 12); in TEST()