Searched defs:read_args (Results 1 – 2 of 2) sorted by relevance
182 struct read_args { struct189 sys_read(struct thread *td, struct read_args *uap) in sys_read() argument
42 struct read_args { struct43 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];44 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];45 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];