Searched defs:read_args (Results 1 – 3 of 3) sorted by relevance
27 struct read_args { struct28 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];29 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];30 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
185 struct read_args { struct192 sys_read(struct thread *td, struct read_args *uap) in sys_read() argument
46 struct read_args { struct47 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];48 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];49 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];