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

/vbox/src/VBox/Debugger/
H A DDBGCInternal.h3 * DBGC - Debugger Console, Internal Header File.
103 typedef struct DBGC struct
215 } DBGC; typedef in typeref:struct:DBGC
217 typedef DBGC *PDBGC;
219 /** Converts a Command Helper pointer to a pointer to DBGC instance data. */
220 #define DBGC_CMDHLP2DBGC(pCmdHlp) ( (PDBGC)((uintptr_t)(pCmdHlp) - RT_OFFSETOF(DBGC, CmdHlp)) )
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h486 #define DBGC( ... ) DBGC_IF ( LOG, ##__VA_ARGS__ ) macro

Completed in 46 milliseconds