Searched defs:olseek_args (Results 1 – 2 of 2) sorted by relevance
1983 struct olseek_args { struct1990 olseek(struct thread *td, struct olseek_args *uap) in olseek() argument
2251 struct olseek_args { struct2252 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];2253 char offset_l_[PADL_(long)]; long offset; char offset_r_[PADR_(long)];2254 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];