Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/i386/stand/libsa/
Dpxe.c313 pxenv = (pxenv_t *)cp; \
314 if (pxenv->Signature[0] == 'P' && \
315 pxenv->Signature[1] == 'X' && \
316 pxenv->Signature[2] == 'E' && \
317 pxenv->Signature[3] == 'N' && \
318 pxenv->Signature[4] == 'V' && \
319 pxenv->Signature[5] == '+') { \
321 i < pxenv->Length; i++) \
327 pxenv = NULL; \
330 pxenv = NULL; \
[all …]