Home
last modified time | relevance | path

Searched refs:_cond (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Derror_ext.h443 #define ASSERT_COND(_cond) argument
445 #define ASSERT_COND(_cond) \ argument
447 if (!(_cond)) { \
486 #define SANITY_CHECK_RETURN(_cond, _err) argument
487 #define SANITY_CHECK_EXIT(_cond, _err) argument
493 if (!(_cond)) { \
500 if (!(_cond)) { \
506 #define SANITY_CHECK_RETURN(_cond, _err) \ argument
508 if (!(_cond)) { \
514 #define SANITY_CHECK_EXIT(_cond, _err) \ argument
[all …]
/f-stack/freebsd/net/
H A Dif_vlan.c155 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument
157 for (_i = 0; !(_cond) && _i < VLAN_ARRAY_SIZE; _i++) \
168 #define VLAN_FOREACH_UNTIL_SAFE(_ifv, _trunk, _cond) \ argument
172 !(_cond) && _i < (1 << (_trunk)->hwidth); \
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx.h20 #define EFX_STATIC_ASSERT(_cond) \ argument
21 ((void)sizeof (char[(_cond) ? 1 : -1]))