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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1121 static PVBOXHDDRAWPARTDESC appendPartDesc(uint32_t *pcPartDescs, PVBOXHDDRAWPARTDESC *ppPartDescs) argument
1123 (*pcPartDescs)++;
1126 *pcPartDescs * sizeof(VBOXHDDRAWPARTDESC));
1130 p = p + *pcPartDescs - 1;

Completed in 38 milliseconds