Searched defs:cloudabi_sys_file_open_args (Results 1 – 1 of 1) sorted by relevance
132 struct cloudabi_sys_file_open_args { struct133 char fd_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t fd; char fd_r_[PADR_(cloudabi_lookup_t)];134 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];135 char pathlen_l_[PADL_(size_t)]; size_t pathlen; char pathlen_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 *)];