Searched refs:BC_Code (Results 1 – 2 of 2) sorted by relevance
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()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()
130 SEGDESC_t BC_Code; member