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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtio-solaris.h141 PFNVIRTIOGET pfnGet; /* Hypervisor get. */ member in struct:VirtioHyperOps
/vbox/src/VBox/Debugger/
H A DDBGCInternal.h365 PFNDBGCSYMGET pfnGet; member in struct:DBGCSYM
/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp286 DEVSMCKEYGETTER *pfnGet; member in struct:DEVSMCKEYDESC
289 /** The keyvalue size. If 0 the pfnGet/pfnPut will define/check the size. */
667 if (g_aSmcKeys[iKey].pfnGet)
669 bRc = g_aSmcKeys[iKey].pfnGet(pThis, &pThis->CurKey, pThis->bCmd, &g_aSmcKeys[iKey]);
755 bRc = g_aSmcKeys[iKey].pfnGet(pThis, &pThis->CurKey, pThis->bCmd, &g_aSmcKeys[iKey]);

Completed in 100 milliseconds