Searched defs:RETURN_ERROR (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | error_private.h | 127 #define RETURN_ERROR(err, ...) \ macro
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | error_ext.h | 340 #define RETURN_ERROR(_level, _err, _vmsg) \ macro 401 #define RETURN_ERROR(_level, _err, _vmsg) \ macro
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.h | 51 #define RETURN_ERROR(str) do { \ macro
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro
|
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 77 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | zstd_internal.h | 106 #define RETURN_ERROR(err, ...) \ macro
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchzstd.c | 110 #define RETURN_ERROR(errorNum, retType, ...) { \ macro
|
/freebsd/sys/contrib/edk2/Include/ |
H A D | Base.h | 1068 #define RETURN_ERROR(StatusCode) (((RETURN_STATUS)(StatusCode)) >= MAX_BIT) macro
|