Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h7 #define O_NOCTTY 010000 /* not fcntl */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h16 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h19 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-4.1.27/fs/
Dfcntl.c745 O_CREAT | O_EXCL | O_NOCTTY | in fcntl_init()
Dopen.c747 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h272 #define O_LOV_DELAY_CREATE (O_NOCTTY | FASYNC)
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c185 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
/linux-4.1.27/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.1.27/drivers/tty/
Dtty_io.c2064 noctty = filp->f_flags & O_NOCTTY; in tty_open()
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and