Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h19 #ifndef O_NOCTTY
20 #define O_NOCTTY 00000400 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h33 #ifndef O_NOCTTY
34 #define O_NOCTTY 00000400 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dfcntl.h29 #define O_NOCTTY 0x0800 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.c45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h452 #define O_NOCTTY 0x100 macro
640 #define O_NOCTTY 0x100 macro
824 #define O_NOCTTY 0x100 macro
1020 #define O_NOCTTY 0x100 macro
1229 #define O_NOCTTY 0x0800 macro
1422 #define O_NOCTTY 0x400 macro
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dn_gsm.rst39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
Dopenat2_test.c184 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
/kernel/linux/linux-5.10/fs/overlayfs/
Dfile.c160 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
/kernel/linux/linux-5.10/fs/nfs/
Dnfstrace.h390 TRACE_DEFINE_ENUM(O_NOCTTY);
408 { O_NOCTTY, "O_NOCTTY" }, \
/kernel/linux/linux-5.10/fs/9p/
Dvfs_inode_dotl.c173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/kernel/linux/linux-5.10/fs/
Dopen.c832 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/kernel/linux/linux-5.10/fs/fuse/
Ddir.c557 flags &= ~O_NOCTTY; in fuse_create_open()
Dfile.c42 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c2156 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
/kernel/linux/linux-5.10/Documentation/cdrom/
Dcdrom-standard.rst650 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and