Home | History | Annotate | Download | only in src

Lines Matching defs:bufs

185    VMWAREVideoBuffer  bufs[VMWARE_VID_NUM_BUFFERS];
685 pVid->bufs[0].dataOffset = pVid->fbarea->offset;
686 pVid->bufs[0].data = pVMWARE->FbBase + pVid->bufs[0].dataOffset;
689 pVid->bufs[i].dataOffset = pVid->bufs[i-1].dataOffset + pVid->size;
690 pVid->bufs[i].data = pVMWARE->FbBase + pVid->bufs[i].dataOffset;
842 memcpy(pVid->bufs[pVid->currBuf].data, buf, pVid->size);
857 pVid->bufs[pVid->currBuf].dataOffset;