Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c167 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { in pxe_init()
201 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) { in pxe_init()
H A Dpxe.h53 #define S_SIZE(s) s, sizeof(s) - 1 macro