HomeSort by: relevance | last modified time | path
    Searched refs:SYS_pipe2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-syscall.c 28 #ifdef SYS_pipe2
29 int pipe2_syscall = SYS_pipe2;
catch-syscall.exp 700 set test "check SYS_pipe2"
702 set SYS_pipe2 -1
707 set SYS_pipe2 $expect_out(1,string)
726 gdb_test "catch syscall $SYS_pipe2"
735 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe2|$SYS_pipe2)\\).*" {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-syscall.c 28 #ifdef SYS_pipe2
29 int pipe2_syscall = SYS_pipe2;
catch-syscall.exp 699 set test "check SYS_pipe2"
701 set SYS_pipe2 -1
706 set SYS_pipe2 $expect_out(1,string)
725 gdb_test "catch syscall $SYS_pipe2"
734 -re -wrap "Catchpoint $decimal \\(call to syscall (pipe2|$SYS_pipe2)\\).*" {
  /src/sys/sys/
syscall.h 1267 #define SYS_pipe2 453
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 5690 error = rsys_syscall(SYS_pipe2, &callarg, sizeof(callarg), retval);

Completed in 21 milliseconds