Searched defs:olseek_args (Results 1 – 2 of 2) sorted by relevance
2151 struct olseek_args { struct2158 olseek(struct thread *td, struct olseek_args *uap) in olseek() argument
2323 struct olseek_args { struct2324 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];2325 char offset_l_[PADL_(long)]; long offset; char offset_r_[PADR_(long)];2326 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];