| /linux/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 57 fd = open("/proc/sys/kernel/pid_max", O_RDWR | O_CLOEXEC | O_NOCTTY); in pid_max_cb() 103 fd = open("/proc/sys/kernel/pid_max", O_RDWR | O_CLOEXEC | O_NOCTTY); in pid_max_nested_inner() 178 fd = open("/proc/sys/kernel/pid_max", O_RDWR | O_CLOEXEC | O_NOCTTY); in pid_max_nested_outer() 247 fd = open("/proc/sys/kernel/pid_max", O_RDWR | O_CLOEXEC | O_NOCTTY); in pid_max_nested_limit_inner() 304 fd = open("/proc/sys/kernel/pid_max", O_RDWR | O_CLOEXEC | O_NOCTTY); in pid_max_nested_limit_outer()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_bind_mount.c | 77 pidfd = open(proc_path, O_RDONLY | O_NOCTTY | O_CLOEXEC); in TEST_F() 103 fd_pidfd_mnt = openat(-EBADF, self->template, O_RDONLY | O_NOCTTY | O_CLOEXEC); in TEST_F()
|
| H A D | pidfd_file_handle_test.c | 398 { O_NOCTTY, "O_NOCTTY" }, in TEST_F()
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 58 pub const O_NOCTTY: u32 = bindings::O_NOCTTY; constant
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer() 122 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
| H A D | utils.c | 300 ret = open(path_ns, O_RDONLY | O_CLOEXEC | O_NOCTTY); in get_userns_fd_from_idmap()
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
| /linux/include/linux/ |
| H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 30 { O_NOCTTY, "O_NOCTTY" }, \
|
| /linux/tools/arch/x86/dell-uart-backlight-emulator/ |
| H A D | dell-uart-backlight-emulator.c | 53 serial_fd = open(argv[1], O_RDWR | O_NOCTTY); in main()
|
| /linux/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 55 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY); 152 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
| /linux/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
| /linux/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | 189 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 267 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_alloc_pages()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | token.c | 239 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 166 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
| /linux/fs/fuse/ |
| H A D | file.c | 34 inarg.flags = open_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 639 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and
|