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