Home
last modified time | relevance | path

Searched defs:ftruncate_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsys_generic.c618 struct ftruncate_args { struct
625 sys_ftruncate(struct thread *td, struct ftruncate_args *uap) in sys_ftruncate() argument
/freebsd/sys/sys/
H A Dsysproto.h1362 struct ftruncate_args { struct
1363 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1364 char length_l_[PADL_(off_t)]; off_t length; char length_r_[PADR_(off_t)];