Home
last modified time | relevance | path

Searched refs:VIR_ERR_OK (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirerror.c262 if (!err || err->code == VIR_ERR_OK) in virGetLastError()
280 return VIR_ERR_OK; in virGetLastErrorCode()
315 if (err && err->code == VIR_ERR_OK) in virGetLastErrorMessage()
567 if (conn->err.code == VIR_ERR_OK) in virConnCopyLastError()
644 if ((err == NULL) || (err->code == VIR_ERR_OK)) in virDefaultErrorFunc()
701 if (err->code == VIR_ERR_OK) in virDispatchError()
802 if (code == VIR_ERR_OK) in virRaiseErrorInternal()
929 [VIR_ERR_OK] = { NULL, NULL },
H A Dvirmodule.c127 if (virGetLastErrorCode() == VIR_ERR_OK) { in virModuleLoad()
H A Dvirconf.c104 if (error == VIR_ERR_OK) in virConfErrorHelper()
H A Dvirxml.c1069 if (virGetLastErrorCode() == VIR_ERR_OK) { in virXMLParseHelper()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetclientstream.c88 if (((st->rx || st->incomingEOF || st->err.code != VIR_ERR_OK || st->closed) && in virNetClientStreamEventTimerUpdate()
110 (st->rx || st->incomingEOF || st->err.code != VIR_ERR_OK || st->closed)) in virNetClientStreamEventTimer()
202 if (st->err.code != VIR_ERR_OK) { in virNetClientStreamCheckState()
222 if (st->err.code != VIR_ERR_OK) { in virNetClientStreamCheckSendStatus()
270 if (st->err.code != VIR_ERR_OK) in virNetClientStreamSetError()
H A Dvirnetmessage.c514 if (rerr->code != VIR_ERR_OK) in virNetMessageSaveError()
H A Dvirnetlibsshsession.c474 if (virGetLastErrorCode() == VIR_ERR_OK) { in virNetLibsshImportPrivkey()
H A Dvirnetclient.c983 if (virGetLastErrorCode() != VIR_ERR_OK) in virNetClientSetTLSSession()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-console.c105 if (con->error.code == VIR_ERR_OK && err) in virConsoleShutdown()
488 if (con->error.code == VIR_ERR_OK) in virshRunConsole()
H A Dvsh.c189 if (virGetLastErrorCode() == VIR_ERR_OK) in vshSaveLibvirtHelperError()
225 if (!last_error || last_error->code == VIR_ERR_OK) in vshReportError()
229 if (last_error->code == VIR_ERR_OK) { in vshReportError()
/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dvirterror.h210 VIR_ERR_OK = 0, enumerator
/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DError.java151 VIR_ERR_OK, enumConstant
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_monitor.c547 if (mon->lastError.code != VIR_ERR_OK) { in qemuMonitorIO()
607 if (mon->lastError.code != VIR_ERR_OK) { in qemuMonitorIO()
611 if (virGetLastErrorCode() == VIR_ERR_OK && !mon->goteof) in qemuMonitorIO()
825 if (mon->lastError.code == VIR_ERR_OK) { in qemuMonitorRegister()
887 if (mon->lastError.code == VIR_ERR_OK) { in qemuMonitorClose()
907 if (mon->lastError.code != VIR_ERR_OK && virGetLastErrorCode() == VIR_ERR_OK) in qemuMonitorClose()
937 if (mon->lastError.code != VIR_ERR_OK) { in qemuMonitorSend()
964 if (mon->lastError.code != VIR_ERR_OK) { in qemuMonitorSend()
988 if (mon->lastError.code == VIR_ERR_OK) in qemuMonitorLastError()
H A Dqemu_agent.c482 if (agent->lastError.code == VIR_ERR_OK) { in qemuAgentRegister()
545 if (agent->lastError.code != VIR_ERR_OK) { in qemuAgentIO()
588 if (agent->lastError.code != VIR_ERR_OK) { in qemuAgentIO()
592 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuAgentIO()
796 if (agent->lastError.code != VIR_ERR_OK) { in qemuAgentSend()
832 if (agent->lastError.code != VIR_ERR_OK) { in qemuAgentSend()
H A Dqemu_saveimage.c678 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuSaveImageStartVM()
H A Dqemu_snapshot.c358 if (virGetLastErrorCode() == VIR_ERR_OK) { in qemuSnapshotCreateActiveInternal()
1508 if (virGetLastErrorCode() == VIR_ERR_OK) { in qemuSnapshotCreateActiveExternal()
H A Dqemu_migration.c3652 if (err && err->code == VIR_ERR_OK) { in qemuMigrationSrcIOFunc()
3722 if (io->err.code != VIR_ERR_OK) { in qemuMigrationSrcStopTunnel()
5750 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuMigrationDstFinish()
5889 if (retcode != 0 && !dom && virGetLastErrorCode() == VIR_ERR_OK) in qemuMigrationDstFinish()
H A Dqemu_process.c488 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuProcessFakeReboot()
7632 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuProcessFinishStartup()
H A Dqemu_domain.c5908 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuDomainObjExitMonitor()
11375 if (virGetLastErrorCode() == VIR_ERR_OK) in qemuDomainFileWrapperFDClose()
/dports/devel/libvirt/libvirt-7.10.0/src/remote/
H A Dremote_ssh_helper.c340 if (virGetLastErrorCode() != VIR_ERR_OK) in virRemoteSSHHelperRun()
H A Dremote_daemon_stream.c240 if (origErr && origErr->code != VIR_ERR_OK) { in daemonStreamEvent()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dtestutils.c104 if (virGetLastErrorCode() == VIR_ERR_OK) in virTestPropagateLibvirtError()
H A Dcommandtest.c105 if (virGetLastErrorCode() == VIR_ERR_OK) in test0()
/dports/devel/libvirt/libvirt-7.10.0/src/interface/
H A Dinterface_backend_netcf.c264 return VIR_ERR_OK; in netcf_to_vir_err()
/dports/devel/libvirt/libvirt-7.10.0/src/lxc/
H A Dlxc_controller.c1337 if (virGetLastErrorCode() == VIR_ERR_OK) in virLXCControllerMain()

12