Home
last modified time | relevance | path

Searched refs:nerror (Results 1 – 19 of 19) sorted by relevance

/trueos/sys/geom/
HDgeom_ctl.c100 if (!req->nerror) in gctl_error()
101 req->nerror = EEXIST; in gctl_error()
102 return (req->nerror); in gctl_error()
104 if (!req->nerror) in gctl_error()
105 req->nerror = EINVAL; in gctl_error()
113 return (req->nerror); in gctl_error()
126 req->nerror = copyin(uaddr, ptr, len); in geom_alloc_copyin()
127 if (!req->nerror) in geom_alloc_copyin()
196 if (req->nerror) in gctl_copyout()
206 req->nerror = error; in gctl_copyout()
[all …]
HDgeom_ctl.h73 int nerror; member
/trueos/sys/ufs/ffs/
HDffs_rawread.c273 int error, nerror; in ffs_rawread_main() local
294 nerror = 0; in ffs_rawread_main()
323 nerror = ffs_rawread_readahead(vp, in ffs_rawread_main()
333 if (nerror) { in ffs_rawread_main()
350 nerror = 0; /* Ignore possible beyond EOF error */ in ffs_rawread_main()
387 nerror = ffs_rawread_readahead(vp, in ffs_rawread_main()
397 if (nerror != 0) { in ffs_rawread_main()
403 } else if (nerror != 0) {/* Deferred Readahead error */ in ffs_rawread_main()
427 error = nerror; in ffs_rawread_main()
/trueos/gnu/usr.bin/rcs/rcsmerge/
HDrcsmerge.c209 if (!nerror) {
275 exitmain(nerror ? DIFF_TROUBLE : status);
/trueos/contrib/tcsh/nls/spanish/
HDset3012 9 \nerror interno de tcsh: ¡No sé lo que busco!\n
/trueos/gnu/usr.bin/rcs/rcsclean/
HDrcsclean.c134 if (nerror)
242 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
/trueos/gnu/usr.bin/rcs/lib/
HDrcskeep.c207 else if (nerror)
391 return !nerror;
HDrcslex.c189 int nerror; /*counter for errors */ variable
280 nerror = 0; in Lexinit()
1204 nerror++;
HDrcsbase.h549 extern int nerror;
HDrcsedit.c1892 if (changed && !nerror) {
/trueos/gnu/usr.bin/rcs/co/
HDco.c331 if (nerror) cleanup();
516 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
822 nerror++;
/trueos/gnu/usr.bin/rcs/merge/
HDmerge.c99 if (nerror)
/trueos/gnu/usr.bin/rcs/rcsdiff/
HDrcsdiff.c308 if (nerror)
443 if (nerror) exitstatus = DIFF_TROUBLE; in cleanup()
/trueos/usr.bin/truss/
HDsyscall.h64 int nerror; /* Number of calls that returned with error */ member
HDsyscalls.c1386 sc->nerror++; in print_syscall_ret()
1411 int ncall, nerror; in print_summary() local
1415 ncall = nerror = 0; in print_summary()
1420 sc->time.tv_nsec, sc->ncalls, sc->nerror); in print_summary()
1423 nerror += sc->nerror; in print_summary()
1428 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror); in print_summary()
/trueos/gnu/usr.bin/rcs/rcs/
HDrcs.c488 if (nerror) cleanup();
599 if (nerror)
647 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
/trueos/gnu/usr.bin/rcs/ci/
HDci.c445 if (nerror) cleanup();
830 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
/trueos/gnu/usr.bin/rcs/rlog/
HDrlog.c356 if (nerror)
488 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
/trueos/sys/kern/
HDvfs_aio.c2250 int nerror; in kern_lio_listio() local
2319 nerror = 0; in kern_lio_listio()
2325 nerror++; in kern_lio_listio()
2369 if (nerror) in kern_lio_listio()