/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 48 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()
|
D | fs_fcntl.c | 121 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/ |
D | tst_safe_posix_ipc.h | 12 #define SAFE_MQ_OPEN(pathname, oflags, ...) \ argument 16 const char *pathname, int oflags, ...) in safe_mq_open()
|
D | tst_safe_file_at.h | 12 #define SAFE_OPENAT(dirfd, path, oflags, ...) \ argument
|
D | tst_safe_macros.h | 84 #define SAFE_OPEN(pathname, oflags, ...) \ argument
|
/third_party/NuttX/fs/dirent/ |
D | fs_opendir.c | 154 int do_opendir(const char *path, int oflags) in do_opendir()
|
/third_party/NuttX/fs/driver/ |
D | fs_blockproxy.c | 152 int block_proxy(const char *blkdev, int oflags) in block_proxy()
|
/third_party/rust/crates/rustix/src/io/ |
D | procfs.rs | 200 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/ |
D | doio.c | 1184 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()
|
D | write_log.c | 116 int omask, oflags; in wlog_open() local
|
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat()
|
D | safe_macros.c | 237 const char *pathname, int oflags, ...) in safe_open()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 50 int oflags; member
|
/third_party/toybox/toys/pending/ |
D | stty.c | 100 static const struct flag oflags[] = { variable
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 422 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate()
|
/third_party/mksh/ |
D | shf.c | 51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 185 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/ |
D | sg_pt_linux.c | 349 int oflags = O_NONBLOCK; in scsi_pt_open_device() local
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 62 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \ argument
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 1491 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
|