Searched defs:lseek_args (Results 1 – 2 of 2) sorted by relevance
1948 struct lseek_args { struct1956 sys_lseek(struct thread *td, struct lseek_args *uap) in sys_lseek() argument
1366 struct lseek_args { struct1367 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1368 char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];1369 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];