Searched defs:lseek_args (Results 1 – 2 of 2) sorted by relevance
2111 struct lseek_args { struct2119 sys_lseek(struct thread *td, struct lseek_args *uap) in sys_lseek() argument
1353 struct lseek_args { struct1354 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1355 char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];1356 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];