Searched refs:fmode (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/meta/files/ |
| H A D | fs-perms-volatile-log.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 18 # <fmode>: if walking, new mode for files
|
| H A D | fs-perms-volatile-tmp.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 18 # <fmode>: if walking, new mode for files
|
| H A D | fs-perms.txt | 7 #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> 18 # <fmode>: if walking, new mode for files
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | stm32_qspi.c | 223 static unsigned int _stm32_qspi_gen_ccr(struct stm32_qspi_priv *priv, u8 fmode) in _stm32_qspi_gen_ccr() argument 235 if (fmode == STM32_QSPI_CCR_IND_WRITE) { in _stm32_qspi_gen_ccr() 240 } else if ((fmode == STM32_QSPI_CCR_MEM_MAP) || in _stm32_qspi_gen_ccr() 241 (fmode == STM32_QSPI_CCR_IND_READ)) { in _stm32_qspi_gen_ccr() 262 ccr_reg |= (fmode << STM32_QSPI_CCR_FMODE_SHIFT); in _stm32_qspi_gen_ccr()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 357 def _setdir(self, path, mode, uid, gid, walk, fmode, fuid, fgid): argument 364 self.fmode = self._procmode(fmode) 403 fmode = "-" 404 if self.fmode: 405 fmode = "0%o" % self.fmode 410 … return "%s %s %s %s %s %s %s %s" % (self.path, mode, uid, gid, self.walk, fmode, fuid, fgid) 549 …fix_perms(each_file, fs_perms_table[dir].fmode, fs_perms_table[dir].fuid, fs_perms_table[dir].fgid…
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 683 err = qemu_mknodat(dirfd, name, fs_ctx->fmode | S_IFREG, 0); in local_mknod() 843 fd = openat_file(dirfd, name, flags, fs_ctx->fmode); in local_open2() 906 fs_ctx->fmode); in local_symlink() 1571 fse->fmode = in local_parse_opts()
|