Searched refs:FIFO (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dsvc-cron33 if [ -p /etc/cron.d/FIFO ]; then
41 /usr/bin/rm -f /etc/cron.d/FIFO
H A Dcron.h83 #define FIFO "/etc/cron.d/FIFO" macro
H A Dfuncs.c162 if ((msgfd = open(FIFO, O_WRONLY|O_NDELAY)) < 0) {
H A Dcron.c686 if (access(FIFO, R_OK) == -1) {
688 if (mknod(FIFO, S_IFIFO|0600, 0) != 0)
696 perror("FIFO");
709 crabort("cannot start cron; FIFO exists", CONSOLE_MSG);
713 if ((msgfd = open(FIFO, O_RDWR)) < 0) {
2971 /* FIFO vanishes when cron finishes */
2972 if (unlink(FIFO) < 0)
2973 perror("cron could not unlink FIFO");
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c126 #define FIFO(m) (S_ISFIFO(m)||S_ISSOCK(m)) macro
128 #define FIFO(m) S_ISFIFO(m) macro
166 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0;
305 else if (!FIFO(st.st_mode))
582 else if (FIFO(st.st_mode))
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c385 strlcat(fifo, FIFO, sizeof (fifo)) >= sizeof (fifo)) {

Completed in 79 milliseconds