Searched defs:SECCOMP_GET_ACTION_AVAIL (Results 1 - 6 of 6) sorted by relevance

/external/strace/xlat/
H A Dseccomp_ops.h8 #if !(defined(SECCOMP_GET_ACTION_AVAIL) || (defined(HAVE_DECL_SECCOMP_GET_ACTION_AVAIL) && HAVE_DECL_SECCOMP_GET_ACTION_AVAIL))
9 # define SECCOMP_GET_ACTION_AVAIL 2 macro
22 XLAT(SECCOMP_GET_ACTION_AVAIL),
/external/strace/tests/
H A Dseccomp_get_action_avail.c2 * Check decoding of seccomp SECCOMP_GET_ACTION_AVAIL.
43 # ifndef SECCOMP_GET_ACTION_AVAIL
44 # define SECCOMP_GET_ACTION_AVAIL 2 macro
63 | SECCOMP_GET_ACTION_AVAIL;
96 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, [%s]) = %s\n",
103 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %p) = %s\n",
108 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %#jx) = %s\n",
114 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, %u, NULL) = %s\n",
/external/strace/tests-m32/
H A Dseccomp_get_action_avail.c2 * Check decoding of seccomp SECCOMP_GET_ACTION_AVAIL.
43 # ifndef SECCOMP_GET_ACTION_AVAIL
44 # define SECCOMP_GET_ACTION_AVAIL 2 macro
63 | SECCOMP_GET_ACTION_AVAIL;
96 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, [%s]) = %s\n",
103 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %p) = %s\n",
108 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %#jx) = %s\n",
114 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, %u, NULL) = %s\n",
/external/strace/tests-mx32/
H A Dseccomp_get_action_avail.c2 * Check decoding of seccomp SECCOMP_GET_ACTION_AVAIL.
43 # ifndef SECCOMP_GET_ACTION_AVAIL
44 # define SECCOMP_GET_ACTION_AVAIL 2 macro
63 | SECCOMP_GET_ACTION_AVAIL;
96 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, [%s]) = %s\n",
103 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %p) = %s\n",
108 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, 0, %#jx) = %s\n",
114 printf("seccomp(SECCOMP_GET_ACTION_AVAIL, %u, NULL) = %s\n",
/external/kernel-headers/original/uapi/linux/
H A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c134 #ifndef SECCOMP_GET_ACTION_AVAIL
135 #define SECCOMP_GET_ACTION_AVAIL 2 macro
2847 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]);
2852 TH_LOG("Kernel does not support SECCOMP_GET_ACTION_AVAIL operation!");
2857 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]);
2865 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &unknown_action);

Completed in 771 milliseconds