Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dfcntl.h7 #define O_NOCTTY 010000 /* not fcntl */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dfcntl.h16 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dfcntl.h19 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-4.4.14/fs/
Dfcntl.c745 O_CREAT | O_EXCL | O_NOCTTY | in fcntl_init()
Dopen.c749 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h270 #define O_LOV_DELAY_CREATE (O_NOCTTY | FASYNC)
/linux-4.4.14/fs/9p/
Dvfs_inode_dotl.c185 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/linux-4.4.14/fs/fuse/
Ddir.c413 flags &= ~O_NOCTTY; in fuse_create_open()
Dfile.c30 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
/linux-4.4.14/drivers/tty/
Dtty_io.c2050 noctty = filp->f_flags & O_NOCTTY; in tty_open()
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and