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

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp42 /** Converts a pointer to DRVCHAR::ICharConnector to a PDRVCHAR. */
43 #define PDMICHAR_2_DRVCHAR(pInterface) RT_FROM_MEMBER(pInterface, DRVCHAR, ICharConnector)
54 typedef struct DRVCHAR struct
81 } DRVCHAR, *PDRVCHAR; typedef in typeref:struct:DRVCHAR
82 AssertCompileMemberAlignment(DRVCHAR, StatBytesRead, 8);
433 sizeof(DRVCHAR),

Completed in 43 milliseconds