Searched refs:S_SIZE (Results 1 – 3 of 3) sorted by relevance
153 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { in pxe_init()186 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) { in pxe_init()
50 #define S_SIZE(s) s, sizeof(s) - 1 macro
1251 #define S_SIZE 4 macro1253 #define V_SIZE(x) ((x) << S_SIZE)1254 #define G_SIZE(x) (((x) >> S_SIZE) & CXGBE_M_SIZE)