Searched defs:_err (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/ |
H A D | error_ext.h | 82 #define ERROR_CODE(_err) ((((uint32_t)_err) & 0x0000FFFF) | __ERR_MODULE__) argument 338 #define REPORT_ERROR(_level, _err, _vmsg) argument 340 #define RETURN_ERROR(_level, _err, _vmsg) \ argument 387 #define REPORT_ERROR(_level, _err, _vmsg) \ argument 401 #define RETURN_ERROR(_level, _err, _vmsg) \ argument 484 #define SANITY_CHECK_RETURN_ERROR(_cond, _err) argument 485 #define SANITY_CHECK_RETURN_VALUE(_cond, _err, retval) argument 486 #define SANITY_CHECK_RETURN(_cond, _err) argument 487 #define SANITY_CHECK_EXIT(_cond, _err) argument 491 #define SANITY_CHECK_RETURN_ERROR(_cond, _err) \ argument [all …]
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 16 #define rte_strerror(_err) "strerror_not_implemented" argument
|
/freebsd/lib/libc/gen/ |
H A D | err.c | 69 _err(int eval, const char *fmt, ...) in _err() function
|
/freebsd/sys/net/ |
H A D | if_bridgevar.h | 316 #define BRIDGE_OUTPUT(_ifp, _m, _err) do { \ argument
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | _libdwarf.h | 57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument 59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument
|