Home
last modified time | relevance | path

Searched full:cancel (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c164 * As of Linux 3.7 the tpm_tis driver does not properly cancel in tpm_passthrough_cancel_cmd()
166 * Only cancel if we're busy so we don't cancel someone else's in tpm_passthrough_cancel_cmd()
178 error_report("Cannot cancel TPM command due to missing " in tpm_passthrough_cancel_cmd()
179 "TPM sysfs cancel entry"); in tpm_passthrough_cancel_cmd()
206 * determine the sysfs cancel file following kernel documentation
208 * From /dev/tpm0 create /sys/class/tpm/tpm0/device/cancel
209 * before 4.0: /sys/class/misc/tpm0/device/cancel
220 error_report("tpm_passthrough: Could not open TPM cancel path: %s", in tpm_passthrough_open_sysfs_cancel()
234 if (snprintf(path, sizeof(path), "/sys/class/tpm/%s/device/cancel", in tpm_passthrough_open_sysfs_cancel()
238 if (snprintf(path, sizeof(path), "/sys/class/misc/%s/device/cancel", in tpm_passthrough_open_sysfs_cancel()
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dcancel-redundant-workflows.yml5 name: Cancel redundant workflows
17 cancel-redundant-workflows:
20 - uses: styfle/cancel-workflow-action@0.10.0
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dmrb_section.html98 <!-- cancel button -->
99 <%include tmpl='#cancel-template'/%>
124 <%include tmpl='#cancel-template'/%>
149 <%include tmpl='#cancel-template'/%>
164 <!-- cancel button -->
165 <%include tmpl='#cancel-template'/%>
187 <!-- cancel button -->
188 <%include tmpl='#cancel-template'/%>
273 <!-- cancel button or no cancel icon -->
274 <script id="cancel-template" type="text/x-jsrender">
[all …]
H A Dproject.html37 <li>Cancel its builds currently in progress</li>
54 <button type="button" class="btn btn-link" data-dismiss="modal">Cancel</button>
74 <a href="#" id="cancel-machine-change" class="btn btn-link">Cancel</a>
91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
125 …hange-release-btn">Change</button> <a href="#" id="cancel-release-change" class="btn btn-link">Can…
H A Dproject_specific.html37 <li>Cancel its builds currently in progress</li>
54 <button type="button" class="btn btn-link" data-dismiss="modal">Cancel</button>
74 <a href="#" id="cancel-machine-change" class="btn btn-link">Cancel</a>
91 <a href="#" id="cancel-distro-change" class="btn btn-link">Cancel</a>
123 …hange-release-btn">Change</button> <a href="#" id="cancel-release-change" class="btn btn-link">Can…
H A Dproject_specific_topbar.html37 <a href="#" id="project-name-change-cancel" class="btn btn-lg btn-link">Cancel</a>
72 …<button id="cancel-project-button" class="btn info btn-lg" data-project-id="{{project.id}}">Cancel
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_rule.hpp58 * @brief Used to cancel a delay based power off when
61 void cancel() in cancel() function in phosphor::fan::monitor::PowerOffRule
65 // force the cancel in cancel()
66 _action->cancel(true); in cancel()
95 // Attempt to cancel the action, but don't force it in check()
96 if (_action->cancel(false)) in check()
H A Dpower_off_action.hpp26 * the cancel() method, which is really only useful when
72 * @brief Attempts to cancel the power off, if the derived
80 * @param[in] force - If the cancel should be forced
82 * @return bool - If the cancel was allowed/successful
84 virtual bool cancel(bool force) = 0;
190 * @param[in] force - If the cancel should be forced or not
194 bool cancel(bool) override in cancel() function in phosphor::fan::monitor::HardPowerOff
282 * @param[in] force - If the cancel should be forced or not
286 bool cancel(bool) override in cancel() function in phosphor::fan::monitor::SoftPowerOff
423 * @brief Attempts to cancel the action
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D21871 log('=== Cancel mirror job before convergence ===')
82 log(vm.qmp('block-job-cancel', device='mirror', force=False))
96 log(vm.qmp('block-job-cancel', device='mirror', force=True))
103 log('=== Cancel mirror job after convergence ===')
116 log(vm.qmp('block-job-cancel', device='mirror', force=False))
132 log(vm.qmp('block-job-cancel', device='mirror', force=True))
138 log('=== Cancel mirror job from throttled node by quitting ===')
H A D218.out2 === Cancel mirror job before convergence ===
16 === Cancel mirror job after convergence ===
32 === Cancel mirror job from throttled node by quitting ===
H A D141.out10 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
24 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
38 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
51 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
64 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
/openbmc/qemu/include/block/
H A Dblock-copy.h89 * Cancel running block-copy call.
91 * Cancel leaves block-copy state valid: dirty bits are correct and you may use
92 * cancel + <run block_copy with same parameters> to emulate pause/resume.
94 * Note also, that the cancel is async: it only marks block-copy call to be
/openbmc/openbmc/poky/scripts/contrib/
H A Ddialog-power-control48 …log --yesno "$PROMPT" --title "TestImage Power Control" --yes-label "Done" --no-label "Cancel test"
50 …n --text="$PROMPT" --title="TestImage Power Control" --ok-label="Done" --cancel-label="Cancel test"
/openbmc/qemu/qapi/
H A Dtpm.json78 # @cancel-path: string showing the TPM's sysfs cancel file for
85 '*cancel-path': 'str' },
178 # { "cancel-path": "/sys/class/misc/tpm0/device/cancel",
H A Djob.json96 # @cancel: see `job-cancel`
115 'data': ['cancel', 'pause', 'resume', 'set-speed', 'complete', 'dismiss',
171 # @job-cancel:
173 # Instruct an active background job to cancel at the next opportunity.
177 # The job will cancel as soon as possible and then emit a
180 # because it was almost done and there was no opportunity to cancel
187 { 'command': 'job-cancel', 'data': { 'id': 'str' } }
229 # the JOB_READY event, `job-cancel` or `job-complete` will still need to
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareModalSwitchToRunning.vue5 :cancel-title="$t('global.action.cancel')"
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue58 <template #modal-footer="{ cancel }">
61 data-test-id="factoryReset-button-cancel"
62 @click="cancel()"
64 {{ $t('global.action.cancel') }}
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumpsModalConfirmation.vue29 <template #modal-footer="{ cancel }">
30 <b-button variant="secondary" @click="cancel()">
31 {{ $t('global.action.cancel') }}
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalDns.vue34 <template #modal-footer="{ cancel }">
35 <b-button variant="secondary" @click="cancel()">
36 {{ $t('global.action.cancel') }}
H A DModalHostname.vue34 <template #modal-footer="{ cancel }">
35 <b-button variant="secondary" @click="cancel()">
36 {{ $t('global.action.cancel') }}
H A DModalMacAddress.vue35 <template #modal-footer="{ cancel }">
36 <b-button variant="secondary" @click="cancel()">
37 {{ $t('global.action.cancel') }}
/openbmc/qemu/tests/unit/
H A Dtest-blockjob.c398 g_test_add_func("/blockjob/cancel/created", test_cancel_created); in main()
399 g_test_add_func("/blockjob/cancel/running", test_cancel_running); in main()
400 g_test_add_func("/blockjob/cancel/paused", test_cancel_paused); in main()
401 g_test_add_func("/blockjob/cancel/ready", test_cancel_ready); in main()
402 g_test_add_func("/blockjob/cancel/standby", test_cancel_standby); in main()
403 g_test_add_func("/blockjob/cancel/pending", test_cancel_pending); in main()
404 g_test_add_func("/blockjob/cancel/concluded", test_cancel_concluded); in main()
/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_rule_test.cpp83 // It doesn't really make much sense to cancel a rule after it in TEST()
85 rules[0]->cancel(); in TEST()
108 // cancel it before it runs. in TEST()
117 rules[2]->cancel(); in TEST()
/openbmc/phosphor-webui/app/common/directives/
H A Dconfirm.js15 $scope.cancel = function() {
21 $scope.cancel();
/openbmc/qemu/
H A D.patchew.yml35 {% if not is_timeout %} {{ cancel }} {% endif %}
53 {{ cancel }}
61 {{ cancel }}
76 {{ cancel }}
79 {{ cancel }}
110 {{ cancel }}

12345678910>>...16