Searched refs:pxe_p (Results 1 – 1 of 1) sorted by relevance
55 static pxe_t *pxe_p = NULL; /* !PXE */ variable131 pxe_p = (pxe_t *)PTOV(pxenv_p->PXEPtr.segment * 16 + in pxe_enable()186 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) { in pxe_init()187 pxe_p = NULL; in pxe_init()191 checkptr = (uint8_t *)pxe_p; in pxe_init()192 for (counter = 0; counter < pxe_p->StructLength; in pxe_init()196 pxe_p = NULL; in pxe_init()213 pxe_p->EntryPointSP.segment, in pxe_init()214 pxe_p->EntryPointSP.offset); in pxe_init()221 pxe_p = NULL; in pxe_init()[all …]