Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/linux-5.19.10/arch/mips/include/uapi/asm/
Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/linux-5.19.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()
/linux-5.19.10/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/linux-5.19.10/include/trace/events/
Dfs.h30 { O_NOCTTY, "O_NOCTTY" }, \
/linux-5.19.10/tools/include/nolibc/
Darch-arm.h16 #define O_NOCTTY 0x100 macro
Darch-i386.h16 #define O_NOCTTY 0x100 macro
Darch-mips.h19 #define O_NOCTTY 0x0800 macro
Darch-riscv.h16 #define O_NOCTTY 0x400 macro
Darch-aarch64.h16 #define O_NOCTTY 0x100 macro
Darch-x86_64.h16 #define O_NOCTTY 0x100 macro
/linux-5.19.10/Documentation/driver-api/tty/
Dn_gsm.rst49 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
126 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-5.19.10/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/linux-5.19.10/tools/testing/selftests/openat2/
Dopenat2_test.c188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
/linux-5.19.10/fs/overlayfs/
Dfile.c157 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
/linux-5.19.10/security/integrity/ima/
Dima_crypto.c556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
/linux-5.19.10/fs/9p/
Dvfs_inode_dotl.c174 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/linux-5.19.10/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/linux-5.19.10/fs/
Dopen.c864 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/linux-5.19.10/fs/fuse/
Ddir.c558 flags &= ~O_NOCTTY; in fuse_create_open()
/linux-5.19.10/drivers/tty/
Dtty_io.c2176 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()

12