Home
last modified time | relevance | path

Searched refs:mode_t (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/qemu/hw/9pfs/
H A Dcoth.h72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
84 gid_t, dev_t, mode_t, struct stat *);
86 mode_t, uid_t, gid_t, struct stat *);
114 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t,
H A D9p-local.h17 mode_t mode);
H A D9p-util-darwin.c77 static int create_socket_file_at_cwd(const char *filename, mode_t mode) { in create_socket_file_at_cwd()
113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
H A D9p-util-linux.c67 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
H A D9p-local.c61 mode_t mode) in local_open_nofollow()
205 mode_t tmp_mode; in local_lstat()
217 sizeof(mode_t)) > 0) { in local_lstat()
318 if (credp->fc_mode != (mode_t)-1) { in local_set_mapped_file_attrat()
342 static int fchmodat_nofollow(int dirfd, const char *name, mode_t mode) in fchmodat_nofollow()
424 if (credp->fc_mode != (mode_t)-1) { in local_set_xattrat()
427 sizeof(mode_t), 0); in local_set_xattrat()
791 mode_t tmp_mode; in local_fstat()
803 &tmp_mode, sizeof(mode_t)) > 0) { in local_fstat()
1405 mode_t st_mode, uint64_t *st_gen) in local_ioc_getversion()
H A Dcofs.c98 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod()
226 dev_t dev, mode_t mode, struct stat *stbuf) in v9fs_co_mknod()
H A Dcofile.c26 int coroutine_fn v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t st_mode, in v9fs_co_st_gen()
H A Dcodir.c277 V9fsString *name, mode_t mode, uid_t uid, in v9fs_co_mkdir()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c30 #undef mode_t
31 #define mode_t unsigned short macro
34 static const mode_t mode_flags[] = {
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h148 int yaffs_chmod(const YCHAR *path, mode_t mode);
149 int yaffs_fchmod(int fd, mode_t mode);
151 int yaffs_mkdir(const YCHAR *path, mode_t mode) ;
174 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev);
/openbmc/qemu/qga/
H A Dcutils.h4 int qga_open_cloexec(const char *name, int flags, mode_t mode);
H A Dcutils.c20 int qga_open_cloexec(const char *name, int flags, mode_t mode) in qga_open_cloexec()
/openbmc/u-boot/include/linux/
H A Dstat.h50 mode_t st_mode; /* ownership/protection */
104 mode_t st_mode;
H A Dtypes.h13 typedef __kernel_mode_t mode_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0004-Fix-invalid-memory-de-reference-issue.patch24 || S_ISDIR((mode_t)oct_to_int((t)->th_buf.mode)) \
29 || S_ISFIFO((mode_t)oct_to_int((t)->th_buf.mode)))
/openbmc/qemu/include/io/
H A Dchannel-file.h107 mode_t mode,
/openbmc/qemu/util/
H A Dosdep.c294 static int qemu_open_cloexec(const char *name, int flags, mode_t mode) in qemu_open_cloexec()
312 qemu_open_internal(const char *name, int flags, mode_t mode, Error **errp) in qemu_open_internal()
368 int qemu_create(const char *name, int flags, mode_t mode, Error **errp) in qemu_create()
379 mode_t mode = 0; in qemu_open_old()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D05_gcc.diff29 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-mkfifo-Implement-mkfifo.patch22 +int mkfifo (const char *__p, mode_t __m)
/openbmc/qemu/bsd-user/freebsd/
H A Dos-misc.h31 int __sys_shm_open2(const char *path, int flags, mode_t mode, int shmflags,
H A Dos-syscall.c47 safe_syscall3(int, open, const char *, path, int, flags, mode_t, mode);
48 safe_syscall4(int, openat, int, fd, const char *, path, int, flags, mode_t,
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/
H A D0001-Replace-stat64-with-stat.patch30 return ((st.st_mode & S_IFMT) == (mode_t)fdtype);
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-file.c46 mode_t mask; in test_io_channel_file_helper()
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.h72 int sigwrap_open_mode(const char *pathname, int flags, mode_t mode);
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.h72 int sigwrap_open_mode(const char *pathname, int flags, mode_t mode);

12