Searched refs:EJUSTRETURN (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c538 * EJUSTRETURN if the caller should revert to a linear search.
633 error = EJUSTRETURN;
642 error = EJUSTRETURN;
653 error = EJUSTRETURN;
H A Dufs_vnops.c1187 if (error != 0 && error != EJUSTRETURN) {
1196 if (error == EJUSTRETURN && tvp != NULL) {
2224 error = EJUSTRETURN;
2247 if (error == EJUSTRETURN)
/freebsd-11-stable/sys/geom/
H A Dgeom_disk.c432 error = EJUSTRETURN;
490 error = EJUSTRETURN;
562 if (error != EJUSTRETURN)
H A Dgeom_io.c455 return (EJUSTRETURN);
820 return (EJUSTRETURN);
H A Dgeom_slice.c266 if (error && error != EJUSTRETURN)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.c839 return EJUSTRETURN;
1660 return EJUSTRETURN;
1669 return EJUSTRETURN;
1693 if (scsi_low_resume(slp) == EJUSTRETURN)
2113 if (rv == EJUSTRETURN)
3068 return EJUSTRETURN;
3467 return EJUSTRETURN;
3474 if (((*sdp->md_msgfunc) (slp)) == EJUSTRETURN)
3475 return EJUSTRETURN;
3520 return EJUSTRETURN;
[all...]
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp.c1212 return EJUSTRETURN;
1225 return EJUSTRETURN;
1445 if (nsp_reselected(sc) == EJUSTRETURN)
/freebsd-11-stable/sys/dev/mii/
H A Drgephy.c424 return (EJUSTRETURN);
H A De1000phy.c499 return (EJUSTRETURN);
/freebsd-11-stable/sys/mips/mips/
H A Dpm_machdep.c204 return (EJUSTRETURN);
H A Dvm_machdep.c337 case EJUSTRETURN:
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c166 case EJUSTRETURN:
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c410 case EJUSTRETURN:
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c400 case EJUSTRETURN:
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c232 if (error != EJUSTRETURN)
550 return (EJUSTRETURN);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c878 return (EJUSTRETURN);
979 if (err != EJUSTRETURN)
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c1126 error = EJUSTRETURN;
1173 error = EJUSTRETURN;
1296 error = EJUSTRETURN;
H A Dtmpfs_vnops.c142 error = EJUSTRETURN;
1243 if (error == EJUSTRETURN)
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c458 return (EJUSTRETURN);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c576 return (EJUSTRETURN);
678 return (EJUSTRETURN);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c670 return (EJUSTRETURN);
767 return (EJUSTRETURN);
/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c935 if (error != EJUSTRETURN)
1204 if (error != EJUSTRETURN)
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vnops.c193 if (uerror == ENOENT || uerror == EJUSTRETURN)
217 if (udvp != NULLVP && (uerror == 0 || uerror == EJUSTRETURN))
257 if (uerror != 0 && uerror != EJUSTRETURN && udvp != NULLVP &&
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c496 if (hme_watchdog(sc) == EJUSTRETURN)
1382 return (EJUSTRETURN);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c408 return (EJUSTRETURN);

Completed in 268 milliseconds

1234