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

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 108 extern sy_call_t sys_posix_fallocate;
213 { 479, sys_posix_fallocate },
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 2551 return sys_posix_fallocate(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 2351 .sy_call = (sy_call_t *)sys_posix_fallocate
vfs_syscalls.c 4957 sys_posix_fallocate(struct lwp *l, const struct sys_posix_fallocate_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 3190 check_syscall_args(sys_posix_fallocate)
4304 int sys_posix_fallocate(struct lwp *, const struct sys_posix_fallocate_args *, register_t *);

Completed in 37 milliseconds