Searched refs:FILTER_ALLOC (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c554 #define FILTER_ALLOC(_x) \ macro
559 FILTER_ALLOC(allow);
560 FILTER_ALLOC(trace);
561 FILTER_ALLOC(error);
562 FILTER_ALLOC(trap);
563 FILTER_ALLOC(kill);
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c779 #define FILTER_ALLOC(_x) \ macro
784 FILTER_ALLOC(allow);
785 FILTER_ALLOC(trace);
786 FILTER_ALLOC(error);
787 FILTER_ALLOC(trap);
788 FILTER_ALLOC(kill);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c779 #define FILTER_ALLOC(_x) \ macro
784 FILTER_ALLOC(allow);
785 FILTER_ALLOC(trace);
786 FILTER_ALLOC(error);
787 FILTER_ALLOC(trap);
788 FILTER_ALLOC(kill);

Completed in 297 milliseconds