pxe_t
pxe_p = (pxe_t *)PTOV(pxenv_p->PXEPtr.segment * 16 +
static pxe_t *pxe_p = NULL; /* !PXE */
pxe_t *pxe;
pxe = (pxe_t *) VIRTUAL(ptr[0], ptr[1]);
if (checksum(pxe, sizeof(pxe_t)) != 0) {
pxe_t *pxe = NULL;
pxe = (pxe_t *) phys_to_virt ( ptr );
if ( checksum ( pxe, sizeof(pxe_t) ) != 0 ) {
pxe_t *pxe = NULL;
if ( checksum ( pxe, sizeof(pxe_t) ) != 0 ) {
pxe_t *pxe;