HomeSort by: relevance | last modified time | path
    Searched refs:ierr (Results 1 - 22 of 22) sorted by relevancy

  /src/usr.bin/tail/
forward.c 103 ierr();
109 ierr();
121 ierr();
134 ierr();
140 ierr();
152 ierr();
162 ierr();
187 ierr();
230 ierr();
251 ierr();
    [all...]
extern.h 48 void ierr(void);
misc.c 54 ierr(void) function
read.c 84 ierr();
183 ierr();
tail.c 187 ierr();
207 ierr();
  /src/external/gpl3/gcc/dist/libgfortran/caf/
mpi.c 244 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...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
mpi.c 244 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...]
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
enum.c 52 goto ierr;
72 ierr:
struct-iteration.c 49 goto ierr;
104 ierr:
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
enum.c 52 goto ierr;
72 ierr:
struct-iteration.c 49 goto ierr;
86 ierr:
  /src/external/cddl/osnet/dist/cmd/zlook/
zlook.c 336 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...]
  /src/sys/arch/mac68k/obio/
iwm_fd.c 530 int ierr, err; local
622 ierr = seek(fd, IWM_SEEK_RECAL);
624 printf(" %d.\n", ierr);
625 err = (0 == ierr) ? 0 : EIO;
1742 int err, ierr; local
1765 done = err = ierr = 0;
1783 err = ierr = 0;
1792 ierr = iwmTrack00();
1793 if (ierr == 0) {
1804 ierr = 0
    [all...]
  /src/sys/arch/sun3/dev/
xyreg.h 98 volatile u_char ierr:1; /* interrupt on error (no effect on 450) */ member in struct:xy_iopb
  /src/sys/dev/vme/
xyreg.h 97 volatile u_char ierr:1; /* interrupt on error (no effect on 450) */ member in struct:xy_iopb
  /src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c 792 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;
  /src/external/gpl3/binutils/dist/include/opcode/
tic6x-control-registers.h 38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic6x-control-registers.h 38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic6x-control-registers.h 38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
  /src/external/gpl3/gdb/dist/include/opcode/
tic6x-control-registers.h 38 CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
  /src/external/gpl2/gmake/dist/
commands.c 444 DWORD ierr = GetLastError ();
447 ierr, map_windows32_error_to_string (ierr));
  /src/sbin/routed/
if.c 702 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, out, oerr)
    [all...]

Completed in 38 milliseconds