Searched defs:_cond (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | error_ext.h | 443 #define ASSERT_COND(_cond) argument 445 #define ASSERT_COND(_cond) \ 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 498 #define SANITY_CHECK_RETURN_VALUE(_cond, _err, retval) \ argument 506 #define SANITY_CHECK_RETURN(_cond, _err) \ argument 514 #define SANITY_CHECK_EXIT(_cond, _err) \ argument
|
| /f-stack/freebsd/net/ |
| H A D | if_vlan.c | 155 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument 168 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx.h | 20 #define EFX_STATIC_ASSERT(_cond) \ argument
|