Searched defs:cloudabi_sys_file_readdir_args (Results 1 – 2 of 2) 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 buf_len_l_[PADL_(size_t)]; size_t buf_len; char buf_len_r_[PADR_(size_t)];143 …_(cloudabi_dircookie_t)]; cloudabi_dircookie_t cookie; char cookie_r_[PADR_(cloudabi_dircookie_t)];