OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForwardSyscall
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h
138
// the system call that triggered the trap. The
ForwardSyscall
() method
143
// details. In other words, the return value from
ForwardSyscall
() is
145
static intptr_t
ForwardSyscall
(const struct arch_seccomp_data& args);
sandbox_bpf_unittest.cc
446
return SandboxBPF::
ForwardSyscall
(args);
518
return SandboxBPF::
ForwardSyscall
(args);
537
BPF_TEST(SandboxBPF,
ForwardSyscall
, PrctlPolicy) {
565
return SandboxBPF::
ForwardSyscall
(args);
651
// should happen automatically if using
ForwardSyscall
(). If the TrapFnc()
654
// This test verifies that
ForwardSyscall
() does the correct thing.
669
BPF_ASSERT(SandboxBPF::
ForwardSyscall
(args) == -EBADF);
[
all
...]
sandbox_bpf.cc
[
all
...]
Completed in 3402 milliseconds