/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 341 return ERROR_CODE(_err) 387 #define REPORT_ERROR(_level, _err, _vmsg) \ argument 394 ErrTypeStrings((e_ErrorType)GET_ERROR_TYPE(_err))); \ 401 #define RETURN_ERROR(_level, _err, _vmsg) \ argument 403 REPORT_ERROR(_level, (_err), _vmsg); \ 404 return ERROR_CODE(_err); \ 484 #define SANITY_CHECK_RETURN_ERROR(_cond, _err) argument [all …]
|
/freebsd/sys/sys/ |
H A D | qmath.h | 485 int _err = Q_QCANREPQ(r, _l); \ 486 if (!_err) { \ 490 _err; \ 496 int _err = Q_QCANREPQ(r, *(l)); \ 497 if (!_err) \ 499 _err; \ 526 int _err; \ 527 if ((_err = Q_NORMPREC(a, b))) while (0); /* NOP */ \ 529 _err = EINVAL; /* Divide by zero or cannot represent. */\ 537 _err; \ [all …]
|
/freebsd/lib/libsys/i386/ |
H A D | _umtx_op_err.S | 31 ENTRY(__CONCAT(x, _err)); \ 35 END(__CONCAT(x, _err))
|
/freebsd/libexec/rc/rc.d/ |
H A D | bluetooth | 47 local _err _file _line _namespace 51 _err=0 78 _err=1 84 return $_err
|
/freebsd/lib/libsys/amd64/ |
H A D | _umtx_op_err.S | 30 #define RSYSCALL_ERR(x) ENTRY(__CONCAT(x, _err)); \ 34 END(__CONCAT(x, _err));
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_prtn.c | 201 goto _err; in osm_prtn_add_all() 205 _err: in osm_prtn_add_all() 367 goto _err; in prtn_make_default() 370 goto _err; in prtn_make_default() 382 _err: in prtn_make_default() 419 goto _err; in osm_prtn_make_partitions() 447 _err: in osm_prtn_make_partitions()
|
H A D | osm_pkey_mgr.c | 832 goto _err; in osm_pkey_mgr_process() 886 _err: in osm_pkey_mgr_process()
|
/freebsd/lib/libc/gen/ |
H A D | stringlist.c | 51 _err(1, "stringlist: %m"); in sl_init() 57 _err(1, "stringlist: %m"); in sl_init()
|
H A D | err.c | 66 __weak_reference(_err, err); 69 _err(int eval, const char *fmt, ...) in _err() function
|
H A D | Symbol.map | 542 _err;
|
/freebsd/sys/net/ |
H A D | if_bridgevar.h | 316 #define BRIDGE_OUTPUT(_ifp, _m, _err) do { \ argument 319 _err = (*(_ifp)->if_bridge_output)(_ifp, _m, NULL, NULL); \
|
/freebsd/tools/build/libc-bootstrap/ |
H A D | namespace.h | 47 #define err _err
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 16 #define rte_strerror(_err) "strerror_not_implemented" argument
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | _libdwarf.h | 57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument 58 _dwarf_set_error(_d, _e, _err, _elf_err, __func__, __LINE__) 59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument 60 _DWARF_SET_ERROR(_d, _e, _err, 0)
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 43 #define err _err
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2180 local file _err _me _opts 2183 _err=0 2209 _err=1 2215 _err=1 2221 _err=1 2233 _err=1 2239 if [ $_err -ne 0 ]; then 2245 return $_err
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive.h | 1091 __LA_DECL void archive_set_error(struct archive *, int _err,
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 765 {asn1,krb5}_err.h).
|