Searched refs:ierr (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/usr.bin/tail/
H A Dforward.c103 ierr();
109 ierr();
121 ierr();
134 ierr();
140 ierr();
152 ierr();
162 ierr();
187 ierr();
230 ierr();
251 ierr();
[all...]
H A Dextern.h48 void ierr(void);
H A Dmisc.c54 ierr(void) function
H A Dread.c84 ierr();
183 ierr();
H A Dtail.c187 ierr();
207 ierr();
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dmpi.c244 int ierr; local
247 ierr = STAT_STOPPED_IMAGE;
249 ierr = MPI_Barrier (MPI_COMM_WORLD);
252 *stat = ierr;
254 if (ierr)
283 int ierr; local
315 ierr = STAT_STOPPED_IMAGE;
317 ierr = MPI_Barrier (MPI_COMM_WORLD);
320 *stat = ierr;
322 if (ierr)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dmpi.c244 int ierr; local
247 ierr = STAT_STOPPED_IMAGE;
249 ierr = MPI_Barrier (MPI_COMM_WORLD);
252 *stat = ierr;
254 if (ierr)
283 int ierr; local
315 ierr = STAT_STOPPED_IMAGE;
317 ierr = MPI_Barrier (MPI_COMM_WORLD);
320 *stat = ierr;
322 if (ierr)
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Denum.c52 goto ierr;
72 ierr:
H A Dstruct-iteration.c49 goto ierr;
86 ierr:
/netbsd-current/external/cddl/osnet/dist/cmd/zlook/
H A Dzlook.c336 int ierr; local
338 if ((ierr = ioctl(fd, ZUT_IOC_READDIR, &rd)) != 0) {
341 strerror(ierr), ierr);
344 return (ierr);
361 int ierr; local
374 if ((ierr = ioctl(fd, ZUT_IOC_LOOKUP, &lk)) != 0) {
377 strerror(ierr), ierr);
379 return (ierr);
[all...]
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm_fd.c527 int ierr, err; local
619 ierr = seek(fd, IWM_SEEK_RECAL);
621 printf(" %d.\n", ierr);
622 err = (0 == ierr) ? 0 : EIO;
1745 int err, ierr; local
1768 done = err = ierr = 0;
1786 err = ierr = 0;
1795 ierr = iwmTrack00();
1796 if (ierr == 0) {
1807 ierr
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dxyreg.h98 volatile u_char ierr:1; /* interrupt on error (no effect on 450) */ member in struct:xy_iopb
/netbsd-current/sys/dev/vme/
H A Dxyreg.h97 volatile u_char ierr:1; /* interrupt on error (no effect on 450) */ member in struct:xy_iopb
/netbsd-current/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c792 DWORD ierr; local
793 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr);
794 if (ierr == CONTROL_C_EXIT) {
797 pproc->exit_code = ierr;
847 DWORD ierr; local
891 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr);
892 if (ierr == CONTROL_C_EXIT) {
895 pproc->exit_code = ierr;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
/netbsd-current/external/gpl2/gmake/dist/
H A Dcommands.c444 DWORD ierr = GetLastError ();
447 ierr, map_windows32_error_to_string (ierr));
/netbsd-current/sbin/routed/
H A Dif.c702 int in, ierr, out, oerr; local
1009 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors;
1024 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) {
1032 if (in == 0 && out == 0 && ierr == 0 && oerr == 0)
1038 if ((in <= ierr && ierr > 0)
1042 " sick: in=%d ierr=%d"
1046 in, ierr, out, oerr);
1052 " in=%d ierr=%d out=%d oerr=%d",
1055 in, ierr, ou
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dinsns-c674x.s886 mvc .S2 ierr,b27
887 mvc .S2 b28,ierr
H A Dinsns-c674x.d889 [0-9a-f]+[048c] <[^>]*> 0dfc03e2[ \t]+mvc \.S2 ierr,b27
890 [0-9a-f]+[048c] <[^>]*> 0ff003a2[ \t]+mvc \.S2 b28,ierr

Completed in 308 milliseconds