| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 40 # define __OPEN_NEEDS_MODE(oflag) \ argument 41 (((oflag) & O_CREAT) != 0 || ((oflag) & __O_TMPFILE) == __O_TMPFILE) 43 # define __OPEN_NEEDS_MODE(oflag) (((oflag) & O_CREAT) != 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 40 # define __OPEN_NEEDS_MODE(oflag) \ argument 41 (((oflag) & O_CREAT) != 0 || ((oflag) & __O_TMPFILE) == __O_TMPFILE) 43 # define __OPEN_NEEDS_MODE(oflag) (((oflag) & O_CREAT) != 0)
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | termios.h | 32 unsigned short iflag, oflag, cflag, lflag; in user_termio_to_kernel_termios() local 40 err |=__get_user(oflag, &termio->c_oflag); in user_termio_to_kernel_termios() 41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag; in user_termio_to_kernel_termios()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 866 static int prepare_open(struct dentry *dentry, int oflag, int ro, in prepare_open() argument 875 if (!(oflag & O_CREAT)) in prepare_open() 885 if ((oflag & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL)) in prepare_open() 887 if ((oflag & O_ACCMODE) == (O_RDWR | O_WRONLY)) in prepare_open() 889 acc = oflag2acc[oflag & O_ACCMODE]; in prepare_open() 893 static int do_mq_open(const char __user *u_name, int oflag, umode_t mode, in do_mq_open() argument 903 audit_mq_open(oflag, mode, attr); in do_mq_open() 920 error = prepare_open(path.dentry, oflag, ro, mode, name, attr); in do_mq_open() 922 struct file *file = dentry_open(&path, oflag, current_cred()); in do_mq_open() 942 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, in SYSCALL_DEFINE4() argument [all …]
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 773 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int sharing) in yaffs_open_sharing() argument 783 int rwflags = oflag & (O_RDWR | O_RDONLY | O_WRONLY); in yaffs_open_sharing() 806 if (!(oflag & O_CREAT)) in yaffs_open_sharing() 807 oflag &= ~(O_EXCL); in yaffs_open_sharing() 810 if ((oflag & O_CREAT) & (oflag & O_EXCL)) in yaffs_open_sharing() 811 oflag &= ~(O_TRUNC); in yaffs_open_sharing() 856 (oflag & O_EXCL) && (oflag & O_CREAT)) { in yaffs_open_sharing() 937 if (!obj && dir && !errorReported && (oflag & O_CREAT)) { in yaffs_open_sharing() 954 if (!obj && dir && !errorReported && !(oflag & O_CREAT)) { in yaffs_open_sharing() 973 fd->append = (oflag & O_APPEND) ? 1 : 0; in yaffs_open_sharing() [all …]
|
| H A D | yaffsfs.h | 79 int yaffs_open(const YCHAR *path, int oflag, int mode) ; 185 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int shareMode);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | audit.h | 398 extern void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr); 460 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in audit_mq_open() argument 463 __audit_mq_open(oflag, mode, attr); in audit_mq_open() 633 static inline void audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in audit_mq_open() argument
|
| H A D | compat.h | 694 int oflag, compat_mode_t mode,
|
| H A D | syscalls.h | 782 asmlinkage long sys_mq_open(const char __user *name, int oflag, umode_t mode, struct mq_attr __user…
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabresd/ |
| H A D | README | 72 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync 76 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/zram/ |
| H A D | zram01.sh | 41 oflag=append count=1 bs=1024 status=none \
|
| /OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/ |
| H A D | README | 127 sudo dd if=/dev/zero of=$DEV count=1 bs=1M oflag=sync status=none && sync 129 sudo dd if=SPL of=$DEV bs=1K seek=1 oflag=sync status=none && sync 131 sudo dd if=u-boot.img of=$DEV bs=1K seek=69 oflag=sync status=none && sync 274 sudo dd if=/dev/zero of=$DEV count=1 bs=1M oflag=sync status=none && sync 276 sudo dd if=SPL of=$DEV bs=1K seek=1 oflag=sync status=none && sync 278 sudo dd if=u-boot.img of=$DEV bs=1K seek=69 oflag=sync status=none && sync
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | unstriped.rst | 56 dd if=/dev/zero of=member-${i} bs=${MEMBER_SIZE} count=1 oflag=direct 67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
|
| H A D | dm-dust.rst | 82 $ sudo dd if=/dev/zero of=/dev/mapper/dust1 bs=512 count=128 oflag=direct 131 $ sudo dd if=/dev/zero of=/dev/mapper/dust1 bs=512 count=128 oflag=direct
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | semaphore.h | 151 int oflag,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | audit.h | 176 int oflag; member
|
| H A D | auditsc.c | 1317 context->mq_open.oflag, context->mq_open.mode, in show_special() 2287 void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in __audit_mq_open() argument 2296 context->mq_open.oflag = oflag; in __audit_mq_open()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4state.c | 435 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd() argument 437 if (f->fi_fds[oflag]) in __nfs4_get_fd() 438 return nfsd_file_get(f->fi_fds[oflag]); in __nfs4_get_fd() 604 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access() argument 608 if (atomic_dec_and_lock(&fp->fi_access[oflag], &fp->fi_lock)) { in __nfs4_file_put_access() 612 swap(f1, fp->fi_fds[oflag]); in __nfs4_file_put_access() 613 if (atomic_read(&fp->fi_access[1 - oflag]) == 0) in __nfs4_file_put_access() 4857 int oflag = nfs4_access_to_omode(open->op_share_access); in nfs4_get_vfs_file() local 4889 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file() 4895 if (!fp->fi_fds[oflag]) { in nfs4_get_vfs_file() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libv4l/ |
| H A D | 0006-Support-builtin-v4l-plugins.patch | 255 int v4l2_open(const char *file, int oflag, ...)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | libv4l-introduction.rst | 119 .. c:function:: int v4l2_open(const char *file, int oflag, ...)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0005-Support-builtin-v4l-plugins.patch | 255 int v4l2_open(const char *file, int oflag, ...)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | zonefs.rst | 397 # dd if=/dev/zero of=/mnt/seq/0 bs=4096 count=1 conv=notrunc oflag=direct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 29913 myopen (const char *path, int oflag, ...) 29918 if (__builtin_constant_p (oflag)) 29920 if ((oflag & O_CREAT) != 0 && __builtin_va_arg_pack_len () < 1) 29923 return __open_2 (path, oflag); 29925 return open (path, oflag, __builtin_va_arg_pack ()); 29929 return __open_2 (path, oflag); 29931 return open (path, oflag, __builtin_va_arg_pack ());
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 29913 myopen (const char *path, int oflag, ...) 29918 if (__builtin_constant_p (oflag)) 29920 if ((oflag & O_CREAT) != 0 && __builtin_va_arg_pack_len () < 1) 29923 return __open_2 (path, oflag); 29925 return open (path, oflag, __builtin_va_arg_pack ()); 29929 return __open_2 (path, oflag); 29931 return open (path, oflag, __builtin_va_arg_pack ());
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |