Home
last modified time | relevance | path

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

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

Completed in 44 milliseconds