Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dpxe.c308 if (MEMSTRCMP(pxenv->Signature, "PXENV+")) in pxe_init()
325 if (MEMSTRCMP(pxe->Signature, "!PXE")) in pxe_init()
H A Dpxe.h38 #define MEMSTRCMP(p, s) memcmp((p), (s), sizeof(s) - 1) macro