Lines Matching defs:pxe
1 /* $NetBSD: pxe.c,v 1.18 2013/10/20 19:47:28 christos Exp $ */
102 #include "pxe.h"
285 pxe_t *pxe;
303 pxe = NULL;
323 if (pxe == NULL) {
324 pxe = (pxe_t *)cp;
325 if (MEMSTRCMP(pxe->Signature, "!PXE"))
326 pxe = NULL;
329 i < pxe->StructLength; i++)
335 pxe = NULL;
340 if (pxe != NULL && pxenv != NULL)
344 if (pxe == NULL && pxenv == NULL) {
352 if (pxenv->Version >= 0x0201 && pxe != NULL) {
358 if (pxe != NULL) {
360 bangpxe_off = pxe->EntryPointSP.offset;
361 bangpxe_seg = pxe->EntryPointSP.segment;
404 strncpy(bi_netif.ifname, "pxe", sizeof(bi_netif.ifname));