Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dcommonio.c-fix-unexpected-open-failure-in-chroot-env.patch32 - | 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 Ddrm.c32 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 Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c105 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/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c213 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 Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/openbmc/linux/include/trace/misc/
H A Dfs.h30 { O_NOCTTY, "O_NOCTTY" }, \
/openbmc/qemu/chardev/
H A Dchar-pty.c241 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty()
254 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) { in openpty()
/openbmc/qemu/hw/9pfs/
H A D9p-util.h160 fd = qemu_openat(dirfd, name, flags | O_NOFOLLOW | O_NOCTTY | O_NONBLOCK, in openat_file()
H A D9p.c133 { P9_DOTL_NOCTTY , O_NOCTTY }, in dotl_to_open_flags()
180 flags &= ~(O_NOCTTY | O_ASYNC | O_CREAT); in get_dotl_openflags()
/openbmc/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst55 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 Dmove_mount_set_group_test.c64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/openbmc/qemu/qga/
H A Dchannel-posix.c183 fd = qga_open_cloexec(path, O_RDWR | O_NOCTTY | O_NONBLOCK, 0); in ga_channel_open()
/openbmc/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
/openbmc/u-boot/tools/
H A Dkwboot.c255 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in kwboot_open_tty()
/openbmc/linux/fs/overlayfs/
H A Dfile.c171 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.c173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c176 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/openbmc/linux/fs/
H A Dopen.c945 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()

12