Home
last modified time | relevance | path

Searched refs:FNOCTTY (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dconsconfig_dacf.c601 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 Dstrplumb.c399 FREAD|FWRITE|FNOCTTY|FKIOCTL, CRED(), in strplumb_dev()
436 FREAD|FWRITE|FNOCTTY|FKIOCTL, CRED(), in strplumb_dev()
H A Dgentty.c220 error = VOP_OPEN(&ttyvp, FNOCTTY | flag, cr, NULL); in syopen()
H A Dcons.c316 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY, in cnopen()
H A Dptm.c379 if (oflag & FNOCTTY) in ptmopen()
H A Dzcons.c500 if (oflag & FNOCTTY) in zc_master_open()
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c144 #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 Dfile.h98 #define FNOCTTY 0x800 /* don't allocate controlling tty (POSIX). */ macro
H A Dfcntl.h138 #define FNOCTTY 0x0800 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h113 #define FNOCTTY _FNOCTTY macro
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h101 #define FNOCTTY 0x0800 macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dkeysock.c264 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 Ddman.c5853 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 Dspecvnops.c820 if (!(stp->sd_flag & STRISTTY) || (flag & FNOCTTY)) in spec_open()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2222 FC_FL(FNOCTTY),