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

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 19 extern sy_call_t sys_unmount;
124 { 22, sys_unmount },
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 719 int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
aoutm68k_sysent.c 156 .sy_call = (sy_call_t *)sys_unmount
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 649 int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
freebsd_sysent.c 136 .sy_call = (sy_call_t *)sys_unmount
  /src/sys/compat/sunos/
sunos_misc.c 201 return (sys_unmount(l, &ouap, retval));
  /src/sys/compat/sunos32/
sunos32_misc.c 386 return (sys_unmount(l, &ua, retval));
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 364 return sys_unmount(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 250 .sy_call = (sy_call_t *)sys_unmount
vfs_syscalls.c 670 sys_unmount(struct lwp *l, const struct sys_unmount_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 184 check_syscall_args(sys_unmount)
3469 int sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);

Completed in 24 milliseconds