Searched defs:vdDiskIfaces (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp109 vdDiskIfaces(NULL),
181 PVDINTERFACE vdDiskIfaces; member in struct:Medium::Data
962 sizeof(VDINTERFACEERROR), &m->vdDiskIfaces);
3263 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &pDisk);
3341 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &pDisk);
5525 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
6085 vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
6427 vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
7388 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceType(), &hdd);
7544 int vrc = VDCreate(m->vdDiskIfaces, i_convertDeviceTyp
[all...]

Completed in 67 milliseconds