Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 111) sorted by relevance

12345

/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue33 v-model="confirm"
35 @input="$v.confirm.$touch()"
41 :state="getValidationState($v.confirm)"
58 data-test-id="factoryReset-button-confirm"
81 confirm: false,
93 confirm: {
108 this.confirm = false;
/openbmc/phosphor-webui/app/common/directives/
H A Dconfirm.js16 $scope.confirm = false;
17 $scope.$parent.confirm = false;
27 if (scope.confirm) {
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dbmc-reboot-controller.js16 $scope.confirm = false;
25 if ($scope.confirm) {
28 $scope.confirm = true;
/openbmc/linux/include/linux/
H A Dpipe_fs_i.h103 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); member
230 if (!buf->ops->confirm) in pipe_buf_confirm()
232 return buf->ops->confirm(pipe, buf); in pipe_buf_confirm()
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py319 confirm = input() in ("y", "Y")
321 confirm = True
322 if confirm:
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dps.c71 u8 request, confirm, polling; in rtw_power_mode_change() local
75 confirm = rtw_read8(rtwdev, rtwdev->hci.cpwm_addr); in rtw_power_mode_change()
94 (polling ^ confirm) & BIT_RPWM_TOGGLE, in rtw_power_mode_change()
/openbmc/u-boot/board/sbc8641d/
H A DREADME43 d) use "md fff00000" to confirm you are looking at the failed image
49 k) power cycle the board and confirm new image works.
/openbmc/openpower-vpd-parser/
H A Dvpd_tool.cpp99 auto confirm = in main() local
219 if (!*confirm) in main()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dindex.scss4 @import "inline-confirm";
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue38 label-for="password-confirm"
43 id="password-confirm"
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot59 ... and confirm the page contains sections that should be accessible.
70 ... and confirm the page contains basic features button that should be accessible.
83 ... and confirm hostname contains all the fields.
98 ... and confirm section static IPv4 contains all the fields.
115 ... and confirm section static DNS contains all the fields.
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot126 # verify If True, read the power setting to confirm.
142 # verify If True, read the setting to confirm.
158 # verify If True, read the setting to confirm.
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0007-apache2-allow-to-disable-selinux-support.patch18 dnl confirm that a void pointer is large enough to store a long integer
H A D0004-apache2-log-the-SELinux-context-at-startup.patch22 dnl confirm that a void pointer is large enough to store a long integer
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dibusb-mb-cardlist.rst25 * - Compro Videomate DVB-U2000 - DVB-T USB1.1 (please confirm to linux-dvb)
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-warnings-perl_0.033.bb2 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
/openbmc/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue66 okTitle: this.$t('global.action.confirm'),
/openbmc/google-misc/subprojects/nemora-postd/
H A Devent_message.proto26 // A fixed integer to confirm the type of this protobuf: 0x890ebd38ec325800
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md267 confirm that their behavior did not change, and did not suffer any regression.
272 to confirm that after going through it, everything works as expected.
273 2. Validity period tests - to confirm that certificates that are not-yet-valid
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js63 $scope.confirm = false;
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso34 The maintainers of the other vDSO-using architectures should confirm
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue220 okTitle: this.$t('global.action.confirm'),
245 okTitle: this.$t('global.action.confirm'),
/openbmc/phosphor-webui/app/
H A Dindex.js49 import confirm from './common/directives/confirm.js';
/openbmc/linux/Documentation/networking/
H A Dsmc-sysctl.rst39 How frequently SMC-R link sends out TEST_LINK LLC messages to confirm
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_reboot_bmc_sub_menu.robot63 # Delay added for confirm button to appear.

12345