Searched refs:mode_t (Results 1 - 8 of 8) sorted by relevance

/gem5/src/kern/solaris/
H A Dsolaris.hh57 typedef uint32_t mode_t; typedef in class:Solaris
/gem5/src/sim/
H A Dfd_array.hh121 int openFile(std::string const& file_name, int flags, mode_t mode) const;
H A Dfd_array.cc298 FDArray::openFile(std::string const& filename, int flags, mode_t mode) const
H A Dsyscall_emul.cc561 mode_t mode = p->getSyscallArg(tc, index);
682 mode_t oldMask = umask(0);
1160 mode_t mode = p->getSyscallArg(tc, index);
1182 mode_t mode = p->getSyscallArg(tc, index);
H A Dsyscall_emul.hh1042 mode_t hostMode = 0;
1149 mode_t hostMode = mode;
/gem5/src/arch/riscv/linux/
H A Dlinux.hh123 typedef uint32_t mode_t; typedef in class:RiscvLinux64
139 mode_t st_mode;
/gem5/ext/libelf/
H A Dlibelf.h136 mode_t ar_mode;
H A Dlibelf_ar.c254 eh->ar_mode = (mode_t) n;

Completed in 32 milliseconds