/freebsd/sys/netipsec/ |
H A D | ipsec_output.c | 177 *error = EJUSTRETURN; in ipsec4_allocsa() 213 if (error == EJUSTRETURN) { /* No IPsec required */ in ipsec4_perform_request() 249 return (EJUSTRETURN); in ipsec4_perform_request() 365 if (error != EJUSTRETURN) in ipsec4_check_pmtu() 436 if (error == EJUSTRETURN) in ipsec4_common_output1() 443 if (error == EJUSTRETURN) { in ipsec4_common_output1() 616 *error = EJUSTRETURN; in ipsec6_allocsa() 642 if (error == EJUSTRETURN) { /* No IPsec required */ in ipsec6_perform_request() 679 return (EJUSTRETURN); in ipsec6_perform_request() 783 if (error != EJUSTRETURN) in ipsec6_check_pmtu() [all …]
|
/freebsd/sys/kern/ |
H A D | kern_context.c | 97 return (ret == 0 ? EJUSTRETURN : ret); in sys_setcontext() 126 return (ret == 0 ? EJUSTRETURN : ret); in sys_swapcontext()
|
/freebsd/sys/dev/mii/ |
H A D | jmphy.c | 122 if (jmphy_setmedia(sc, ife) != EJUSTRETURN) in jmphy_service() 318 return (EJUSTRETURN); in jmphy_setmedia() 341 return (EJUSTRETURN); in jmphy_setmedia()
|
H A D | ukphy.c | 145 if (mii_phy_tick(sc) == EJUSTRETURN) in ukphy_service()
|
H A D | pnaphy.c | 132 if (mii_phy_tick(sc) == EJUSTRETURN) in pnaphy_service()
|
H A D | axphy.c | 117 if (mii_phy_tick(sc) == EJUSTRETURN) in axphy_service()
|
H A D | icsphy.c | 151 if (mii_phy_tick(sc) == EJUSTRETURN) in icsphy_service()
|
H A D | mcommphy.c | 79 if (mii_phy_tick(sc) == EJUSTRETURN) in mcommphy_service()
|
H A D | rdcphy.c | 150 if (mii_phy_tick(sc) == EJUSTRETURN) in rdcphy_service()
|
H A D | amphy.c | 124 if (mii_phy_tick(sc) == EJUSTRETURN) in amphy_service()
|
H A D | bmtphy.c | 164 if (mii_phy_tick(sc) == EJUSTRETURN) in bmtphy_service()
|
H A D | dp83822phy.c | 191 if (mii_phy_tick(sc) == EJUSTRETURN) in dp_service()
|
H A D | gentbi.c | 196 if (mii_phy_tick(sc) == EJUSTRETURN) in gentbi_service()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 232 inline int EJUSTRETURN = -2; variable 233 #pragma D binding "1.0" EJUSTRETURN 345 errno == EJUSTRETURN ? "don't modify regs, just return" :
|
/freebsd/sys/compat/linux/ |
H A D | linux_emul.c | 228 if (error != EJUSTRETURN) in linux_common_execve() 253 return (EJUSTRETURN); in linux_common_execve()
|
/freebsd/sys/vm/ |
H A D | vm_domainset.c | 345 return (EJUSTRETURN); in vm_domainset_iter_page() 360 return (EJUSTRETURN); in vm_domainset_iter_policy()
|
/freebsd/sys/sys/ |
H A D | errno.h | 190 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vnops.c | 434 if (error == 0 || error == EJUSTRETURN) { in null_lookup() 454 if (error == EJUSTRETURN && (flags & ISLASTCN) != 0 && in null_lookup() 459 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in null_lookup() 1033 return (EJUSTRETURN); in null_read_pgcache()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_sim.c | 55 KASSERT(ccb->ccb_h.spriv_ioerror != EJUSTRETURN, in nvmf_ccb_done() 85 ccb->ccb_h.spriv_ioerror = EJUSTRETURN; in nvmf_ccb_io_complete()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 364 return (EJUSTRETURN); in sys_sigreturn() 931 return (EJUSTRETURN); in freebsd32_sigreturn() 978 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_setcontext() 1007 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_swapcontext() 1019 if (error == EJUSTRETURN) in cpu_set_syscall_retval()
|
/freebsd/sys/dev/fxp/ |
H A D | inphy.c | 130 if (mii_phy_tick(sc) == EJUSTRETURN) in inphy_service()
|
/freebsd/sys/dev/usb/net/ |
H A D | ruephy.c | 149 if (mii_phy_auto(sc) == EJUSTRETURN) in ruephy_service()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_errno.c | 539 #ifdef EJUSTRETURN 540 EJUSTRETURN,
|
/freebsd/sys/security/audit/ |
H A D | bsm_errno.c | 540 #ifdef EJUSTRETURN 541 EJUSTRETURN,
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_signal.c | 292 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_setcontext() 321 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_swapcontext() 745 return (EJUSTRETURN); in ofreebsd32_sigreturn() 814 return (EJUSTRETURN); in freebsd4_freebsd32_sigreturn() 915 return (EJUSTRETURN); in freebsd32_sigreturn()
|