Searched defs:cloudabi_sys_file_readdir_args (Results 1 – 1 of 1) sorted by relevance
139 struct cloudabi_sys_file_readdir_args { struct140 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)];141 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];142 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];143 …_(cloudabi_dircookie_t)]; cloudabi_dircookie_t cookie; char cookie_r_[PADR_(cloudabi_dircookie_t)];