Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dfcntl.h13 #define O_NOCTTY 000400000 /* not fcntl */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/Linux-v5.4/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.4/include/linux/
Dfcntl.h9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h446 #define O_NOCTTY 0x100 macro
626 #define O_NOCTTY 0x100 macro
811 #define O_NOCTTY 0x100 macro
1008 #define O_NOCTTY 0x100 macro
1217 #define O_NOCTTY 0x0800 macro
1411 #define O_NOCTTY 0x400 macro
/Linux-v5.4/Documentation/driver-api/serial/
Dn_gsm.rst39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c429 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
/Linux-v5.4/fs/nfs/
Dnfstrace.h335 TRACE_DEFINE_ENUM(O_NOCTTY);
353 { O_NOCTTY, "O_NOCTTY" }, \
/Linux-v5.4/fs/overlayfs/
Dfile.c126 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
/Linux-v5.4/fs/9p/
Dvfs_inode_dotl.c173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/Linux-v5.4/fs/
Dopen.c812 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/Linux-v5.4/fs/fuse/
Ddir.c455 flags &= ~O_NOCTTY; in fuse_create_open()
Dfile.c41 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
/Linux-v5.4/drivers/tty/
Dtty_io.c2075 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
/Linux-v5.4/Documentation/cdrom/
Dcdrom-standard.rst664 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and