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

  /src/lib/libc/sys/
posix_fallocate.c 1 /* $NetBSD: posix_fallocate.c,v 1.2 2016/06/30 15:29:20 dholland Exp $ */
36 __RCSID("$NetBSD: posix_fallocate.c,v 1.2 2016/06/30 15:29:20 dholland Exp $");
49 posix_fallocate(int fd, off_t off, off_t len) function in typeref:typename:int
  /src/tests/lib/libc/sys/
t_posix_fallocate.c 46 rc = posix_fallocate(-1, 0, 4096);
  /src/sys/sys/
fcntl.h 352 int posix_fallocate(int, off_t, off_t);
  /src/lib/libc/include/
namespace.h 574 #define posix_fallocate _posix_fallocate macro
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6399 __weak_alias(posix_fallocate,rump___sysimpl_posix_fallocate);
8574 }, /* 479 = posix_fallocate */

Completed in 48 milliseconds