Home
last modified time | relevance | path

Searched refs:EJUSTRETURN (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/sys/netipsec/
H A Dipsec_output.c177 *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 Dkern_context.c97 return (ret == 0 ? EJUSTRETURN : ret); in sys_setcontext()
126 return (ret == 0 ? EJUSTRETURN : ret); in sys_swapcontext()
/freebsd/sys/dev/mii/
H A Djmphy.c122 if (jmphy_setmedia(sc, ife) != EJUSTRETURN) in jmphy_service()
318 return (EJUSTRETURN); in jmphy_setmedia()
341 return (EJUSTRETURN); in jmphy_setmedia()
H A Dukphy.c145 if (mii_phy_tick(sc) == EJUSTRETURN) in ukphy_service()
H A Dpnaphy.c132 if (mii_phy_tick(sc) == EJUSTRETURN) in pnaphy_service()
H A Daxphy.c117 if (mii_phy_tick(sc) == EJUSTRETURN) in axphy_service()
H A Dicsphy.c151 if (mii_phy_tick(sc) == EJUSTRETURN) in icsphy_service()
H A Dmcommphy.c79 if (mii_phy_tick(sc) == EJUSTRETURN) in mcommphy_service()
H A Drdcphy.c150 if (mii_phy_tick(sc) == EJUSTRETURN) in rdcphy_service()
H A Damphy.c124 if (mii_phy_tick(sc) == EJUSTRETURN) in amphy_service()
H A Dbmtphy.c164 if (mii_phy_tick(sc) == EJUSTRETURN) in bmtphy_service()
H A Ddp83822phy.c191 if (mii_phy_tick(sc) == EJUSTRETURN) in dp_service()
H A Dgentbi.c196 if (mii_phy_tick(sc) == EJUSTRETURN) in gentbi_service()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d232 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 Dlinux_emul.c228 if (error != EJUSTRETURN) in linux_common_execve()
253 return (EJUSTRETURN); in linux_common_execve()
/freebsd/sys/vm/
H A Dvm_domainset.c345 return (EJUSTRETURN); in vm_domainset_iter_page()
360 return (EJUSTRETURN); in vm_domainset_iter_policy()
/freebsd/sys/sys/
H A Derrno.h190 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c434 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 Dnvmf_sim.c55 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 Dexec_machdep.c364 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 Dinphy.c130 if (mii_phy_tick(sc) == EJUSTRETURN) in inphy_service()
/freebsd/sys/dev/usb/net/
H A Druephy.c149 if (mii_phy_auto(sc) == EJUSTRETURN) in ruephy_service()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c539 #ifdef EJUSTRETURN
540 EJUSTRETURN,
/freebsd/sys/security/audit/
H A Dbsm_errno.c540 #ifdef EJUSTRETURN
541 EJUSTRETURN,
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c292 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()

12345