Home
last modified time | relevance | path

Searched defs:RETURN_ERROR (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Derror_private.h127 #define RETURN_ERROR(err, ...) \ macro
/freebsd/sys/contrib/ncsw/inc/
H A Derror_ext.h340 #define RETURN_ERROR(_level, _err, _vmsg) \ macro
401 #define RETURN_ERROR(_level, _err, _vmsg) \ macro
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h51 #define RETURN_ERROR(str) do { \ macro
/freebsd/lib/libc/db/hash/
H A Dhash.c77 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h105 #define RETURN_ERROR(err, ...) \ macro
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c110 #define RETURN_ERROR(errorNum, retType, ...) { \ macro
/freebsd/sys/contrib/edk2/Include/
H A DBase.h995 #define RETURN_ERROR(StatusCode) (((INTN)(RETURN_STATUS)(StatusCode)) < 0) macro