Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dundi.c80 undi.pxe->BC_Code.Seg_Addr, undi.pxe->BC_Code.Seg_Size ); in pxe_dump()
770 void *bc_code = VIRTUAL( undi.pxe->BC_Code.Seg_Addr, 0 ); in undi_unload_base_code()
771 size_t bc_code_size = undi.pxe->BC_Code.Seg_Size; in undi_unload_base_code()
779 if ( undi.pxe->BC_Code.Seg_Addr == 0 ) return 1; in undi_unload_base_code()
H A Dpxe.h130 SEGDESC_t BC_Code; member