/src/sys/fs/unionfs/ |
unionfs_vnops.c | 115 int error , uerror, lerror; local in function:unionfs_lookup 124 error = uerror = lerror = ENOENT; 199 uerror = VOP_LOOKUP(udvp, &uvp, cnp); 201 if (uerror == 0) { 207 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror); 209 return (uerror); 214 if (uerror == ENOENT || uerror == EJUSTRETURN) 238 if (udvp != NULLVP && (uerror == 0 || uerror == EJUSTRETURN) [all...] |
unionfs_vnops.c | 115 int error , uerror, lerror; local in function:unionfs_lookup 124 error = uerror = lerror = ENOENT; 199 uerror = VOP_LOOKUP(udvp, &uvp, cnp); 201 if (uerror == 0) { 207 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror); 209 return (uerror); 214 if (uerror == ENOENT || uerror == EJUSTRETURN) 238 if (udvp != NULLVP && (uerror == 0 || uerror == EJUSTRETURN) [all...] |
/src/sys/fs/msdosfs/ |
msdosfs_vnops.c | 527 int uerror; local in function:msdosfs_read 529 uerror = msdosfs_deupdat(dep, 1); 531 error = uerror;
|
msdosfs_vnops.c | 527 int uerror; local in function:msdosfs_read 529 uerror = msdosfs_deupdat(dep, 1); 531 error = uerror;
|
/src/sys/fs/union/ |
union_vnops.c | 327 int uerror, lerror; local in function:union_lookup 371 uerror = union_lookup1(um->um_uppervp, &upperdvp, 373 if (uerror == ENOENT || uerror == EJUSTRETURN) { 384 uerror = ENOENT; 444 if ((uerror == EJUSTRETURN) && (cnp->cn_flags & ISLASTCN) && 447 uerror = EROFS; 450 * at this point, we have uerror and lerror indicating 477 if ((uerror != 0) && (lerror != 0)) { 478 return (uerror); [all...] |
union_vnops.c | 327 int uerror, lerror; local in function:union_lookup 371 uerror = union_lookup1(um->um_uppervp, &upperdvp, 373 if (uerror == ENOENT || uerror == EJUSTRETURN) { 384 uerror = ENOENT; 444 if ((uerror == EJUSTRETURN) && (cnp->cn_flags & ISLASTCN) && 447 uerror = EROFS; 450 * at this point, we have uerror and lerror indicating 477 if ((uerror != 0) && (lerror != 0)) { 478 return (uerror); [all...] |
/src/sys/fs/udf/ |
udf_vnops.c | 262 int uerror; local in function:udf_read 264 uerror = udf_update(vp, NULL, NULL, NULL, UPDATE_WAIT); 266 error = uerror;
|
udf_vnops.c | 262 int uerror; local in function:udf_read 264 uerror = udf_update(vp, NULL, NULL, NULL, UPDATE_WAIT); 266 error = uerror;
|
/src/sys/dev/usb/ |
if_zyd.c | 795 usbd_status uerror; local in function:zyd_cmd 819 uerror = usbd_transfer(xfer); 820 if (uerror != USBD_IN_PROGRESS && uerror != 0) { 822 device_xname(sc->sc_dev), usbd_errstr(uerror));
|
if_zyd.c | 795 usbd_status uerror; local in function:zyd_cmd 819 uerror = usbd_transfer(xfer); 820 if (uerror != USBD_IN_PROGRESS && uerror != 0) { 822 device_xname(sc->sc_dev), usbd_errstr(uerror));
|