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

/vbox/src/VBox/Devices/Storage/
H A DATAPIPassthrough.h27 typedef struct TRACKLIST *PTRACKLIST; typedef in typeref:struct:TRACKLIST
35 DECLHIDDEN(int) ATAPIPassthroughTrackListCreateEmpty(PTRACKLIST *ppTrackList);
43 DECLHIDDEN(void) ATAPIPassthroughTrackListDestroy(PTRACKLIST pTrackList);
51 DECLHIDDEN(void) ATAPIPassthroughTrackListClear(PTRACKLIST pTrackList);
61 DECLHIDDEN(int) ATAPIPassthroughTrackListUpdate(PTRACKLIST pTrackList, const uint8_t *pCDB, const void *pvBuf);
70 DECLHIDDEN(uint32_t) ATAPIPassthroughTrackListGetSectorSizeFromLba(PTRACKLIST pTrackList, uint32_t iAtapiLba);
H A DATAPIPassthrough.cpp111 } TRACKLIST, *PTRACKLIST; typedef in typeref:struct:TRACKLIST
143 static int atapiTrackListReallocate(PTRACKLIST pTrackList, unsigned cTracks, uint32_t fFlags)
271 static int atapiTrackListUpdateFromSendCueSheet(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
298 static int atapiTrackListUpdateFromSendDvdStructure(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
312 static int atapiTrackListUpdateFromFormattedToc(PTRACKLIST pTrackList, uint8_t iTrack,
368 static int atapiTrackListUpdateFromReadTocPmaAtip(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
397 static int atapiTrackListUpdateFromReadTrackInformation(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
402 static int atapiTrackListUpdateFromReadDvdStructure(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
407 static int atapiTrackListUpdateFromReadDiscInformation(PTRACKLIST pTrackList, const uint8_t *pbCDB, const void *pvBuf)
476 static void atapiTrackListDump(PTRACKLIST pTrackLis
[all...]
H A DDevAHCI.cpp533 R3PTRTYPE(PTRACKLIST) pTrackList;
H A DDevATA.cpp315 R3PTRTYPE(PTRACKLIST) pTrackList;

Completed in 104 milliseconds