Searched refs:Seg_Addr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.c | 76 undi.pxe->Stack.Seg_Addr, undi.pxe->Stack.Seg_Size, in pxe_dump() 77 undi.pxe->UNDIData.Seg_Addr, undi.pxe->UNDIData.Seg_Size, in pxe_dump() 78 undi.pxe->UNDICode.Seg_Addr, undi.pxe->UNDICode.Seg_Size, in pxe_dump() 79 undi.pxe->BC_Data.Seg_Addr, undi.pxe->BC_Data.Seg_Size, in pxe_dump() 80 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() 772 void *bc_data = VIRTUAL( undi.pxe->BC_Data.Seg_Addr, 0 ); in undi_unload_base_code() 774 void *bc_stck = VIRTUAL( undi.pxe->Stack.Seg_Addr, 0 ); in undi_unload_base_code() 779 if ( undi.pxe->BC_Code.Seg_Addr == 0 ) return 1; in undi_unload_base_code() 817 VIRTUAL(undi.pxe->UNDICode.Seg_Addr, 0), in undi_unload_base_code() [all …]
|
H A D | pxe.h | 71 uint16_t Seg_Addr; member
|