/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 45 static int oflag_convert_mode(int oflags) in oflag_convert_mode() 142 int fp_open(int dirfd, const char *path, int oflags, mode_t mode) in fp_open() 297 int do_open(int dirfd, const char *path, int oflags, mode_t mode) in do_open() 329 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
|
/third_party/NuttX/fs/dirent/ |
D | fs_opendir.c | 151 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/e2fsprogs/contrib/ |
D | ext4-ioc.c | 62 int oflags = O_RDONLY; in do_single_cmd() local
|
/third_party/iowow/src/rdb/ |
D | iwrdb.c | 17 iwrdb_oflags_t oflags; member 117 iwrc iwrdb_open(const char *path, iwrdb_oflags_t oflags, size_t bufsz, IWRDB *odb) { in iwrdb_open()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | IWKVOptions.java | 14 private long oflags; field in IWKVOptions
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | IWKVOptions.java | 15 private long oflags; field in IWKVOptions
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.h | 162 iwfs_fsm_openflags oflags; /**< Operation mode flags */ member 175 iwfs_fsm_openflags oflags; /**< Operation mode flags. */ member
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 116 int omask, oflags; in wlog_open() local
|
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()
|
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat()
|
/third_party/libnl/lib/route/link/ |
D | ipgre.c | 52 uint16_t oflags; member 556 int rtnl_link_ipgre_set_oflags(struct rtnl_link *link, uint16_t oflags) in rtnl_link_ipgre_set_oflags()
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 160 iwkv_openflags oflags; /**< Bitmask of database file open modes */ member
|
D | iwal.c | 30 iwkv_openflags oflags; /**< File open flags */ member
|
/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 | 419 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate()
|
/third_party/ejdb/src/ |
D | ejdb2_internal.h | 133 iwkv_openflags oflags; member
|
/third_party/mksh/ |
D | shf.c | 51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open()
|
/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
|