Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py28 ECHRNG = errno.ENXIO variable
32 ECHRNG = errno.ECHRNG
H A Dexceptions.py24 ECHRNG,
545 errno = ECHRNG
H A D_error_translation.py36 ECHRNG,
575 if ret == 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.c453 *result = SET_ERROR(ECHRNG); in zcp_convert_return_values()
891 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
915 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
940 ri->zri_result = SET_ERROR(ECHRNG); in zcp_eval_impl()
962 ri->zri_result = SET_ERROR(ECHRNG); in zcp_pool_error()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c119 #ifdef ECHRNG
120 ECHRNG,
/freebsd/sys/security/audit/
H A Dbsm_errno.c120 #ifdef ECHRNG
121 ECHRNG,
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h72 #define ECHRNG ENXIO macro
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4608 if (error != ECHRNG) { in ztest_objset_destroy_cb()
4642 if (error != 0 && error != EEXIST && error != ECHRNG) { in ztest_snapshot_create()
4659 if (error != 0 && error != ENOENT && error != ECHRNG) in ztest_snapshot_destroy()