Searched refs:SYS_pipe (Results 1 – 7 of 7) sorted by relevance
35 li %r0,SYS_pipe
49 mov SYS_pipe, %g1
46 mov $SYS_pipe,%rax
48 li v0, SYS_pipe # pipe(fildes) int fildes[2];
51 #define SYS_pipe 42 macro
868 #if defined (SYS_pipe) in init_syscall_table()869 syscall_table[SYS_pipe] = "pipe"; in init_syscall_table()