Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c612 FREAD|FWRITE|FNOCTTY, kcred, &lh, sp->cons_li) != 0) in consconfig_setup_polledio()
780 err = ldi_open_by_dev(&wc_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, in consconfig_relink_wc()
836 if (ldi_open_by_name(CONSKBD_PATH, FREAD|FWRITE|FNOCTTY, in cons_build_upper_layer()
845 if (ldi_open_by_name(CONSMS_PATH, FREAD|FWRITE|FNOCTTY, in cons_build_upper_layer()
931 if (ldi_open_by_dev(&wc_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, kcred, in cons_build_upper_layer()
1411 FREAD|FWRITE|FNOCTTY, kcred, &new_lh, sp->cons_li); in consconfig_init_input()
1470 err = ldi_open_by_dev(&cons_final_dev, OTYP_CHR, FREAD|FWRITE|FNOCTTY, in consconfig_init_input()
1581 FREAD|FWRITE|FNOCTTY, kcred, &lh, sp->cons_li); in do_config()
2038 FREAD|FWRITE|FNOCTTY, kcred, &kb_lh, sp->cons_li); in consconfig_check_phys_kbd()
2159 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY, in flush_deferred_console_buf()
H A Dstrplumb.c411 FREAD|FWRITE|FNOCTTY|FKIOCTL, CRED(), in strplumb_dev()
448 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.c318 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY, in cnopen()
H A Dptm.c384 if (oflag & FNOCTTY) in ptmopen()
H A Dzcons.c506 if (oflag & FNOCTTY) in zc_manager_open()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h96 #define FNOCTTY 0x800 /* don't allocate controlling tty (POSIX). */ macro
H A Dfcntl.h139 #define FNOCTTY 0x0800 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h103 #define FNOCTTY 0x0800 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c267 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec()
293 FREAD+FWRITE+FNOCTTY+FKIOCTL, cr, &muxid); in keysock_plumb_ipsec()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c823 if (!(stp->sd_flag & STRISTTY) || (flag & FNOCTTY)) in spec_open()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2456 FC_FL(FNOCTTY),