/openbmc/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 4 following statuses: 15 3. Add the optional status prop and set the value to one of the statuses
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 446 # 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 D | avocado.cfg | 13 output.testlogs.statuses = ['FAIL']
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.cpp | 243 statuses[name] = failed; in update() 247 for (const auto& [name, status] : statuses) in update()
|
H A D | TachSensor.hpp | 47 boost::container::flat_map<std::string, bool> statuses; member in RedundancySensor
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 89 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 D | vex.bbclass | 57 # 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 D | cve-check.bbclass | 83 # 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 D | virtio-hmp-cmds.c | 36 strList *status_list = status->statuses; in hmp_virtio_dump_status()
|
H A D | virtio-qmp.c | 520 status->statuses = CONVERT_FEATURES(strList, virtio_config_status_map, in qmp_decode_status()
|
/openbmc/linux/Documentation/riscv/ |
H A D | vector.rst | 27 argument consists of two 2-bit enablement statuses and a bit for inheritance
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | file.h | 906 } __packed statuses[16]; member
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
H A D | 0001-Added-handshake-history-reporting-when-test-fails.patch | 98 + * Create a new history entry for a handshake loop with statuses given in
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 1594 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 D | 0003-aspeed-add-gpio-support.patch | 482 + * @brief Show all GPIO pins statuses. Used by `do_gpio()` in `cmd/gpio.c`
|
/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 8978 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 D | DEVELOPING.md | 34 - All error statuses are checked and accounted for in control flow.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.2.rst | 148 ``oe.qa`` to get patch statuses.
|
H A D | release-notes-5.1.rst | 243 - New statuses can be reported by :ref:`ref-classes-cve-check`:
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb | 148 statuses available in WWAN, WLAN/Wi-Fi, Bluetooth, etc.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-mlxreg-io | 233 Description: The files represent BIOS statuses:
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 815 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 D | aic79xx.seq | 2083 * poll for these statuses too.
|