Home
last modified time | relevance | path

Searched refs:statuses (Results 1 – 23 of 23) sorted by relevance

/openbmc/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md4 following statuses:
15 3. Add the optional status prop and set the value to one of the statuses
/openbmc/qemu/qapi/
H A Dvirtio.json446 # A structure defined to list the configuration statuses of a virtio
449 # @statuses: List of decoded configuration statuses of the virtio
452 # @unknown-statuses: Virtio device statuses bitmap that have not been
458 'data': { 'statuses': [ 'str' ],
459 '*unknown-statuses': 'uint8' } }
/openbmc/qemu/python/
H A Davocado.cfg13 output.testlogs.statuses = ['FAIL']
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp243 statuses[name] = failed; in update()
247 for (const auto& [name, status] : statuses) in update()
H A DTachSensor.hpp47 boost::container::flat_map<std::string, bool> statuses; member in RedundancySensor
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py89 statuses = [('passed', self.passed), ('failed', self.failed),
93 ', '.join(f'{s}: {n}' for s, n in statuses if n > 0)
/openbmc/openbmc/poky/meta/classes/
H A Dvex.bbclass57 # All possible CVE statuses could be found in cve-check-map.conf
86 # Process CVE_STATUS_GROUPS to set multiple statuses and optional detail or description at once
H A Dcve-check.bbclass83 # All possible CVE statuses could be found in cve-check-map.conf
109 # Process CVE_STATUS_GROUPS to set multiple statuses and optional detail or description at once
/openbmc/qemu/hw/virtio/
H A Dvirtio-hmp-cmds.c36 strList *status_list = status->statuses; in hmp_virtio_dump_status()
H A Dvirtio-qmp.c520 status->statuses = CONVERT_FEATURES(strList, virtio_config_status_map, in qmp_decode_status()
/openbmc/linux/Documentation/riscv/
H A Dvector.rst27 argument consists of two 2-bit enablement statuses and a bit for inheritance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h906 } __packed statuses[16]; member
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch98 + * Create a new history entry for a handshake loop with statuses given in
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1594 for (i = 0; i < ARRAY_SIZE(status_trig->statuses); i++) { in iwl_mvm_tx_status_check_trigger()
1596 if (!status_trig->statuses[i].status) in iwl_mvm_tx_status_check_trigger()
1599 if (status_trig->statuses[i].status != (status & TX_STATUS_MSK)) in iwl_mvm_tx_status_check_trigger()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0003-aspeed-add-gpio-support.patch482 + * @brief Show all GPIO pins statuses. Used by `do_gpio()` in `cmd/gpio.c`
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c8978 u32 *statuses, *fences; in gaudi_print_fences_single_engine() local
8980 statuses = kcalloc(sds->props[SP_ENGINE_NUM_OF_QUEUES], in gaudi_print_fences_single_engine()
8981 sizeof(*statuses), GFP_KERNEL); in gaudi_print_fences_single_engine()
8982 if (!statuses) in gaudi_print_fences_single_engine()
8992 statuses[i] = RREG32(status_base_offset + i * sizeof(u32)); in gaudi_print_fences_single_engine()
9005 statuses[i])) in gaudi_print_fences_single_engine()
9009 FIELD_GET(TPC0_QM_CP_STS_0_FENCE_ID_MASK, statuses[i]); in gaudi_print_fences_single_engine()
9025 statuses[i]); in gaudi_print_fences_single_engine()
9035 kfree(statuses); in gaudi_print_fences_single_engine()
/openbmc/bmcweb/
H A DDEVELOPING.md34 - All error statuses are checked and accounted for in control flow.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.2.rst148 ``oe.qa`` to get patch statuses.
H A Drelease-notes-5.1.rst243 - New statuses can be reported by :ref:`ref-classes-cve-check`:
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb148 statuses available in WWAN, WLAN/Wi-Fi, Bluetooth, etc.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-mlxreg-io233 Description: The files represent BIOS statuses:
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst815 or Time-Wait statuses, the skipped ACK would be counted to
817 TcpExtTCPACKSkippedTimeWait. In all other statuses, the skipped ACK
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq2083 * poll for these statuses too.