Searched defs:lseek_args (Results 1 – 2 of 2) sorted by relevance
2116 struct lseek_args { struct2124 sys_lseek(struct thread *td, struct lseek_args *uap) in sys_lseek() argument
1345 struct lseek_args { struct1346 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1347 char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];1348 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];