Searched refs:iov (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
D | seccomp_bpf_tests.c | 1074 struct iovec iov; in get_syscall() local 1077 iov.iov_base = ®s; in get_syscall() 1078 iov.iov_len = sizeof(regs); in get_syscall() 1079 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1090 struct iovec iov; in change_syscall() local 1094 iov.iov_base = ®s; in change_syscall() 1095 iov.iov_len = sizeof(regs); in change_syscall() 1096 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall() 1123 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|