Home
last modified time | relevance | path

Searched defs:oflags (Results 1 – 20 of 20) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_open.c48 static int oflag_convert_mode(int oflags) in oflag_convert_mode()
145 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open()
318 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open()
350 int open(const char *path, int oflags, ...) in open()
Dfs_fcntl.c121 int oflags = va_arg(ap, int); in file_vfcntl() local
160 int oflags = va_arg(ap, int); in file_vfcntl() local
/third_party/ltp/include/
Dtst_safe_posix_ipc.h12 #define SAFE_MQ_OPEN(pathname, oflags, ...) \ argument
16 const char *pathname, int oflags, ...) in safe_mq_open()
Dtst_safe_file_at.h12 #define SAFE_OPENAT(dirfd, path, oflags, ...) \ argument
Dtst_safe_macros.h84 #define SAFE_OPEN(pathname, oflags, ...) \ argument
/third_party/NuttX/fs/dirent/
Dfs_opendir.c154 int do_opendir(const char *path, int oflags) in do_opendir()
/third_party/NuttX/fs/driver/
Dfs_blockproxy.c152 int block_proxy(const char *blkdev, int oflags) in block_proxy()
/third_party/rust/crates/rustix/src/io/
Dprocfs.rs200 let oflags = OFlags::NOFOLLOW | OFlags::DIRECTORY | OFlags::CLOEXEC | OFlags::NOCTTY; in proc_opendirat() localVariable
412 let oflags = OFlags::RDONLY | OFlags::CLOEXEC | OFlags::NOFOLLOW | OFlags::NOCTTY; in open_and_check_file() localVariable
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c1184 char *format_oflags(int oflags) in format_oflags()
1406 int fd, offset, nbytes, oflags, rval; in do_read() local
1601 int fd, nbytes, oflags, signo; in do_write() local
2082 int fd, oflags, signo, nb, i; in do_listio() local
3058 int fd, offset, nbytes, nstrides, nents, oflags; in do_rw() local
3498 int fd, oflags, offset, nbytes; in do_fcntl() local
3602 int fd, oflags; in do_sync() local
4258 int alloc_fd(char *file, int oflags) in alloc_fd()
4270 struct fd_cache *alloc_fdcache(char *file, int oflags) in alloc_fdcache()
Dwrite_log.c116 int omask, oflags; in wlog_open() local
/third_party/ltp/lib/
Dtst_safe_file_at.c36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat()
Dsafe_macros.c237 const char *pathname, int oflags, ...) in safe_open()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c50 int oflags; member
/third_party/toybox/toys/pending/
Dstty.c100 static const struct flag oflags[] = { variable
/third_party/NuttX/fs/inode/
Dfs_files.c422 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate()
/third_party/mksh/
Dshf.c51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs185 let oflags = oflags.bits(); in openat_via_syscall() localVariable
1271 let oflags: i32 = oflags.bits(); in openat2() localVariable
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c349 int oflags = O_NONBLOCK; in scsi_pt_open_device() local
/third_party/ltp/include/old/
Dsafe_macros.h62 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \ argument
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1491 int oflags = O_RDWR | O_NONBLOCK; in show_scsi_logs() local
2738 int oflags = O_RDONLY | O_NONBLOCK; in do_scsi_inquiry() local
3674 int oflags = O_RDONLY | O_NONBLOCK; in show_scsi_modes() local
4436 int oflags = O_RDWR; in do_scsi_send_diagnostics() local