Searched refs:EDOM (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h38 #define ECHRNG EDOM
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c63 {"EDOM", EDOM},
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h18 EDOM
265 # ifndef EDOM
266 # define EDOM 9947 macro
/freebsd-current/sys/contrib/rdma/krping/
H A Dgetopt.c66 return -EDOM;
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dmath_errf.c65 return isnan (x) ? y : with_errnof (y, EDOM);
H A Dmath_err.c65 return isnan (x) ? y : with_errno (y, EDOM);
/freebsd-current/sys/xen/
H A Derror.h57 [XEN_EDOM] = EDOM,
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c63 return isnan (x) ? y : with_errnof (y, EDOM);
H A Dmath_err.c63 return isnan (x) ? y : with_errno (y, EDOM);
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py39 EDOM = 33 variable
174 EDOM: 'Numerical argument out of domain',
/freebsd-current/sys/contrib/xen/
H A Derrno.h89 XEN_ERRNO(EDOM, 33) /* Math argument out of domain of func */
/freebsd-current/sys/sys/
H A Derrno.h87 #define EDOM 33 /* Numerical argument out of domain */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d94 inline int EDOM = 33;
95 #pragma D binding "1.0" EDOM
279 errno == EDOM ? "Numerical argument out of domain" :
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h26 argument_out_of_domain, // EDOM
123 argument_out_of_domain = EDOM,
/freebsd-current/stand/liblua/
H A Dlerrno.c80 ENTRY(EDOM),
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_errno.c191 #ifdef EDOM
195 atf_tc_fail_nonfatal("EDOM not defined");
/freebsd-current/sys/contrib/ncsw/inc/
H A Derror_ext.h122 ,E_INVALID_VALUE = EDOM /**< Invalid value. */
/freebsd-current/lib/libutil/
H A Dpidfile.c370 return (EDOM);
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dafssys.c198 saved_errno != EDOM &&
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c114 { BSM_ERRNO_EDOM, EDOM, ES("Numerical argument out of domain") },
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c115 { BSM_ERRNO_EDOM, EDOM, ES("Numerical argument out of domain") },
/freebsd-current/sys/dev/ice/
H A Dice_strings.c403 case EDOM:
404 str = "EDOM";
/freebsd-current/sys/fs/fuse/
H A Dfuse_node.c148 return (EDOM);
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1444 #ifdef EDOM
1445 case EDOM:
1446 return ("EDOM");
/freebsd-current/sys/dev/md/
H A Dmd.c1567 return (EDOM);
1591 return (EDOM);
1623 return (EDOM);
1645 error = EDOM;
1667 return (EDOM);

Completed in 351 milliseconds

12