/openbmc/u-boot/board/seeed/linkit-smart-7688/ |
H A D | MAINTAINERS | 4 F: board/seeed/linkit-smart-7688 5 F: include/configs/linkit-smart-7688.h 6 F: configs/linkit-smart-7688_defconfig 7 F: configs/linkit-smart-7688-ram_defconfig 8 F: arch/mips/dts/linkit-smart-7688.dts
|
H A D | Kconfig | 4 default "linkit-smart-7688" 10 default "linkit-smart-7688"
|
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/ |
H A D | MAINTAINERS | 4 F: board/gardena/smart-gateway-mt7688 5 F: include/configs/gardena-smart-gateway-mt7688.h 6 F: configs/gardena-smart-gateway-mt7688_defconfig 7 F: configs/gardena-smart-gateway-mt7688-ram_defconfig 8 F: arch/mips/dts/gardena-smart-gateway-mt7688.dts
|
H A D | Kconfig | 4 default "smart-gateway-mt7688" 10 default "gardena-smart-gateway-mt7688"
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | Kconfig | 25 bool "Gardena Smart Gateway" 30 Gardena Smart Gateway boards have a MT7688 SoC with 128 MiB of RAM 34 bool "LinkIt Smart 7688" 38 Seeed LinkIt Smart 7688 boards have a MT7688 SoC with 128 MiB of RAM 133 source "board/gardena/smart-gateway-mt7688/Kconfig" 134 source "board/seeed/linkit-smart-7688/Kconfig"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/ |
H A D | openct.init | 6 # description: OpenCT is a middleware framework for smart card terminals. 17 # Short-Description: Middleware framework for smart card terminals 19 # for smart card terminals. 36 action $"Initializing OpenCT smart card terminals: " \ 46 action $"Stopping OpenCT smart card terminals: " \
|
H A D | openct.service | 2 Description=Openct Middleware framework for smart card terminals
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/ |
H A D | opensc_0.26.1.bb | 1 SUMMARY = "Smart card library and applications" 2 DESCRIPTION = "OpenSC is a tool for accessing smart card devices. Basic\ 4 7816-4 compatible smart card. Encryption and decryption using private\ 5 keys on the smart card is possible with PKCS\
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/ |
H A D | 99-platform-init | 23 # Below is the diagram of the smart valve implemtation on the CMM. 24 # There are two end-device for smart valve and two communication interfaces. 31 # D_485_x = End device for smart valve x via RS485 32 # D_POE_x = End device for smart valve x via PoE
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/ |
H A D | libblockdev_3.2.1.bb | 23 …ython3 lvm lvm-dbus dm parted fs escrow btrfs crypto mdraid mpath nvdimm tools smart smartmontools" 38 PACKAGECONFIG[smart] = "--with-smart,--without-smart,libatasmart"
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_capping.robot | 114 Smart Power Off 136 Smart Power Off 164 Smart Power Off 184 Smart Power Off 215 Smart Power Off 245 Smart Power Off
|
/openbmc/u-boot/arch/mips/dts/ |
H A D | linkit-smart-7688.dts | 11 compatible = "seeed,linkit-smart-7688", "ralink,mt7628a-soc"; 12 model = "LinkIt-Smart-7688";
|
H A D | Makefile | 4 gardena-smart-gateway-mt7688.dtb \ 5 linkit-smart-7688.dtb
|
H A D | gardena-smart-gateway-mt7688.dts | 12 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7628a-soc"; 13 model = "Gardena smart-Gateway-MT7688";
|
/openbmc/qemu/docs/system/devices/ |
H A D | ccid.rst | 7 lets one connect smart card readers that implement the same spec. For more 11 Device Class: Smart Card 23 the guest machine. It is also possible to have a completely virtual smart card 24 reader and smart card (i.e. not backed by a physical device) using this device. 59 certutil -S -d sql:$PWD -s "CN=Fake Smart Card CA" -x -t TC,TC,TC -n fake-smartcard-ca 168 libcacard implements a completely virtual CAC (DoD standard for smart
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | StorageControllerMetrics.v1_0_3.json | 85 "description": "The NVMe SMART metrics.", 86 …"longDescription": "This object shall contain the NVMe SMART metrics as defined by the NVMe SMART/… 156 "description": "The NVMe SMART critical warnings.", 160 … data units the host has read from the controller as part of processing a SMART Data Units Read Co… 161 … data units the host has read from the controller as part of processing a SMART Data Units Read Co… 183 … "description": "The number of SMART Host Read Commands completed by the controller.", 184 …ain the NVMe-defined 'Host Read Commands', which represents the number of SMART Host Read Commands… 410 "description": "The NVMe SMART metrics for this storage controller.", 411 …": "This property shall contain the NVMe SMART metrics for this storage controller as defined by t…
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 935 GuestNVMeSmart *smart; in get_nvme_smart() local 953 g_debug("Failed to get smart: %s: %s", disk->name, g_strerror(errno)); in get_nvme_smart() 958 disk->smart = g_new0(GuestDiskSmart, 1); in get_nvme_smart() 959 disk->smart->type = GUEST_DISK_BUS_TYPE_NVME; in get_nvme_smart() 961 smart = &disk->smart->u.nvme; in get_nvme_smart() 962 smart->critical_warning = log.critical_warning; in get_nvme_smart() 963 smart->temperature = lduw_le_p(&log.temperature); /* unaligned field */ in get_nvme_smart() 964 smart->available_spare = log.available_spare; in get_nvme_smart() 965 smart->available_spare_threshold = log.available_spare_threshold; in get_nvme_smart() 966 smart->percentage_used = log.percentage_used; in get_nvme_smart() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/ |
H A D | openct_0.6.20.bb | 1 SUMMARY = "Middleware framework for smart card terminals" 4 OpenCT implements drivers for several smart card readers. \ 8 OpenCT also has a primitive mechanism to export smart card \
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | StorageControllerMetrics_v1.xml | 72 <Annotation Term="OData.Description" String="The NVMe SMART metrics."/> 73 …escription" String="This object shall contain the NVMe SMART metrics as defined by the NVMe SMART/… 108 …<Annotation Term="OData.Description" String="The NVMe SMART metrics for this storage controller."/> 109 …ng="This property shall contain the NVMe SMART metrics for this storage controller as defined by t… 119 <Annotation Term="OData.Description" String="The NVMe SMART critical warnings."/> 158 … data units the host has read from the controller as part of processing a SMART Data Units Read Co… 159 … data units the host has read from the controller as part of processing a SMART Data Units Read Co… 168 …<Annotation Term="OData.Description" String="The number of SMART Host Read Commands completed by t… 169 …ain the NVMe-defined 'Host Read Commands', which represents the number of SMART Host Read Commands…
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.4.rst | 138 selected, Smart is now installed for package download, dependency 140 to use Smart, run the following command on the target:: 142 smart --help 235 replaced with Smart (``python-smartpm``) when RPM packaging is used
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-classes_0.4.1.bb | 1 SUMMARY = "Smart, pythonic, ad-hoc, typed polymorphism for Python."
|
H A D | python3-versiontools_1.9.1.bb | 1 SUMMARY = "Smart replacement for plain tuple used in __version__"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/ |
H A D | smartd.service | 2 Description=Self Monitoring and Reporting Technology (SMART) Daemon
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_methods.robot | 56 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 97 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 215 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 239 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 344 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 363 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 386 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 411 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 476 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list} 487 ${ffdc_file_list}= Smart Combine Lists ${ffdc_file_list} ${ffdc_file_sub_list}
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-smartypants_2.0.0.bb | 1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
|