Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c634 struct oftruncate_args { struct
640 oftruncate(struct thread *td, struct oftruncate_args *uap) in oftruncate() argument
/freebsd/sys/sys/
H A Dsysproto.h2405 struct oftruncate_args { struct
2406 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
2407 char length_l_[PADL_(long)]; long length; char length_r_[PADR_(long)];