Home
last modified time | relevance | path

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

12

/third_party/NuttX/fs/vfs/
Dfs_open.c45 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()
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
/third_party/NuttX/fs/dirent/
Dfs_opendir.c151 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/e2fsprogs/contrib/
Dext4-ioc.c62 int oflags = O_RDONLY; in do_single_cmd() local
/third_party/iowow/src/rdb/
Diwrdb.c17 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/
DIWKVOptions.java14 private long oflags; field in IWKVOptions
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DIWKVOptions.java15 private long oflags; field in IWKVOptions
/third_party/iowow/src/fs/
Diwfsmfile.h162 iwfs_fsm_openflags oflags; /**< Operation mode flags */ member
175 iwfs_fsm_openflags oflags; /**< Operation mode flags. */ member
/third_party/ltp/testcases/kernel/fs/doio/
Dwrite_log.c116 int omask, oflags; in wlog_open() local
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()
/third_party/ltp/lib/
Dtst_safe_file_at.c36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat()
/third_party/libnl/lib/route/link/
Dipgre.c52 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/
Diwkv.h160 iwkv_openflags oflags; /**< Bitmask of database file open modes */ member
Diwal.c30 iwkv_openflags oflags; /**< File open flags */ member
/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.c419 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate()
/third_party/ejdb/src/
Dejdb2_internal.h133 iwkv_openflags oflags; member
/third_party/mksh/
Dshf.c51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open()
/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

12