Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dundi.c77 undi.pxe->UNDIData.Seg_Addr, undi.pxe->UNDIData.Seg_Size, in pxe_dump()
820 VIRTUAL(undi.pxe->UNDIData.Seg_Addr, 0), in undi_unload_base_code()
821 undi.pxe->UNDIData.Seg_Size, DONTSHOOT ); in undi_unload_base_code()
882 undi.driver_data = VIRTUAL(undi.pxe->UNDIData.Seg_Addr, in undi_full_shutdown()
884 undi.driver_data_size = undi.pxe->UNDIData.Seg_Size; in undi_full_shutdown()
H A Dpxe.h126 SEGDESC_t UNDIData; member