sys_posix_fallocate
return sys_posix_fallocate(l, &ua, retval);
.sy_call = (sy_call_t *)sys_posix_fallocate
extern sy_call_t sys_posix_fallocate;
{ 479, sys_posix_fallocate },
check_syscall_args(sys_posix_fallocate)
int sys_posix_fallocate(struct lwp *, const struct sys_posix_fallocate_args *, register_t *);