/src/sys/arch/hp300/stand/common/ |
rd.c | 89 static int rderror(int, int, int); 342 if (rderror(ctlr, unit, rs->sc_part) == 0) 354 rderror(int ctlr, int unit, int part) function in typeref:typename:int
|
/src/sys/dev/gpib/ |
rd.c | 241 int rderror(struct rd_softc *); 736 * integrate this with the backoff code in rderror. 801 restart = rderror(sc); 820 rderror(struct rd_softc *sc) function in typeref:typename:int 826 DPRINTF(RDB_FOLLOW, ("rderror: sc=%p\n", sc));
|
/src/sys/arch/hp300/dev/ |
rd.c | 443 static int rderror(int); 1030 * integrate this with the backoff code in rderror. 1131 restart = rderror(unit); 1197 rderror(int unit) function in typeref:typename:int
|
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 1534 struct nfsvattr *nvap, fhandle_t *fhp, int rderror, nfsattrbit_t *attrbitp, 1540 error = nfsv4_fillattr(nd, mp, vp, NULL, &nvap->na_vattr, fhp, rderror,
|
/src/sys/fs/nfs/common/ |
nfs_commonsubs.c | 2043 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, 2214 *tl = txdr_unsigned(rderror);
|