Searched refs:SYS_pipe (Results 1 – 11 of 11) sorted by relevance
25 #ifdef SYS_pipe26 int pipe_syscall = SYS_pipe;
708 set SYS_pipe -1713 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)\\).*" {
55 mov SYS_pipe, %g1
140 #define SYS_pipe 42 macro
314 syscall_table[SYS_pipe] = "pipe"; in init_syscall_table()
150 SYS_pipe enumerator
1039 SYS_pipe and SYS_stat.
6691 error = rsys_syscall(SYS_pipe, NULL, 0, retval); in rump_sys_pipe()
20679 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4500 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe|$SYS_pipe)\\).*" {4502 but the pattern for the pipe2 syscall mistakenly uses SYS_pipe instead of4505 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe2|$SYS_pipe)\\).*" {