Home
last modified time | relevance | path

Searched defs:_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
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 Dif_vlan.c155 #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 Defx.h20 #define EFX_STATIC_ASSERT(_cond) \ argument