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

/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/
H A DVBoxNetAdp-freebsd.c118 VBoxNetAdpFreeBSDModuleEvent(struct module *pMod, int enmEventType, void *pvArg) argument
124 switch (enmEventType)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp547 VMMDevCpuEventType enmEventType; local
548 rc = VbglR3CpuHotPlugWaitForEvent(&enmEventType, &idCpuCore, &idCpuPackage);
551 VBoxServiceVerbose(3, "CpuHotPlug: Event happened idCpuCore=%u idCpuPackage=%u enmEventType=%d\n",
552 idCpuCore, idCpuPackage, enmEventType);
553 switch (enmEventType)
567 VBoxServiceError("CpuHotPlug: Unknown event: idCpuCore=%u idCpuPackage=%u enmEventType=%d\n",
568 idCpuCore, idCpuPackage, enmEventType);
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c69 static int VBoxDrvFreeBSDModuleEvent(struct module *pMod, int enmEventType, void *pvArg);
133 * @param enmEventType The event type (modeventtype_t).
138 static int VBoxDrvFreeBSDModuleEvent(struct module *pMod, int enmEventType, void *pvArg) argument
141 switch (enmEventType)
/vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/
H A DVBoxNetFlt-freebsd.c160 static int vboxnetflt_modevent(struct module *pMod, int enmEventType, void *pvArg) argument
166 switch (enmEventType)
/vbox/include/VBox/
H A DVMMDev.h1358 VMMDevCpuEventType enmEventType; member in struct:__anon179

Completed in 64 milliseconds