Lines Matching refs:cEntriesAlloc
5790 * @param cEntriesAlloc Number of list entries available.
5794 VBOXDDU_DECL(int) VDBackendInfo(unsigned cEntriesAlloc, PVDBACKENDINFO pEntries,
5801 LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed));
5803 AssertMsgReturn(cEntriesAlloc,
5804 ("cEntriesAlloc=%u\n", cEntriesAlloc),
5815 if (cEntriesAlloc < g_cBackends)
5877 * @param cEntriesAlloc Number of list entries available.
5881 VBOXDDU_DECL(int) VDFilterInfo(unsigned cEntriesAlloc, PVDFILTERINFO pEntries,
5887 LogFlowFunc(("cEntriesAlloc=%u pEntries=%#p pcEntriesUsed=%#p\n", cEntriesAlloc, pEntries, pcEntriesUsed));
5889 AssertMsgReturn(cEntriesAlloc,
5890 ("cEntriesAlloc=%u\n", cEntriesAlloc),
5901 if (cEntriesAlloc < g_cFilterBackends)