OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seccomp_ret_action
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
seccomp_ret_action.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
seccomp_ret_action
.in; do not edit. */
5
# error static const struct xlat
seccomp_ret_action
in mpers mode
10
const struct xlat
seccomp_ret_action
[] = {
variable in typeref:struct:xlat
/external/strace/
seccomp.c
47
# ifndef
SECCOMP_RET_ACTION
48
# define
SECCOMP_RET_ACTION
0x7fff0000U
50
# include "xlat/
seccomp_ret_action
.h"
119
unsigned int action =
SECCOMP_RET_ACTION
& filter->k;
122
printxval(
seccomp_ret_action
, action, "SECCOMP_RET_???");
Completed in 528 milliseconds