| /external/sandboxed-api/sandboxed_api/sandbox2/ |
| D | notify.h | 53 virtual void EventSyscallViolation(const Syscall& syscall, in EventSyscallViolation() 60 virtual bool EventSyscallTrap(const Syscall& syscall) { return false; } in EventSyscallTrap() 76 virtual TraceAction EventSyscallTrace(const Syscall& syscall) { in EventSyscallTrace() 88 virtual void EventSyscallReturn(const Syscall& syscall, in EventSyscallReturn()
|
| D | syscall_test.cc | 35 Syscall syscall(Syscall::GetHostArch(), __NR_read, args); in TEST() local 58 Syscall syscall; in TEST() local
|
| D | regs.cc | 132 auto syscall = user_regs_.orig_rax; in ToSyscall() local 140 auto syscall = user_regs_.orig_rax & 0xFFFFFFFF; in ToSyscall() local
|
| D | syscall_defs.cc | 79 data_, syscall, [](const SyscallTable::Entry& entry, int syscall) { in GetEntry() 104 int syscall, const uint64_t values[], pid_t pid) const { in GetArgumentsDescription()
|
| D | regs_test.cc | 86 Syscall syscall = regs.ToSyscall(sapi::host_cpu::Architecture()); in TEST() local
|
| D | monitor_ptrace.cc | 652 void PtraceMonitor::ActionProcessSyscall(Regs* regs, const Syscall& syscall) { in ActionProcessSyscall() 695 Regs* regs, const Syscall& syscall, ViolationType violation_type) { in ActionProcessSyscallViolation() 738 Syscall syscall = regs.ToSyscall(syscall_arch); in EventPtraceSeccomp() local
|
| D | notify_test.cc | 60 bool EventSyscallTrap(const Syscall& syscall) override { in EventSyscallTrap()
|
| /external/ltp/android/tools/ |
| D | cki_coverage.py | 203 def ltp_test_special_cases(self, syscall, test): argument 332 def syscall_arch_string(self, syscall, arch): argument 420 def add_syscall(self, cki, syscall, arch): argument 431 def delete_syscall(self, cki, syscall): argument
|
| /external/ltp/metadata/tests/ |
| D | macro_str.c.json | 2 "syscall": "syscall(\"foo\")", string
|
| /external/crosvm/jail/seccomp/ |
| D | detect_duplication.py | 26 syscall = l.split()[0] variable
|
| /external/rust/crates/mio/src/sys/unix/ |
| D | mod.rs | 5 macro_rules! syscall { macro
|
| /external/rust/crates/p9/src/ |
| D | lib.rs | 20 macro_rules! syscall { macro
|
| /external/rust/crates/rustix/src/backend/linux_raw/arch/ |
| D | mod.rs | 71 macro_rules! syscall { macro
|
| /external/rust/crates/vmm-sys-util/src/ |
| D | lib.rs | 24 pub mod syscall; module
|
| /external/rust/crates/rustix/src/ |
| D | weak.rs | 149 macro_rules! syscall { macro 165 macro_rules! syscall { macro
|
| /external/trusty/musl/src/misc/ |
| D | syscall.c | 8 long syscall(long n, ...) in syscall() function
|
| /external/musl/src/misc/ |
| D | syscall.c | 8 long syscall(long n, ...) in syscall() function
|
| /external/crosvm/base/src/sys/unix/ |
| D | mod.rs | 34 macro_rules! syscall { macro
|
| /external/bcc/tools/ |
| D | statsnoop.py | 128 def try_attach_syscall_probes(syscall): argument
|
| D | syscount.py | 84 syscall = bytes(args.syscall, 'utf-8') variable
|
| /external/llvm-libc/include/llvm-libc-macros/linux/ |
| D | unistd-macros.h | 28 #define syscall(...) __syscall_helper(__VA_ARGS__, 0, 1, 2, 3, 4, 5, 6) macro
|
| /external/ltp/testcases/kernel/syscalls/set_thread_area/ |
| D | set_thread_area01.c | 39 int syscall; member
|
| /external/minijail/tools/ |
| D | generate_seccomp_policy.py | 147 def get_seccomp_bpf_filter(syscall, entry): argument
|
| /external/bcc/src/python/bcc/ |
| D | perf.py | 151 syscall = libc.syscall # not declaring vararg types variable in Perf
|
| /external/grpc-grpc/test/core/iomgr/ |
| D | error_test.cc | 176 const char* syscall = "syscall name"; in TEST() local
|