HomeSort by relevance Sort by last modified time
    Searched refs:ForwardSyscall (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 119 // the system call that triggered the trap. The ForwardSyscall() method
124 // details. In other words, the return value from ForwardSyscall() is
126 static intptr_t ForwardSyscall(const struct arch_seccomp_data& args);
sandbox_bpf.cc     [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 517 return SandboxBPF::ForwardSyscall(args);
585 return SandboxBPF::ForwardSyscall(args);
612 BPF_TEST_C(SandboxBPF, ForwardSyscall, PrctlPolicy) {
640 return SandboxBPF::ForwardSyscall(args);
725 // should happen automatically if using ForwardSyscall(). If the TrapFnc()
728 // This test verifies that ForwardSyscall() does the correct thing.
743 BPF_ASSERT(SandboxBPF::ForwardSyscall(args) == -EBADF);
    [all...]

Completed in 3118 milliseconds