Searched refs:nerror (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/geom/
H A Dgeom_ctl.c76 * Report an error back to the user in ascii format. Return nerror
77 * or EINVAL if nerror isn't specified.
89 if (!req->nerror)
90 req->nerror = EEXIST;
94 return (req->nerror);
96 if (!req->nerror)
97 req->nerror = EINVAL;
106 return (req->nerror);
137 if (req->nerror == 0)
138 req->nerror
587 int nerror; local
[all...]
H A Dgeom_ctl.h73 int nerror; member in struct:gctl_req
/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c255 int error, nerror; local
274 nerror = 0;
298 nerror = ffs_rawread_readahead(vp,
307 if (nerror) {
322 nerror = 0; /* Ignore possible beyond EOF error */
354 nerror = ffs_rawread_readahead(vp,
363 if (nerror != 0) {
369 } else if (nerror != 0) {/* Deferred Readahead error */
391 error = nerror;
/freebsd-current/usr.bin/truss/
H A Dsyscall.h225 int nerror; /* Number of calls that returned with error */ member in struct:syscall
H A Dsyscalls.c2768 sc->nerror++;
2813 int ncall, nerror; local
2817 ncall = nerror = 0;
2822 sc->time.tv_nsec, sc->ncalls, sc->nerror);
2825 nerror += sc->nerror;
2831 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror);
/freebsd-current/lib/libgeom/
H A Dgeom_ctl.c213 req->nerror = ioctl(fd, GEOM_CTL, req);
217 if (req->nerror == -1)
/freebsd-current/sbin/geom/misc/
H A Dsubr.c398 if (req != NULL && req->nerror == 0)
399 req->nerror = EINVAL;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1191 int nerror; /* nonzero if there are unexpected chars */ member in struct:__anon5124
1227 result->nerror++;
1263 result->nerror++;
1271 result->nerror++;
1284 return (grabbed > 0) && (result->nerror == 0);
/freebsd-current/sbin/geom/core/
H A Dgeom.c505 req->nerror = 0;
506 if (req->nerror != 0) {
/freebsd-current/sys/kern/
H A Dvfs_aio.c2236 int nagain, nerror; local
2309 nerror = 0;
2317 nerror++;
2361 if (nerror)
H A Dkern_sig.c2670 int error, nerror; local
2722 nerror = td->td_errno;
2741 td->td_errno = nerror;

Completed in 306 milliseconds