Home
last modified time | relevance | path

Searched refs: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)"
57 confirmed: false,
61 confirmed: {
78 this.confirmed = false;
/openbmc/linux/include/trace/events/
H A Dneigh.h91 __field(unsigned long, confirmed)
131 __entry->confirmed = n->confirmed;
150 __entry->confirmed, __entry->updated, __entry->used,
171 __field(unsigned long, confirmed)
209 __entry->confirmed = n->confirmed;
223 __entry->confirmed, __entry->updated, __entry->used,
/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/ServerPowerOperations/
H A DServerPowerOperations.vue248 .then((confirmed) => {
249 if (confirmed) this.$store.dispatch('controls/serverSoftReboot');
254 .then((confirmed) => {
255 if (confirmed) this.$store.dispatch('controls/serverHardReboot');
275 .then((confirmed) => {
276 if (confirmed) this.$store.dispatch('controls/serverSoftPowerOff');
282 .then((confirmed) => {
283 if (confirmed) this.$store.dispatch('controls/serverHardPowerOff');
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_7k.c125 u16 confirmed; in qcaspi_write_register() local
135 ret = qcaspi_read_register(qca, reg, &confirmed); in qcaspi_write_register()
139 ret = confirmed != value; in qcaspi_write_register()
/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/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue77 .then((confirmed) => {
78 if (confirmed) this.rebootBmc();
/openbmc/linux/Documentation/hwmon/
H A Dlm83.rst39 The LM83 is only found on a handful of motherboards. Both a confirmed
57 The LM82 is confirmed to have been found on most AMD Geode reference
83 north and south bridges, but this couldn't be confirmed.
/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/linux/include/net/
H A Dneighbour.h141 unsigned long confirmed; member
330 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
331 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
/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/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch6 I have confirmed on the host distro (Ubuntu 18.04) that they
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/openbmc/linux/net/core/
H A Dneighbour.c307 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
308 n->confirmed = mint; in neigh_add_timer()
309 if (time_before(n->used, n->confirmed)) in neigh_add_timer()
310 n->used = n->confirmed; in neigh_add_timer()
680 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
992 if (time_before(n->used, n->confirmed) && in neigh_periodic_work()
993 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work()
994 n->used = n->confirmed; in neigh_periodic_work()
1100 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1102 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
[all …]
/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/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-reference-design-tablet.dtsi89 * 100KHz, this has been confirmed on multiple different q8 tablets.
H A Dsun8i-reference-design-tablet.dtsi68 * 100KHz, this has been confirmed on multiple different q8 tablets.
/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/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/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/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/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst251 - Tx confirmed packets count per CPU
/openbmc/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst259 This can be confirmed by looking at individual buckets::

12