Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c243 #ifndef O_NOCTTY in main()
248 if (O_NOCTTY > o_local) o_local = O_NOCTTY; in main()
293 #ifndef O_NOCTTY in main()
310 #ifndef O_NOCTTY in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dopen.c43 #ifdef O_NOCTTY
108 #if O_NOCTTY
109 if ((op & O_NOCTTY) && ioctl(fd, TIOCNOTTY, 0))
H A Dfmtmsglib.c274 mm.console = open("/dev/console", O_WRONLY|O_APPEND|O_NOCTTY);
H A Dsyslog.c271 if ((log.fd = open(s, O_WRONLY|O_APPEND|O_NOCTTY|O_cloexec)) < 0 && (log.fd = sockopen(s)) < 0)
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dopenpty.c32 int mfd = posix_openpt(O_RDWR | O_NOCTTY); in openpty()
53 sfd = open(name, O_RDWR | O_NOCTTY); in openpty()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c277 if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs()
280 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) != -1) { in destroy_console_devs()
416 if ((managerfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev()
424 if ((subfd = open(conspath, O_RDWR | O_NOCTTY)) == -1) { in init_console_dev()
919 managerfd = open(conspath, O_RDWR|O_NONBLOCK|O_NOCTTY); in serve_console()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_project.c105 fd = open(name, O_RDONLY | O_NOCTTY); in zfs_project_load_projid()
130 fd = open(name, O_RDONLY | O_NOCTTY); in zfs_project_handle_one()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c82 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
/illumos-gate/usr/src/lib/libmail/common/
H A Dnotifyu.c80 if ((fd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { in notify()
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c67 if ((fd = open("/dev/console", O_WRONLY|O_NOCTTY)) != -1) in cons_printf()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in167 inline int O_NOCTTY = @O_NOCTTY@; variable
168 #pragma D binding "1.1" O_NOCTTY
H A Dio.sed.in61 SED_REPLACE(O_NOCTTY)
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c349 if ((syslog_logfd = open("/dev/conslog", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init()
352 if ((syslog_msgfd = open("/dev/sysmsg", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h71 #define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h110 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c251 if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) in cons_printf()
H A Dtmlog.c165 } else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) { in vlog()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dfcntl_h.cfg38 value | O_NOCTTY | int | fcntl.h | POSIX+ SUS+
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c197 if ((tfd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { in find_user()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h84 #define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */ macro
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c367 O_CREAT | O_TRUNC | O_EXCL | O_NOCTTY | O_LARGEFILE
414 if (flags & O_NOCTTY) in show_fileflags()
/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c480 if ((fd = open(line, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) { in bad_line()
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c386 if ((fd = open(s, O_WRONLY|O_NOCTTY|O_NONBLOCK)) == -1) { in sendmes()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c102 # define O_SERVICE O_NOCTTY
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c528 if ((fildes = open(term, O_WRONLY|O_NOCTTY)) < 0)

12