Home
last modified time | relevance | path

Searched refs:pxe_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dundi.c230 pxe_t *pxe = NULL; in hunt_pixie()
236 pxe = (pxe_t *) phys_to_virt ( ptr ); in hunt_pixie()
239 if ( checksum ( pxe, sizeof(pxe_t) ) != 0 ) { in hunt_pixie()
448 pxe_t *pxe = NULL; in undi_loader()
495 if ( checksum ( pxe, sizeof(pxe_t) ) != 0 ) { in undi_loader()
1209 pxe_t *pxe; in undi_bios_pxe()
1212 pxe = (pxe_t *) VIRTUAL(ptr[0], ptr[1]); in undi_bios_pxe()
1218 if (checksum(pxe, sizeof(pxe_t)) != 0) { in undi_bios_pxe()
H A Dundi.h209 pxe_t *pxe;
H A Dpxe.h132 } PACKED pxe_t; typedef