Searched refs:EJUSTRETURN (Results 26 - 50 of 95) sorted by relevance

1234

/freebsd-11-stable/sys/dev/ct/
H A Dct.c753 return EJUSTRETURN;
757 return EJUSTRETURN;
761 return EJUSTRETURN;
780 return EJUSTRETURN;
878 return EJUSTRETURN;
923 if (ct_reselected(ct, scsi_status) == EJUSTRETURN)
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c796 return EJUSTRETURN;
803 return EJUSTRETURN;
819 return EJUSTRETURN;
825 return EJUSTRETURN;
830 return EJUSTRETURN;
989 if (stg_reselected(sc) == EJUSTRETURN)
/freebsd-11-stable/sys/netipsec/
H A Dipsec_output.c167 * IPsec processing, i.e. return EJUSTRETURN.
172 *error = EJUSTRETURN;
206 if (error == EJUSTRETURN) { /* No IPsec required */
338 if (error == EJUSTRETURN) {
479 * IPsec processing, i.e. return EJUSTRETURN.
484 *error = EJUSTRETURN;
509 if (error == EJUSTRETURN) { /* No IPsec required */
631 if (error == EJUSTRETURN) {
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c325 return (EJUSTRETURN);
533 * execve() should return EJUSTRETURN, like it does on NetBSD.
785 return (EJUSTRETURN);
832 return (ret == 0 ? EJUSTRETURN : ret);
861 return (ret == 0 ? EJUSTRETURN : ret);
873 if (error == EJUSTRETURN)
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c396 if ((error == 0 || error == EJUSTRETURN) &&
416 if (error == EJUSTRETURN && (flags & ISLASTCN) != 0 &&
421 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) {
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c274 return (EJUSTRETURN);
321 return (ret == 0 ? EJUSTRETURN : ret);
350 return (ret == 0 ? EJUSTRETURN : ret);
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c532 #ifdef EJUSTRETURN
533 EJUSTRETURN,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c534 #ifdef EJUSTRETURN
535 EJUSTRETURN,
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c420 return (EJUSTRETURN);
444 if (error == EJUSTRETURN)
/freebsd-11-stable/sys/dev/mii/
H A Dip1000phy.c322 return (EJUSTRETURN);
H A Dnsphy.c194 if (mii_phy_tick(sc) == EJUSTRETURN)
H A Dtlphy.c339 case EJUSTRETURN:
H A Dtruephy.c204 if (mii_phy_tick(sc) == EJUSTRETURN)
H A Dxmphy.c273 return (EJUSTRETURN);
H A Datphy.c365 return (EJUSTRETURN);
H A Dmicphy.c313 if (mii_phy_tick(sc) == EJUSTRETURN)
H A Dvscphy.c217 if (mii_phy_tick(sc) == EJUSTRETURN)
H A Dmii_physubr.c285 return (EJUSTRETURN);
323 return (EJUSTRETURN);
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500.c808 return EJUSTRETURN;
816 return EJUSTRETURN;
897 return EJUSTRETURN;
962 if (ncv_reselected(sc) == EJUSTRETURN)
/freebsd-11-stable/sys/arm64/arm64/
H A Dvm_machdep.c156 case EJUSTRETURN:
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c226 case EJUSTRETURN:
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_signal.c292 return (ret == 0 ? EJUSTRETURN : ret);
321 return (ret == 0 ? EJUSTRETURN : ret);
752 return (EJUSTRETURN);
827 return (EJUSTRETURN);
933 return (EJUSTRETURN);
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c277 return (EJUSTRETURN);
292 return (EJUSTRETURN);
/freebsd-11-stable/sys/dev/dc/
H A Ddcphy.c394 return (EJUSTRETURN);
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c227 error = EJUSTRETURN;
251 if (error == EJUSTRETURN)
514 return (EJUSTRETURN);

Completed in 148 milliseconds

1234