HomeSort by: relevance | last modified time | path
    Searched defs:pxe (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efipxe.c 32 EFI_PXE_BASE_CODE *pxe; member in struct:efipxeinfo
45 EFI_PXE_BASE_CODE *pxe; local in function:efi_pxe_probe
73 &PxeBaseCodeProtocol, (void **)&pxe);
77 if (pxe->Mode == NULL ||
78 (!pxe->Mode->DhcpAckReceived && !pxe->Mode->PxeReplyReceived))
106 epi->pxe = pxe;
124 printf("pxe pxe%d", n++)
    [all...]
efipxe.c 32 EFI_PXE_BASE_CODE *pxe; member in struct:efipxeinfo
45 EFI_PXE_BASE_CODE *pxe; local in function:efi_pxe_probe
73 &PxeBaseCodeProtocol, (void **)&pxe);
77 if (pxe->Mode == NULL ||
78 (!pxe->Mode->DhcpAckReceived && !pxe->Mode->PxeReplyReceived))
106 epi->pxe = pxe;
124 printf("pxe pxe%d", n++)
    [all...]
  /src/sys/stand/efiboot/
efipxe.c 32 EFI_PXE_BASE_CODE *pxe; member in struct:efipxeinfo
45 EFI_PXE_BASE_CODE *pxe; local in function:efi_pxe_probe
73 &PxeBaseCodeProtocol, (void **)&pxe);
77 if (pxe->Mode == NULL ||
78 (!pxe->Mode->DhcpAckReceived && !pxe->Mode->PxeReplyReceived))
106 epi->pxe = pxe;
efipxe.c 32 EFI_PXE_BASE_CODE *pxe; member in struct:efipxeinfo
45 EFI_PXE_BASE_CODE *pxe; local in function:efi_pxe_probe
73 &PxeBaseCodeProtocol, (void **)&pxe);
77 if (pxe->Mode == NULL ||
78 (!pxe->Mode->DhcpAckReceived && !pxe->Mode->PxeReplyReceived))
106 epi->pxe = pxe;
  /src/sys/arch/i386/stand/pxeboot/
pxe.c 1 /* $NetBSD: pxe.c,v 1.18 2013/10/20 19:47:28 christos Exp $ */
69 * Support for the Intel Preboot Execution Environment (PXE).
71 * PXE provides a UDP implementation as well as a UNDI network device
72 * driver. UNDI is much more complicated to use than PXE UDP, so we
73 * use PXE UDP as a cheap and easy way to get PXE support.
102 #include "pxe.h"
228 * Since the PXE BIOS has already done DHCP, make sure we
268 * PXE initialization and support routines
285 pxe_t *pxe; local in function:pxe_init
    [all...]
pxe.c 1 /* $NetBSD: pxe.c,v 1.18 2013/10/20 19:47:28 christos Exp $ */
69 * Support for the Intel Preboot Execution Environment (PXE).
71 * PXE provides a UDP implementation as well as a UNDI network device
72 * driver. UNDI is much more complicated to use than PXE UDP, so we
73 * use PXE UDP as a cheap and easy way to get PXE support.
102 #include "pxe.h"
228 * Since the PXE BIOS has already done DHCP, make sure we
268 * PXE initialization and support routines
285 pxe_t *pxe; local in function:pxe_init
    [all...]

Completed in 28 milliseconds