Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/Linux-v5.15/include/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/Linux-v5.15/arch/parisc/include/uapi/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/Linux-v5.15/arch/alpha/include/uapi/asm/
Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/Linux-v5.15/arch/sparc/include/uapi/asm/
Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/Linux-v5.15/arch/mips/include/uapi/asm/
Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/Linux-v5.15/tools/testing/selftests/filesystems/
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()
/Linux-v5.15/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.c45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
/Linux-v5.15/tools/include/nolibc/
Dnolibc.h423 #define O_NOCTTY 0x100 macro
603 #define O_NOCTTY 0x100 macro
788 #define O_NOCTTY 0x100 macro
985 #define O_NOCTTY 0x100 macro
1194 #define O_NOCTTY 0x0800 macro
1388 #define O_NOCTTY 0x400 macro
/Linux-v5.15/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/Linux-v5.15/Documentation/driver-api/serial/
Dn_gsm.rst39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/Linux-v5.15/tools/testing/selftests/openat2/
Dopenat2_test.c188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
/Linux-v5.15/security/integrity/ima/
Dima_crypto.c555 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
/Linux-v5.15/fs/overlayfs/
Dfile.c154 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
/Linux-v5.15/fs/nfs/
Dnfstrace.h399 TRACE_DEFINE_ENUM(O_NOCTTY);
417 { O_NOCTTY, "O_NOCTTY" }, \
/Linux-v5.15/fs/9p/
Dvfs_inode_dotl.c176 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/Linux-v5.15/fs/
Dopen.c837 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/Linux-v5.15/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/Linux-v5.15/fs/fuse/
Ddir.c496 flags &= ~O_NOCTTY; in fuse_create_open()
Dfile.c30 inarg.flags = open_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
/Linux-v5.15/drivers/tty/
Dtty_io.c2189 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
/Linux-v5.15/Documentation/cdrom/
Dcdrom-standard.rst650 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and