Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dpxe.c153 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()
H A Dpxe.h50 #define S_SIZE(s) s, sizeof(s) - 1 macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1251 #define S_SIZE 4 macro
1253 #define V_SIZE(x) ((x) << S_SIZE)
1254 #define G_SIZE(x) (((x) >> S_SIZE) & CXGBE_M_SIZE)