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

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 21 extern sy_call_t sys_pipe;
91 { 42, sys_pipe },
  /src/sys/compat/sunos/
sunos_syscallargs.h 522 int sys_pipe(struct lwp *, const void *, register_t *);
sunos_sysent.c 200 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 531 int sys_pipe(struct lwp *, const void *, register_t *);
sunos32_sysent.c 186 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 497 int sys_pipe(struct lwp *, const void *, register_t *);
ultrix_sysent.c 191 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/kern/
sys_descrip.c 717 sys_pipe(struct lwp *l, const void *v, register_t *retval) function
init_sysent.c 336 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 765 int sys_pipe(struct lwp *, const void *, register_t *);
aoutm68k_sysent.c 254 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 689 int sys_pipe(struct lwp *, const void *, register_t *);
freebsd_sysent.c 222 .sy_call = (sy_call_t *)sys_pipe
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 310 .sy_call = (sy_call_t *)sys_pipe
netbsd32_syscallargs.h 2931 int sys_pipe(struct lwp *, const void *, register_t *);
  /src/sys/sys/
syscallargs.h 3509 int sys_pipe(struct lwp *, const void *, register_t *);

Completed in 57 milliseconds