EM_KASSERT 170 dev/pci/if_em_osdep.h #define EM_KASSERT(exp,msg) do { if (!(exp)) panic msg; } while (0) EM_KASSERT 172 dev/pci/if_em_osdep.h #define EM_KASSERT(exp,msg)