Searched refs:pxenv_p (Results 1 – 1 of 1) sorted by relevance
54 static pxenv_t *pxenv_p = NULL; /* PXENV+ */ variable130 pxenv_p = (pxenv_t *)pxeinfo; in pxe_enable()131 pxe_p = (pxe_t *)PTOV(pxenv_p->PXEPtr.segment * 16 + in pxe_enable()132 pxenv_p->PXEPtr.offset); in pxe_enable()149 if (pxenv_p == NULL) in pxe_init()153 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { in pxe_init()154 pxenv_p = NULL; in pxe_init()159 if (pxenv_p->Length > sizeof(*pxenv_p)) { in pxe_init()161 pxenv_p = NULL; in pxe_init()170 checkptr = (uint8_t *) pxenv_p; in pxe_init()[all …]