Searched refs:seccomp_data (Results 1 – 10 of 10) sorted by relevance
/external/minijail/ |
D | bpf.h | 50 struct seccomp_data { struct 57 #define syscall_nr (offsetof(struct seccomp_data, nr)) argument 58 #define arch_nr (offsetof(struct seccomp_data, arch)) 73 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) 89 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) 90 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 87 offsetof(struct seccomp_data, args[(_arg_nr)])), \ 92 offsetof(struct seccomp_data, nr)) 98 offsetof(struct seccomp_data, arch)), 103 offsetof(struct seccomp_data, nr)),
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 76 struct seccomp_data { struct 84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument 264 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 288 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 318 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 367 offsetof(struct seccomp_data, nr)), in TEST() 391 offsetof(struct seccomp_data, nr)), in TEST() 419 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 527 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 534 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() [all …]
|
D | resumption.c | 93 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 105 offsetof(struct seccomp_data, instruction_pointer)), in FIXTURE_SETUP() 109 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)), in FIXTURE_SETUP()
|
D | sigsegv.c | 69 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
|
/external/strace/tests/ |
D | seccomp.c | 79 BPF_STMT(BPF_LD | BPF_W | BPF_ABS, offsetof(struct seccomp_data, nr)), 109 (unsigned) offsetof(struct seccomp_data, nr)); in main()
|
/external/tlsdate/src/ |
D | seccomp.c | 79 offsetof (struct seccomp_data, arch)), in enable_setter_seccomp() 84 offsetof (struct seccomp_data, nr)), in enable_setter_seccomp()
|
D | seccomp-compat.h | 23 struct seccomp_data struct
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 47 struct seccomp_data { struct
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | read_binary_name_regtest.c | 21 #define syscall_nr (offsetof(struct seccomp_data, nr))
|