Home
last modified time | relevance | path

Searched refs:sys_truncate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dinit_sysent.c548 { .sy_narg = AS(truncate_args), .sy_call = (sy_call_t *)sys_truncate, .sy_auevent = AUE_TRUNCATE, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 479 = truncate */
H A Dvfs_syscalls.c3564 sys_truncate(struct thread *td, struct truncate_args *uap) in sys_truncate() function
/freebsd/sys/sys/
H A Dsysproto.h2199 int sys_truncate(struct thread *, struct truncate_args *);