/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | commonio.c-fix-unexpected-open-failure-in-chroot-env.patch | 32 - | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW | O_CLOEXEC); 37 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW | O_CLOEXEC); 42 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW| O_CLOEXEC);
|
/openbmc/qemu/util/ |
H A D | drm.c | 32 return open(rendernode, O_RDWR | O_CLOEXEC | O_NOCTTY | O_NONBLOCK); in qemu_drm_rendernode_open() 48 r = open(p, O_RDWR | O_CLOEXEC | O_NOCTTY | O_NONBLOCK); in qemu_drm_rendernode_open()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
/openbmc/linux/tools/testing/selftests/filesystems/ |
H A D | devpts_pts.c | 105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer() 123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | fcntl-lock.c | 213 fd = open(filename, O_RDWR|O_NOCTTY|O_CREAT, 0666); in main() 217 fd = open(filename, O_RDONLY|O_NOCTTY); in main()
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 30 { O_NOCTTY, "O_NOCTTY" }, \
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 249 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty() 262 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) { in openpty()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util.h | 160 fd = qemu_openat(dirfd, name, flags | O_NOFOLLOW | O_NOCTTY | O_NONBLOCK, in openat_file()
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 55 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY); 152 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
/openbmc/linux/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 183 fd = qga_open_cloexec(path, O_RDWR | O_NOCTTY | O_NONBLOCK, 0); in ga_channel_open()
|
H A D | commands-posix.c | 409 return guest_file_open_modes[mode].oflag_base | O_NOCTTY | O_NONBLOCK; in find_open_flag()
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 189 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | 0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch | 138 fd = open("/dev/urandom", O_RDONLY|O_CLOEXEC|O_NOCTTY);
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 255 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in kwboot_open_tty()
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 171 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
|
/openbmc/linux/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 176 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|