Home
last modified time | relevance | path

Searched full:confirmed (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumpsModalConfirmation.vue20 <b-form-checkbox v-model="confirmed" @input="v$.confirmed.$touch()">
24 :state="getValidationState(v$.confirmed)"
63 confirmed: false,
70 confirmed: {
89 this.confirmed = false;
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue257 .then((confirmed) => {
258 if (confirmed) this.$store.dispatch('controls/serverSoftReboot');
263 .then((confirmed) => {
264 if (confirmed) this.$store.dispatch('controls/serverHardReboot');
284 .then((confirmed) => {
285 if (confirmed) this.$store.dispatch('controls/serverSoftPowerOff');
291 .then((confirmed) => {
292 if (confirmed) this.$store.dispatch('controls/serverHardPowerOff');
/openbmc/u-boot/cmd/
H A Dfuse.c46 int confirmed = argc >= 3 && !strcmp(argv[2], "-y"); in do_fuse() local
50 argc -= 2 + confirmed; in do_fuse()
51 argv += 2 + confirmed; in do_fuse()
103 if (!confirmed && !confirm_prog()) in do_fuse()
/openbmc/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue77 .then((confirmed) => {
78 if (confirmed) this.rebootBmc();
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Ddo_fuse.c56 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() local
69 if (!confirmed) { in do_updt_fuse()
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Ddo_fuse.c56 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() local
69 if (!confirmed) { in do_updt_fuse()
/openbmc/qemu/docs/system/openrisc/
H A Dcpu-features.rst13 These features are on by default and the presence can be confirmed by checking
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/
H A Dopensc_0.26.1.bb7 eID cards have also been confirmed to work."
/openbmc/openbmc/poky/meta/conf/
H A Dcve-check-map.conf18 # use when CVE is confirmed by upstream but fix is still not available
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_delete_project.py94 delete_btn = self.find('#delete-project-confirmed')
H A Dtest_layerdetails_page.py179 self.click("#layer-delete-confirmed")
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecurity-subjects.rst126 If the issue is confirmed and affects the code maintained by the YP, they
130 If the issue is confirmed and affects an upstream project, the YP security team
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DVim11 …the obligation to send him your changes ceases. Once the maintainer has confirmed that he has rece…
/openbmc/u-boot/include/configs/
H A Dls2080a_common.h134 /* TODO Actual DPL max length needs to be confirmed with the MC FW team */
H A Dls1088a_common.h129 /* TODO Actual DPL max length needs to be confirmed with the MC FW team */
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-reference-design-tablet.dtsi90 * 100KHz, this has been confirmed on multiple different q8 tablets.
H A Dsun8i-reference-design-tablet.dtsi67 * 100KHz, this has been confirmed on multiple different q8 tablets.
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/
H A DHoth.interface.yaml209 image can be confirmed to be working well, this command is given,
/openbmc/docs/architecture/code-update/
H A Dflash-layout.md39 filesystem images allows the space used by the content to be confirmed at build
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dproject.html45 <button type="button" class="btn btn-primary" id="delete-project-confirmed">
H A Dproject_specific.html45 <button type="button" class="btn btn-primary" id="delete-project-confirmed">
H A Dcustomrecipe.html53 <button type="button" class="btn btn-primary" id="delete-custom-recipe-confirmed">
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dcustomrecipe.js285 $("#delete-custom-recipe-confirmed").click(function(e){
H A Dprojectpage.js360 $("#delete-project-confirmed").click(function(e){
/openbmc/docs/designs/inventory/
H A Dgpio-based-hardware-inventory.md393 detection. Maintainers have confirmed that EM should not implement this

12