Home
last modified time | relevance | path

Searched refs:SYS_pipe (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcatch-syscall.c25 #ifdef SYS_pipe
26 int pipe_syscall = SYS_pipe;
Dcatch-syscall.exp708 set SYS_pipe -1
713 set SYS_pipe $expect_out(1,string)
743 gdb_test "catch syscall $SYS_pipe"
750 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe|$SYS_pipe)\\).*" {
/netbsd/src/lib/libc/arch/sparc64/sys/
Dpipe.S55 mov SYS_pipe, %g1
/netbsd/src/lib/libc/arch/sparc/sys/
Dpipe.S55 mov SYS_pipe, %g1
/netbsd/src/sys/sys/
Dsyscall.h140 #define SYS_pipe 42 macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dproc-events.c314 syscall_table[SYS_pipe] = "pipe"; in init_syscall_table()
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dm32r-stub.c150 SYS_pipe enumerator
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
DChangeLog-20211039 SYS_pipe and SYS_stat.
/netbsd/src/sys/rump/librump/rumpkern/
Drump_syscalls.c6691 error = rsys_syscall(SYS_pipe, NULL, 0, retval); in rump_sys_pipe()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-202120679 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git4500 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe|$SYS_pipe)\\).*" {
4502 but the pattern for the pipe2 syscall mistakenly uses SYS_pipe instead of
4505 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe2|$SYS_pipe)\\).*" {