Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_agent.h33 void (*errorNotify)(qemuAgent *mon, member
H A Dqemu_agent.c625 void (*errorNotify)(qemuAgent *, virDomainObj *) in qemuAgentIO() local
626 = agent->cb->errorNotify; in qemuAgentIO()
634 (errorNotify)(agent, vm); in qemuAgentIO()
H A Dqemu_monitor.c643 qemuMonitorErrorNotifyCallback errorNotify = mon->cb->errorNotify; in qemuMonitorIO() local
650 (errorNotify)(mon, vm, mon->callbackOpaque); in qemuMonitorIO()
677 if (!cb->errorNotify) { in qemuMonitorOpenInternal()
H A Dqemu_monitor.h430 qemuMonitorErrorNotifyCallback errorNotify; member
H A Dqemu_process.c199 .errorNotify = qemuProcessHandleAgentError,
1898 .errorNotify = qemuProcessHandleMonitorError,
9005 .errorNotify = virQEMUCapsMonitorNotify,
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemumonitortestutils.c976 .errorNotify = qemuMonitorTestErrorNotify,
990 .errorNotify = qemuMonitorTestAgentNotify,