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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp335 LOG_CONF nextLogConf; local
347 cmRet = CM_Get_Next_Res_Des(&nextLogConf, firstLogConf, 2, 0L, 0L);
360 cmRet = CM_Get_Res_Des_Data_Size((PULONG)(&u32Size), nextLogConf, 0L);
364 CM_Free_Res_Des_Handle(nextLogConf);
372 CM_Free_Res_Des_Handle(nextLogConf);
375 cmRet = CM_Get_Res_Des_Data(nextLogConf, pBuf, u32Size, 0L);
379 CM_Free_Res_Des_Handle(nextLogConf);
391 nextLogConf,
400 CM_Free_Res_Des_Handle(nextLogConf);
401 nextLogConf
[all...]

Completed in 44 milliseconds