Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c929 #define ERRNO_FILTER(name, errno) \ macro
945 ERRNO_FILTER(valid, E2BIG); in TEST()
963 ERRNO_FILTER(zero, 0); in TEST()
985 ERRNO_FILTER(capped, 4096); in TEST()
1008 ERRNO_FILTER(first, 11); in TEST()
1009 ERRNO_FILTER(second, 13); in TEST()
1010 ERRNO_FILTER(third, 12); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c944 #define ERRNO_FILTER(name, errno) \ macro
960 ERRNO_FILTER(valid, E2BIG); in TEST()
978 ERRNO_FILTER(zero, 0); in TEST()
1000 ERRNO_FILTER(capped, 4096); in TEST()
1023 ERRNO_FILTER(first, 11); in TEST()
1024 ERRNO_FILTER(second, 13); in TEST()
1025 ERRNO_FILTER(third, 12); in TEST()
4330 ERRNO_FILTER(block_read, E2BIG); in FIXTURE_SETUP()

Completed in 11 milliseconds