Searched refs:O_NOCTTY (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 13 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
| /Linux-v5.4/tools/testing/selftests/filesystems/ |
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | fcntl.h | 9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /Linux-v5.4/tools/include/nolibc/ |
| D | nolibc.h | 446 #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/ |
| D | n_gsm.rst | 39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_crypto.c | 429 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
|
| /Linux-v5.4/fs/nfs/ |
| D | nfstrace.h | 335 TRACE_DEFINE_ENUM(O_NOCTTY); 353 { O_NOCTTY, "O_NOCTTY" }, \
|
| /Linux-v5.4/fs/overlayfs/ |
| D | file.c | 126 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
|
| /Linux-v5.4/fs/9p/ |
| D | vfs_inode_dotl.c | 173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
|
| /Linux-v5.4/fs/ |
| D | open.c | 812 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
|
| /Linux-v5.4/fs/fuse/ |
| D | dir.c | 455 flags &= ~O_NOCTTY; in fuse_create_open()
|
| D | file.c | 41 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
|
| /Linux-v5.4/drivers/tty/ |
| D | tty_io.c | 2075 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
|
| /Linux-v5.4/Documentation/cdrom/ |
| D | cdrom-standard.rst | 664 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and
|