/openbmc/webui-vue/src/views/Logs/Dumps/ |
H A D | DumpsModalConfirmation.vue | 20 <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 D | ServerPowerOperations.vue | 257 .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 D | fuse.c | 46 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 D | RebootBmc.vue | 77 .then((confirmed) => { 78 if (confirmed) this.rebootBmc();
|
/openbmc/u-boot/board/toradex/colibri_imx6/ |
H A D | do_fuse.c | 56 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 D | do_fuse.c | 56 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 D | cpu-features.rst | 13 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 D | opensc_0.26.1.bb | 7 eID cards have also been confirmed to work."
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | cve-check-map.conf | 18 # use when CVE is confirmed by upstream but fix is still not available
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_delete_project.py | 94 delete_btn = self.find('#delete-project-confirmed')
|
H A D | test_layerdetails_page.py | 179 self.click("#layer-delete-confirmed")
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | security-subjects.rst | 126 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 D | Vim | 11 …the obligation to send him your changes ceases. Once the maintainer has confirmed that he has rece…
|
/openbmc/u-boot/include/configs/ |
H A D | ls2080a_common.h | 134 /* TODO Actual DPL max length needs to be confirmed with the MC FW team */
|
H A D | ls1088a_common.h | 129 /* TODO Actual DPL max length needs to be confirmed with the MC FW team */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun5i-reference-design-tablet.dtsi | 90 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
H A D | sun8i-reference-design-tablet.dtsi | 67 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/ |
H A D | Hoth.interface.yaml | 209 image can be confirmed to be working well, this command is given,
|
/openbmc/docs/architecture/code-update/ |
H A D | flash-layout.md | 39 filesystem images allows the space used by the content to be confirmed at build
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | project.html | 45 <button type="button" class="btn btn-primary" id="delete-project-confirmed">
|
H A D | project_specific.html | 45 <button type="button" class="btn btn-primary" id="delete-project-confirmed">
|
H A D | customrecipe.html | 53 <button type="button" class="btn btn-primary" id="delete-custom-recipe-confirmed">
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | customrecipe.js | 285 $("#delete-custom-recipe-confirmed").click(function(e){
|
H A D | projectpage.js | 360 $("#delete-project-confirmed").click(function(e){
|
/openbmc/docs/designs/inventory/ |
H A D | gpio-based-hardware-inventory.md | 393 detection. Maintainers have confirmed that EM should not implement this
|