/openbmc/linux/arch/m68k/include/asm/ |
H A D | mac_psc.h | 29 * 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 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; 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 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/Documentation/hwmon/ |
H A D | lm83.rst | 39 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 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/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/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/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/ |
H A D | core.c | 16 /* SAE support not confirmed so disabling for now */ in brcmf_bca_feat_attach()
|
/openbmc/linux/net/smc/ |
H A D | smc.h | 181 /* 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 D | smc_cdc.c | 234 * 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 D | vdso | 33 As of this writing, this ABI documentation as been confirmed for x86_64.
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_extend.h | 74 * anymore unless conntrack has CONFIRMED bit set.
|
/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/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/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/linux/include/uapi/linux/ |
H A D | smc_diag.h | 81 struct smc_diag_cursor tx_fin; /* confirmed sent cursor */
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_spi_cr50.c | 106 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 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/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/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_delete_project.py | 94 delete_btn = self.find('#delete-project-confirmed')
|