Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_plat_services.h351 #define al_assert(COND) \ argument
353 if (!(COND)) \
356 __FILE__, __LINE__, __func__, #COND); \
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h543 D(UNALL_NUM, 0x01 /* 1*/, COND, Q.850, "Unallocated (unassigned) number") \
545 D(NOROUTE, 0x03 /* 3*/, COND, Q.850, "No route to destination") \
552 D(CLEARING, 0x10 /* 16*/, COND, Q.850, "Normal call clearing") \
584 D(QOS_NAVL, 0x31 /* 49*/, COND, Q.850, "Quality of service not available") \