Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dkern_context.c101 return (ret == 0 ? EJUSTRETURN : ret); in sys_setcontext()
130 return (ret == 0 ? EJUSTRETURN : ret); in sys_swapcontext()
H A Dkern_malloc.c529 return (EJUSTRETURN); in malloc_dbg()
551 return (EJUSTRETURN); in malloc_dbg()
841 return (EJUSTRETURN); in free_dbg()
846 return (EJUSTRETURN); in free_dbg()
H A Dkern_exec.c230 AUDIT_SYSCALL_EXIT(error == EJUSTRETURN ? 0 : error, td); in sys_execve()
258 AUDIT_SYSCALL_EXIT(error == EJUSTRETURN ? 0 : error, td); in sys_fexecve()
287 AUDIT_SYSCALL_EXIT(error == EJUSTRETURN ? 0 : error, td); in sys___mac_execve()
328 if (error == EJUSTRETURN) in post_execve()
971 return (error == 0 ? EJUSTRETURN : error); in do_execve()
H A Dvfs_vnops.c878 return (EJUSTRETURN); in vn_read_from_obj()
895 error = EJUSTRETURN; in vn_read_from_obj()
922 error = EJUSTRETURN; in vn_read_from_obj()
932 error = EJUSTRETURN; in vn_read_from_obj()
952 error = EJUSTRETURN; in vn_read_from_obj()
970 return (uio->uio_resid == 0 ? 0 : EJUSTRETURN); in vn_read_from_obj()
1006 if (error != EJUSTRETURN) in vn_read()
/f-stack/freebsd/netipsec/
H A Dipsec_output.c174 *error = EJUSTRETURN; in ipsec4_allocsa()
208 if (error == EJUSTRETURN) { /* No IPsec required */ in ipsec4_perform_request()
353 if (error == EJUSTRETURN) { in ipsec4_common_output()
499 *error = EJUSTRETURN; in ipsec6_allocsa()
524 if (error == EJUSTRETURN) { /* No IPsec required */ in ipsec6_perform_request()
658 if (error == EJUSTRETURN) { in ipsec6_common_output()
/f-stack/freebsd/vm/
H A Dvm_domainset.c328 return (EJUSTRETURN); in vm_domainset_iter_page()
343 return (EJUSTRETURN); in vm_domainset_iter_policy()
/f-stack/freebsd/sys/
H A Derrno.h193 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c257 return (EJUSTRETURN); in freebsd32_sigreturn()
304 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_setcontext()
333 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_swapcontext()
/f-stack/freebsd/arm64/linux/
H A Dlinux_machdep.c83 AUDIT_SYSCALL_EXIT(error == EJUSTRETURN ? 0 : error, td); in linux_execve()
/f-stack/freebsd/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c111 case EJUSTRETURN: in cloudabi64_set_syscall_retval()
/f-stack/freebsd/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c131 case EJUSTRETURN: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c131 case EJUSTRETURN: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/arm/cloudabi32/
H A Dcloudabi32_sysvec.c119 case EJUSTRETURN: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c543 #ifdef EJUSTRETURN
544 EJUSTRETURN,
/f-stack/freebsd/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c153 case EJUSTRETURN: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c137 case EJUSTRETURN: in cloudabi64_set_syscall_retval()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c291 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_setcontext()
320 return (ret == 0 ? EJUSTRETURN : ret); in freebsd32_swapcontext()
750 return (EJUSTRETURN); in ofreebsd32_sigreturn()
825 return (EJUSTRETURN);
931 return (EJUSTRETURN);
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c419 return (EJUSTRETURN); in ugidfw_rulecheck()
443 if (error == EJUSTRETURN) in ugidfw_check()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c187 case EJUSTRETURN: in cpu_set_syscall_retval()
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c224 case EJUSTRETURN: in freebsd32_set_syscall_retval()
H A Dvm_machdep.c155 case EJUSTRETURN: in cpu_set_syscall_retval()
/f-stack/freebsd/amd64/linux/
H A Dlinux_machdep.c116 AUDIT_SYSCALL_EXIT(error == EJUSTRETURN ? 0 : error, td); in linux_execve()
H A Dlinux_sysvec.c230 case EJUSTRETURN: in linux_set_syscall_retval()
599 return (EJUSTRETURN); in linux_rt_sigreturn()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c667 return (EJUSTRETURN); in linux_sigreturn()
755 return (EJUSTRETURN); in linux_rt_sigreturn()
797 if (error != ERESTART && error != EJUSTRETURN) in linux_set_syscall_retval()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c545 return (EJUSTRETURN); in linux_sigreturn()
638 return (EJUSTRETURN); in linux_rt_sigreturn()
680 if (error != ERESTART && error != EJUSTRETURN) in linux32_set_syscall_retval()

12