OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_IO
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_bytetransfer_wait.h
354
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, 0) != -1);
620
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, sizeof(io))
638
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, sizeof(io))
651
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, sizeof(io))
791
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, sizeof(io)) == -1);
806
SYSCALL_REQUIRE(ptrace(
PT_IO
, child, &io, sizeof(io)) == -1);
t_ptrace_lwp_wait.h
224
rv = ptrace(
PT_IO
, child, &io, sizeof(io));
/src/sys/sys/
ptrace.h
49
#define
PT_IO
11 /* do I/O to/from the stopped process */
87
/* 11 */ "
PT_IO
", \
135
* Argument structure for
PT_IO
.
/src/sys/kern/
sys_ptrace_common.c
236
case
PT_IO
:
410
case
PT_IO
:
1186
case
PT_IO
:
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
421
int ptrace_pt_io =
PT_IO
;
Completed in 20 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025