Searched refs:RTCdromOpenByOrdinal (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dcdrom.h138 * This is handy for using RTCdromOpenByOrdinal() or RTCdromOrdinalToName() to
173 RTDECL(int) RTCdromOpenByOrdinal(unsigned iCdrom, uint32_t fFlags, PRTCDROM phCdrom);
H A Dmangling.h314 # define RTCdromOpenByOrdinal RT_MANGLER(RTCdromOpenByOrdinal) macro
/vbox/src/VBox/Runtime/generic/
H A Dcdrom-generic.cpp99 RTDECL(int) RTCdromOpenByOrdinal(unsigned iCdrom, uint32_t fFlags, PRTCDROM phCdrom) function
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1324 int rc = RTCdromOpenByOrdinal(iOrdinal, RTCDROM_O_CONTROL, &hCdrom);
1326 return txsReplyRC(pPktHdr, rc, "RTCdromOpenByOrdinal(%u, RTCDROM_O_CONTROL, )", iOrdinal);

Completed in 89 milliseconds