Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/linux-2.6.39/arch/parisc/include/asm/
Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/linux-2.6.39/arch/alpha/include/asm/
Dfcntl.h7 #define O_NOCTTY 010000 /* not fcntl */ macro
/linux-2.6.39/arch/sparc/include/asm/
Dfcntl.h16 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/linux-2.6.39/arch/mips/include/asm/
Dfcntl.h18 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/linux-2.6.39/Documentation/serial/
Dn_gsm.txt32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
/linux-2.6.39/fs/
Dfcntl.c840 O_CREAT | O_EXCL | O_NOCTTY | in fcntl_init()
Dopen.c720 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in __dentry_open()
/linux-2.6.39/fs/fuse/
Ddir.c410 flags &= ~O_NOCTTY; in fuse_create_open()
Dfile.c32 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
/linux-2.6.39/drivers/tty/
Dtty_io.c1813 noctty = filp->f_flags & O_NOCTTY; in tty_open()
/linux-2.6.39/Documentation/cdrom/
Dcdrom-standard.tex665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and