Home
last modified time | relevance | path

Searched refs:pnp_bios (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dundi.h106 typedef struct pnp_bios { struct
206 pnp_bios_t *pnp_bios; member
H A Dundi.c209 undi.pnp_bios = (pnp_bios_t *) phys_to_virt ( 0xf0000 + off ); in hunt_pnp_bios()
210 if ( undi.pnp_bios->signature == PNP_BIOS_SIGNATURE ) { in hunt_pnp_bios()
212 if ( checksum(undi.pnp_bios,sizeof(pnp_bios_t)) !=0) { in hunt_pnp_bios()
221 undi.pnp_bios = NULL; in hunt_pnp_bios()
461 undi.pxs->loader.di = virt_to_phys ( undi.pnp_bios ) - 0xf0000; in undi_loader()
522 undi.pxs->start_undi.di = virt_to_phys ( undi.pnp_bios ) - 0xf0000; in eb_pxenv_start_undi()