OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_GET_ACTION_AVAIL
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
seccomp_ops.h
20
#if defined(
SECCOMP_GET_ACTION_AVAIL
) || (defined(HAVE_DECL_SECCOMP_GET_ACTION_AVAIL) && HAVE_DECL_SECCOMP_GET_ACTION_AVAIL)
22
static_assert((
SECCOMP_GET_ACTION_AVAIL
) == (2), "
SECCOMP_GET_ACTION_AVAIL
!= 2");
25
# define
SECCOMP_GET_ACTION_AVAIL
2
40
XLAT(
SECCOMP_GET_ACTION_AVAIL
),
/external/strace/tests/
seccomp_get_action_avail.c
2
* Check decoding of seccomp
SECCOMP_GET_ACTION_AVAIL
.
43
# ifndef
SECCOMP_GET_ACTION_AVAIL
44
# define
SECCOMP_GET_ACTION_AVAIL
2
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/
seccomp_get_action_avail.c
2
* Check decoding of seccomp
SECCOMP_GET_ACTION_AVAIL
.
43
# ifndef
SECCOMP_GET_ACTION_AVAIL
44
# define
SECCOMP_GET_ACTION_AVAIL
2
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/
seccomp_get_action_avail.c
2
* Check decoding of seccomp
SECCOMP_GET_ACTION_AVAIL
.
43
# ifndef
SECCOMP_GET_ACTION_AVAIL
44
# define
SECCOMP_GET_ACTION_AVAIL
2
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/
seccomp.c
46
case
SECCOMP_GET_ACTION_AVAIL
:
/bionic/libc/kernel/uapi/linux/
seccomp.h
28
#define
SECCOMP_GET_ACTION_AVAIL
2
/external/kernel-headers/original/uapi/linux/
seccomp.h
17
#define
SECCOMP_GET_ACTION_AVAIL
2
/external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c
134
#ifndef
SECCOMP_GET_ACTION_AVAIL
135
#define
SECCOMP_GET_ACTION_AVAIL
2
[
all
...]
Completed in 432 milliseconds