Home
last modified time | relevance | path

Searched refs:ECHRNG (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py29 ECHRNG = errno.ENXIO variable
33 ECHRNG = errno.ECHRNG variable
H A Dexceptions.py25 ECHRNG,
546 errno = ECHRNG
H A D_error_translation.py37 ECHRNG,
576 if ret == ECHRNG:
/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/
H A Dlinux_extension_errors.h20 MsgMapping(ECHRNG, "Channel number out of range"),
75 MsgMapping(ECHRNG, "ECHRNG"),
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py50 ECHRNG = 44 variable
184 ECHRNG: 'Channel number out of range',
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h38 #define ECHRNG EDOM macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c454 *result = SET_ERROR(ECHRNG); in zcp_convert_return_values()
892 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
916 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
941 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
963 ri->zri_result = SET_ERROR(ECHRNG); in zcp_pool_error()
/freebsd/sys/security/audit/
H A Dbsm_errno.c120 #ifdef ECHRNG
121 ECHRNG,
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c119 #ifdef ECHRNG
120 ECHRNG,
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h70 #define ECHRNG ENXIO macro
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4634 if (error != ECHRNG) { in ztest_objset_destroy_cb()
4668 if (error != 0 && error != EEXIST && error != ECHRNG) { in ztest_snapshot_create()
4685 if (error != 0 && error != ENOENT && error != ECHRNG) in ztest_snapshot_destroy()