Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c616 struct ftruncate_args { struct
623 sys_ftruncate(struct thread *td, struct ftruncate_args *uap) in sys_ftruncate() argument
/f-stack/freebsd/sys/
H A Dsysproto.h1375 struct ftruncate_args { struct
1376 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1377 char length_l_[PADL_(off_t)]; off_t length; char length_r_[PADR_(off_t)];