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

/vbox/include/VBox/vmm/
H A Dpdmifs.h2285 typedef struct PDMIACPIPORT *PPDMIACPIPORT;
2290 typedef struct PDMIACPIPORT struct
2344 } PDMIACPIPORT; typedef in typeref:struct:PDMIACPIPORT
2345 /** PDMIACPIPORT interface ID. */
2353 * Pair with PDMIACPIPORT.
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp976 pThis->pPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIACPIPORT);
H A DDevACPI.cpp317 PDMIACPIPORT IACPIPort;
780 * @interface_method_impl{PDMIACPIPORT,pfnPowerButtonPress}
796 * @interface_method_impl{PDMIACPIPORT,pfnGetPowerButtonHandled}
810 * @interface_method_impl{PDMIACPIPORT,pfnGetGuestEnteredACPIMode, Check if the
825 * @interface_method_impl{PDMIACPIPORT,pfnGetCpuStatus}
2047 PDMIBASE_RETURN_INTERFACE(pszIID, PDMIACPIPORT, &pThis->IACPIPort);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2312 PPDMIACPIPORT pApicPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);
2543 PPDMIACPIPORT pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);
2587 PPDMIACPIPORT pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);
2638 PPDMIACPIPORT pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);
2678 PPDMIACPIPORT pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);
5285 PPDMIACPIPORT pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIACPIPORT);

Completed in 88 milliseconds