| /onnv/onnv-gate/usr/src/cmd/cron/ |
| svc-cron | 33 if [ -p /etc/cron.d/FIFO ]; then 41 /usr/bin/rm -f /etc/cron.d/FIFO
|
| cron.h | 80 #define FIFO "/etc/cron.d/FIFO"
|
| funcs.c | 162 if ((msgfd = open(FIFO, O_WRONLY|O_NDELAY)) < 0) {
|
| cron.c | 249 static int msgfd; /* file descriptor for fifo queue */ 683 if (access(FIFO, R_OK) == -1) { 685 if (mknod(FIFO, S_IFIFO|0600, 0) != 0) 686 crabort("cannot create fifo queue", 693 perror("FIFO"); 694 crabort("cannot access fifo queue", 706 crabort("cannot start cron; FIFO exists", CONSOLE_MSG); 710 if ((msgfd = open(FIFO, O_RDWR)) < 0) { 712 crabort("cannot open fifo queue", REMOVE_FIFO|CONSOLE_MSG); [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| tail.c | 63 "or fifo.]" 126 #define FIFO(m) (S_ISFIFO(m)||S_ISSOCK(m)) 128 #define FIFO(m) S_ISFIFO(m) 142 int fifo; member in struct:Tail_s 165 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0; 262 tp->fifo = 0; 304 else if (!FIFO(st.st_mode)) 311 tp->fifo = 1; 581 else if (FIFO(st.st_mode)) 653 else if (st.st_size > fp->last || fp->fifo) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| CheckTree.pm | 195 'p' => "is not a named pipe (FIFO).",
|
| /onnv/onnv-gate/usr/src/cmd/tzreload/ |
| tzreload.c | 382 char fifo[PATH_MAX + 1]; local 384 if (strlcpy(fifo, zroot, sizeof (fifo)) >= sizeof (fifo) || 385 strlcat(fifo, FIFO, sizeof (fifo)) >= sizeof (fifo)) { 393 if ((msgfd = open(fifo, O_WRONLY|O_NDELAY)) < 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/e1000g/ |
| README | 121 Updated the Tanacross FIFO hang workaround to reset FIFO pointers instead of sending autonomous packets. 131 Added Tanacross workaround for FIFO hang.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| CPAN.pm | 891 my($toremove) = shift @{$self->{FIFO}}; 955 push @{$self->{FIFO}}, $dir; [all...] |