/titanic_41/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 601 FREAD|FWRITE|FNOCTTY, kcred, &lh, sp->cons_li) != 0) in consconfig_setup_polledio() 768 err = ldi_open_by_dev(&wc_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, in consconfig_relink_wc() 824 if (ldi_open_by_name(CONSKBD_PATH, FREAD|FWRITE|FNOCTTY, in cons_build_upper_layer() 833 if (ldi_open_by_name(CONSMS_PATH, FREAD|FWRITE|FNOCTTY, in cons_build_upper_layer() 919 if (ldi_open_by_dev(&wc_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, kcred, in cons_build_upper_layer() 1392 FREAD|FWRITE|FNOCTTY, kcred, &new_lh, sp->cons_li); in consconfig_init_input() 1451 err = ldi_open_by_dev(&cons_final_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, in consconfig_init_input() 1582 FREAD|FWRITE|FNOCTTY, kcred, &lh, sp->cons_li); in do_config() 2039 FREAD|FWRITE|FNOCTTY, kcred, &kb_lh, sp->cons_li); in consconfig_check_phys_kbd() 2160 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY, in flush_deferred_console_buf()
|
H A D | strplumb.c | 399 FREAD|FWRITE|FNOCTTY|FKIOCTL, CRED(), in strplumb_dev() 436 FREAD|FWRITE|FNOCTTY|FKIOCTL, CRED(), in strplumb_dev()
|
H A D | gentty.c | 220 error = VOP_OPEN(&ttyvp, FNOCTTY | flag, cr, NULL); in syopen()
|
H A D | cons.c | 316 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY, in cnopen()
|
H A D | ptm.c | 379 if (oflag & FNOCTTY) in ptmopen()
|
H A D | zcons.c | 500 if (oflag & FNOCTTY) in zc_master_open()
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 144 #define OFLAGS FREAD|FWRITE|FNOCTTY|FNONBLOCK 571 if ((rv = VOP_OPEN(vp, FREAD+FWRITE+FNOCTTY, CRED(), NULL)) != 0) { in open_stream() 575 if ((rv = falloc(*vp, FREAD+FWRITE+FNOCTTY, &fp, NULL)) != 0) { in open_stream() 589 VOP_CLOSE(*vp, FREAD+FWRITE+FNOCTTY, 1, (offset_t)0, CRED(), NULL); in open_stream() 640 FREAD+FWRITE+FNOCTTY, K_TO_K, CRED(), &(cn->sm_muxid))) != 0) { in link_aconsole() 672 VOP_CLOSE(lvp, FREAD+FWRITE+FNOCTTY, 1, (offset_t)0, CRED(), NULL); in link_aconsole()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | file.h | 98 #define FNOCTTY 0x800 /* don't allocate controlling tty (POSIX). */ macro
|
H A D | fcntl.h | 138 #define FNOCTTY 0x0800 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 113 #define FNOCTTY _FNOCTTY macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | file.h | 101 #define FNOCTTY 0x0800 macro
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 264 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec() 290 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 5853 status = ldi_open_by_name(ERI_PATH, FREAD | FWRITE | FNOCTTY, in man_open_ctl() 5874 status = ldi_open_by_name(DMAN_INT_PATH, FREAD | FWRITE | FNOCTTY, in man_open_ctl() 6147 status = ldi_open_by_name(ERI_PATH, FREAD | FWRITE | FNOCTTY, in man_plumb() 6161 FREAD+FWRITE+FNOCTTY+FKIOCTL, kcred, &muxid); in man_plumb() 6213 FREAD+FWRITE+FNOCTTY+FKIOCTL, kcred, &rval); in man_unplumb()
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 820 if (!(stp->sd_flag & STRISTTY) || (flag & FNOCTTY)) in spec_open()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 2222 FC_FL(FNOCTTY),
|