Home
last modified time | relevance | path

Searched refs:newPowerInfo (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_driver.c3218 esxVI_AutoStartPowerInfo *newPowerInfo = NULL; in esxDomainSetAutostart() local
3271 esxVI_Int_Alloc(&newPowerInfo->startOrder) < 0 || in esxDomainSetAutostart()
3272 esxVI_Int_Alloc(&newPowerInfo->startDelay) < 0 || in esxDomainSetAutostart()
3273 esxVI_Int_Alloc(&newPowerInfo->stopDelay) < 0 || in esxDomainSetAutostart()
3276 esxVI_AutoStartPowerInfo_Free(&newPowerInfo); in esxDomainSetAutostart()
3280 newPowerInfo->key = virtualMachine->obj; in esxDomainSetAutostart()
3286 newPowerInfo->stopAction = (char *)"none"; in esxDomainSetAutostart()
3298 if (newPowerInfo) { in esxDomainSetAutostart()
3299 newPowerInfo->key = NULL; in esxDomainSetAutostart()
3300 newPowerInfo->startAction = NULL; in esxDomainSetAutostart()
[all …]