Searched refs:DPMI_allocRealSeg (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c48 void DPMI_allocRealSeg(int size,int *sel,int *r_seg) function
51 * Function: DPMI_allocRealSeg
68 FatalError("DPMI_allocRealSeg failed!");
76 * Function: DPMI_allocRealSeg
306 DPMI_allocRealSeg(VESABuf_len, &VESABuf_sel, &VESABuf_rseg);

Completed in 15 milliseconds