/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)" 57 confirmed: false, 61 confirmed: { 78 this.confirmed = false;
|
/openbmc/linux/include/trace/events/ |
H A D | neigh.h | 91 __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 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/ServerPowerOperations/ |
H A D | ServerPowerOperations.vue | 248 .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 D | qca_7k.c | 125 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 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/webui-vue/src/views/Operations/RebootBmc/ |
H A D | RebootBmc.vue | 77 .then((confirmed) => { 78 if (confirmed) this.rebootBmc();
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm83.rst | 39 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 D | cpu-features.rst | 13 These features are on by default and the presence can be confirmed by checking
|
/openbmc/linux/include/net/ |
H A D | neighbour.h | 141 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 D | opensc_0.26.1.bb | 7 eID cards have also been confirmed to work."
|
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
H A D | 0001-test-patch-out-failing-bits.patch | 6 I have confirmed on the host distro (Ubuntu 18.04) that they
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | vdso | 33 As of this writing, this ABI documentation as been confirmed for x86_64.
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 307 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 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/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i-reference-design-tablet.dtsi | 89 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
H A D | sun8i-reference-design-tablet.dtsi | 68 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
/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/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/linux/Documentation/arch/m68k/ |
H A D | buddha-driver.rst | 186 All the timings are calculated and only confirmed by
|
/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/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 251 - Tx confirmed packets count per CPU
|
/openbmc/linux/Documentation/networking/ |
H A D | nexthop-group-resilient.rst | 259 This can be confirmed by looking at individual buckets::
|