Searched defs:cloudabi_sys_file_open_args (Results 1 – 2 of 2) sorted by relevance
132 struct cloudabi_sys_file_open_args { struct133 …rfd_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t dirfd; char dirfd_r_[PADR_(cloudabi_lookup_t)];134 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];135 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)];136 …s_l_[PADL_(cloudabi_oflags_t)]; cloudabi_oflags_t oflags; char oflags_r_[PADR_(cloudabi_oflags_t)];137 …loudabi_fdstat_t *)]; const cloudabi_fdstat_t * fds; char fds_r_[PADR_(const cloudabi_fdstat_t *)];