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

  /bionic/libc/kernel/common/linux/
seccomp.h 32 #define SECCOMP_RET_ALLOW 0x7fff0000U
  /external/kernel-headers/original/linux/
seccomp.h 25 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 14 err_ = SECCOMP_RET_ALLOW;
errorcode_unittest.cc 17 SANDBOX_ASSERT(e1.err() == SECCOMP_RET_ALLOW);
linux_seccomp.h 84 #define SECCOMP_RET_ALLOW 0x7fff0000U // Allow
verifier.cc 428 case SECCOMP_RET_ALLOW:
codegen.cc 107 } else if (iter->k == SECCOMP_RET_ALLOW) {

Completed in 1004 milliseconds