Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dlibxl_migration.c487 int hookret; in libxlDomainMigrationPrepareAny() local
489 hookret = libxlDomainHookRun(driver, *def, in libxlDomainMigrationPrepareAny()
495 if (hookret < 0) { in libxlDomainMigrationPrepareAny()
497 } else if (hookret == 0) { in libxlDomainMigrationPrepareAny()
/dports/devel/myrepos/mr-1.20180726/
H A Dmr1091 my ($hookret, $hook_out)=hook("pre_$action", $topdir, $subdir);
1092 return $hookret if $hookret != OK;
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c1457 int flag, hookret, stack_pos = histsave_stack_pos; in hend() local
1503 callhookfunc("zshaddhistory", hookargs, 1, &hookret); in hend()
1529 else if (hookret == 2) in hend()
1531 else if (hookret) in hend()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_migration.c2827 int hookret; in qemuMigrationDstPrepareAny() local
2834 hookret = virHookCall(VIR_HOOK_DRIVER_QEMU, (*def)->name, in qemuMigrationDstPrepareAny()
2838 if (hookret < 0) { in qemuMigrationDstPrepareAny()
2840 } else if (hookret == 0) { in qemuMigrationDstPrepareAny()
H A Dqemu_process.c8871 int hookret; in qemuProcessReconnect() local
8873 hookret = virHookCall(VIR_HOOK_DRIVER_QEMU, obj->def->name, in qemuProcessReconnect()
8880 if (hookret < 0) in qemuProcessReconnect()
H A Dqemu_driver.c5923 int hookret; in qemuDomainRestoreFlags() local
5925 if ((hookret = virHookCall(VIR_HOOK_DRIVER_QEMU, def->name, in qemuDomainRestoreFlags()
5933 if (hookret == 0 && !virStringIsEmpty(xmlout)) { in qemuDomainRestoreFlags()
6199 int hookret; in qemuDomainObjRestore() local
6201 if ((hookret = virHookCall(VIR_HOOK_DRIVER_QEMU, def->name, in qemuDomainObjRestore()
6207 if (hookret == 0 && !virStringIsEmpty(xmlout)) { in qemuDomainObjRestore()
/dports/devel/libvirt/libvirt-7.10.0/src/network/
H A Dbridge_driver.c314 int hookret; in networkRunHook() local
334 hookret = virHookCall(VIR_HOOK_DRIVER_NETWORK, def->name, in networkRunHook()
340 if (hookret < 0) in networkRunHook()