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.c635 struct oftruncate_args { struct
641 oftruncate(struct thread *td, struct oftruncate_args *uap) in oftruncate() argument
/freebsd/sys/sys/
H A Dsysproto.h2411 struct oftruncate_args { struct
2412 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
2413 char length_l_[PADL_(long)]; long length; char length_r_[PADR_(long)];