Home
last modified time | relevance | path

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

12345678

/openbmc/linux/arch/m68k/include/asm/
H A Dmac_psc.h29 * registers and subsequently confirmed using MacsBug (ie by pinging the
80 #define PSC_SCSI_ADDR 0x1000 /* confirmed */
81 #define PSC_SCSI_LEN 0x1004 /* confirmed */
82 #define PSC_SCSI_CMD 0x1008 /* confirmed */
83 #define PSC_ENETRD_ADDR 0x1020 /* confirmed */
84 #define PSC_ENETRD_LEN 0x1024 /* confirmed */
85 #define PSC_ENETRD_CMD 0x1028 /* confirmed */
86 #define PSC_ENETWR_ADDR 0x1040 /* confirmed */
87 #define PSC_ENETWR_LEN 0x1044 /* confirmed */
88 #define PSC_ENETWR_CMD 0x1048 /* confirmed */
[all …]
/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;
143 "confirmed %lu updated %lu used %lu new_lladdr %s "
150 __entry->confirmed, __entry->updated, __entry->used,
171 __field(unsigned long, confirmed)
209 __entry->confirmed = n->confirmed;
217 "confirmed %lu updated %lu used %lu err %d",
223 __entry->confirmed, __entry->updated, __entry->used,
/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/Documentation/hwmon/
H A Dlm83.rst39 The LM83 is only found on a handful of motherboards. Both a confirmed
44 Confirmed motherboards:
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/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/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/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/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
H A Dcore.c16 /* SAE support not confirmed so disabling for now */ in brcmf_bca_feat_attach()
/openbmc/linux/net/smc/
H A Dsmc.h181 /* prod crsr - confirmed by peer
189 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer
209 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer
H A Dsmc_cdc.c234 * Also update the confirmed receive buffer with what was sent to the peer.
261 /* increased by confirmed number of bytes */ in smcd_cdc_msg_send()
374 /* urg data confirmed by peer, indicate we're ready for more */ in smc_cdc_msg_recv_action()
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_extend.h74 * anymore unless conntrack has CONFIRMED bit set.
/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/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/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/linux/include/uapi/linux/
H A Dsmc_diag.h81 struct smc_diag_cursor tx_fin; /* confirmed sent cursor */
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c106 dev_info(dev, "TPM ready IRQ confirmed on attempt %u\n", in cr50_ensure_access_delay()
110 dev_warn(dev, "IRQ not confirmed - will use delays\n"); in cr50_ensure_access_delay()
/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/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/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_delete_project.py94 delete_btn = self.find('#delete-project-confirmed')

12345678