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

  /src/sys/ufs/ext2fs/
ext2fs_readwrite.c 236 ext2fs_post_read_update(struct vnode *vp, int ioflag, int oerror)
239 int error = oerror;
248 if (oerror)
249 error = oerror;
439 kauth_cred_t cred, off_t osize, int resid, int oerror)
442 int error = oerror;
483 if (oerror)
484 error = oerror;
  /src/external/bsd/pcc/dist/pcc/os/darwin/
ccconfig.h 87 oerror(argp); \
  /src/sys/ufs/lfs/
ulfs_readwrite.c 204 ulfs_post_read_update(struct vnode *vp, int ioflag, int oerror)
207 int error = oerror;
217 if (oerror)
218 error = oerror;
518 kauth_cred_t cred, off_t osize, int resid, int oerror)
521 int error = oerror;
569 if (oerror)
570 error = oerror;
  /src/sys/ufs/ufs/
ufs_readwrite.c 212 ufs_post_read_update(struct vnode *vp, int ioflag, int oerror)
215 int error = oerror;
230 if (oerror)
231 error = oerror;
562 kauth_cred_t cred, off_t osize, int resid, int oerror)
565 int error = oerror;
612 if (oerror)
613 error = oerror;
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 267 void oerror(char *);
527 oerror(argp);
536 oerror(argp);
551 oerror(argp);
565 oerror(argp);
639 oerror(argp);
708 oerror(argp);
731 oerror(argp);
772 oerror(argp);
800 oerror(argp)
1565 oerror(char *s) function
    [all...]

Completed in 17 milliseconds