| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/ |
| H A D | fonts.dir | 2 10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 3 10x20-ISO8859-10.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-10 4 10x20-ISO8859-11.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-11 5 10x20-ISO8859-13.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-13 6 10x20-ISO8859-14.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-14 7 10x20-ISO8859-15.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15 8 10x20-ISO8859-16.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-16 9 10x20-ISO8859-2.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-2 10 10x20-ISO8859-3.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-3 11 10x20-ISO8859-4.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-4 [all …]
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | foundation.scss | 417 font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; } 715 .hide-for-medium { 719 .show-for-medium { 723 .hide-for-medium-only { 727 .show-for-medium-only { 1108 .medium-1 { 1110 .medium-push-1 { 1113 .medium-pull-1 { 1116 .medium-offset-0 { 1118 .medium-2 { [all …]
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_s390x_topology.py | 116 self.check_topology(0, 0, 0, 0, 'medium', False) 128 self.check_topology(0, 0, 0, 0, 'medium', False) 129 self.check_topology(1, 0, 0, 0, 'medium', False) 130 self.check_topology(2, 1, 0, 0, 'medium', False) 131 self.check_topology(3, 1, 0, 0, 'medium', False) 132 self.check_topology(4, 2, 0, 0, 'medium', False) 133 self.check_topology(5, 2, 0, 0, 'medium', False) 134 self.check_topology(6, 0, 1, 0, 'medium', False) 135 self.check_topology(7, 0, 1, 0, 'medium', False) 136 self.check_topology(8, 1, 1, 0, 'medium', False) [all …]
|
| /openbmc/phosphor-webui/app/server-health/styles/ |
| H A D | sensors.scss | 25 @include mediaQuery(medium) { 40 @include mediaQuery(medium) { 63 @include mediaQuery(medium) { 76 @include mediaQuery(medium) { 92 @include mediaQuery(medium) { 107 @include mediaQuery(medium) { 119 @include mediaQuery(medium) {
|
| H A D | log.scss | 4 $priority-medium: $accent-03--01; 5 $priority-medium--light: $accent-03--03; 69 @include mediaQuery(medium) { 160 @include mediaQuery(medium) { 210 &.medium-priority { 211 background: $priority-medium--light; 212 border: 2px solid $priority-medium; 213 color: $priority-medium; 236 &.medium-priority { 237 color: $priority-medium; [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | block.json | 103 # Ejects the medium from a removable drive. 137 # inserted as a medium, it will become inaccessible to the guest (but 191 # tree will be loaded as the medium. 224 # @blockdev-remove-medium: 226 # Removes a medium (a block driver state tree) from a block device. 230 # If the tray is open and there is no medium inserted, this will be a 239 # -> { "execute": "blockdev-remove-medium", 257 # -> { "execute": "blockdev-remove-medium", 262 { 'command': 'blockdev-remove-medium', 266 # @blockdev-insert-medium: [all …]
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | service_indicators_test.cpp | 43 // Test that only high, medium, and medium group A hardware 53 {CalloutPriority::medium, {"U27-P1"}}, in TEST() 125 // together with priorities of high, medium, or medium group A 126 // (and medium is only ever contains 1 item). 132 // high/high/medium/high just grabs the first 2 in TEST() 142 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P3", in TEST() 144 // This high priority callout after a medium isn't actually valid, since in TEST() 154 // medium/medium just grabs the first medium in TEST() 158 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P1", in TEST() 161 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P2", in TEST() [all …]
|
| H A D | src_callout_test.cpp | 300 Callout callout{CalloutPriority::medium, "bmc_code"}; in TEST() 339 Callout rawCallout{CalloutPriority::medium, "BMCXXXX", in TEST() 445 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() 446 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 452 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() 453 Callout c2{CalloutPriority::medium, "sbe_code"}; in TEST() 483 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 490 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 508 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 517 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() [all …]
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | log-filter.js | 21 $scope.selectedSeverity.medium = false; 30 if (['high', 'medium', 'low'].indexOf(severity) > -1) { 33 !$scope.selectedSeverity.medium && 41 $scope.selectedSeverity.medium && 45 $scope.selectedSeverity.medium = false;
|
| H A D | log-event.html | 25 …" ng-class="{'low-priority': event.priority == 'Low', 'medium-priority': event.priority == 'Medium… 26 …" ng-class="{'low-priority': event.priority == 'Low', 'medium-priority': event.priority == 'Medium…
|
| /openbmc/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor-test.sh | 100 ::1 dev lo proto kernel metric 256 pref medium 101 fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium 102 fe80::/64 dev eno2 proto kernel metric 100 pref medium 111 [ROUTE]::1 dev lo proto kernel metric 256 pref medium 112 [ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium 113 [ROUTE]fe80::/64 dev eno2 proto kernel metric 100 pref medium 154 …0 gbmc_ip_monitor_parse_line "[ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium" 157 expect_streq "$route" 'fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium' 161 …p_monitor_parse_line "[ROUTE]Deleted fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium" 164 expect_streq "$route" 'fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium'
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts/ |
| H A D | 44-source-han-sans-kr-fonts.conf | 5 - Medium variant is used instead of Regular on Qt apps: 7 - Medium and Bold looks the same in certain applications: 12 <string>Source Han Sans KR Medium</string>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts/ |
| H A D | 44-source-han-sans-cn-fonts.conf | 5 - Medium variant is used instead of Regular on Qt apps: 7 - Medium and Bold looks the same in certain applications: 12 <string>Source Han Sans CN Medium</string>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts/ |
| H A D | 44-source-han-sans-jp-fonts.conf | 5 - Medium variant is used instead of Regular on Qt apps: 7 - Medium and Bold looks the same in certain applications: 12 <string>Source Han Sans JP Medium</string>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts/ |
| H A D | 44-source-han-sans-tw-fonts.conf | 5 - Medium variant is used instead of Regular on Qt apps: 7 - Medium and Bold looks the same in certain applications: 12 <string>Source Han Sans TWHK Medium</string>
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 246.out | 6 --- Adding bitmaps Small, Medium, Large, and Transient --- 10 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "Medium", "node": "drive0", "persistent… 41 "name": "Medium", 73 "name": "Medium", 126 "name": "Medium", 176 "name": "Medium", 240 "name": "Medium", 259 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "Medium", "node": "drive0"}}
|
| H A D | 118 | 77 self.vm.cmd('blockdev-change-medium', 109 self.vm.cmd('blockdev-change-medium', id=self.device_name, 179 self.vm.cmd('blockdev-change-medium', id=self.device_name, 211 self.vm.cmd('blockdev-remove-medium', 219 self.vm.cmd('blockdev-insert-medium', 248 result = self.vm.qmp('blockdev-remove-medium', id=self.device_name) 261 result = self.vm.qmp('blockdev-insert-medium', id=self.device_name, 303 result = self.vm.qmp('blockdev-insert-medium', id=self.device_name, 334 self.vm.cmd('blockdev-remove-medium', id=self.device_name) 382 self.vm.cmd('blockdev-change-medium', id=self.device_name, [all …]
|
| /openbmc/qemu/include/scsi/ |
| H A D | utils.h | 62 /* LUN not ready, Medium not present */ 64 /* LUN not ready, medium removal prevented */ 86 /* Illegal request, medium removal prevented */ 100 /* Medium error, Unrecovered read error */ 108 /* LUN not ready, Medium not present */ 112 /* Unit attention, Medium may have changed*/
|
| /openbmc/phosphor-webui/app/login/styles/ |
| H A D | index.scss | 2 @include mediaQuery(medium) { 19 @include mediaQuery(medium) { 51 @include mediaQuery(medium) { 82 @include mediaQuery(medium) {
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | service_indicators.cpp | 97 // * a single medium priority callout in getLocationCodes() 99 // * one or more medium group a priority callouts in getLocationCodes() 111 // If the first callout is High, Medium, or Medium in getLocationCodes() 124 // By definition a medium priority callout can't be part in getLocationCodes() 127 CalloutPriority::medium) in getLocationCodes() 160 (calloutPriority == CalloutPriority::medium) || in isRequiredPriority()
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | power_distribution.hpp | 25 Medium, enumerator 65 {TransferSensitivityType::Medium, "Medium"},
|
| /openbmc/u-boot/include/ |
| H A D | dfu.h | 190 * dfu_write_from_mem_addr - write data from memory to DFU managed medium 193 * address (like $loadaddr) to dfu managed medium (e.g. NAND, MMC, file system) 249 * dfu_tftp_write - Write TFTP data to DFU medium 251 * This function is storing data received via TFTP on DFU supported medium. 256 * @param interface - destination DFU medium (e.g. "mmc") 257 * @param devstring - instance number of destination DFU medium (e.g. "1")
|
| /openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
| H A D | message_registry.json | 458 { "Priority": "medium", "SymbolicFRU": "service_docs" } 892 { "Priority": "medium", "Procedure": "BMC0001" } 998 { "Priority": "medium", "Procedure": "BMC0001" } 2092 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2146 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2256 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2453 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2709 "Priority": "medium", 2722 "Priority": "medium", 2849 { "Priority": "medium", "LocCode": "P0" } [all …]
|
| /openbmc/phosphor-webui/app/access-control/controllers/ |
| H A D | ldap-controller.html | 76 <div class="medium-6 large-4 columns"> 89 <div class="medium-6 large-4 columns"> 98 <div class="medium-6 large-4 columns"> 113 <div class="medium-6 large-4 columns"> 123 <div class="medium-6 large-4 columns"> 129 <div class="medium-6 large-4 columns">
|
| /openbmc/phosphor-rest-server/servers/gevent/ |
| H A D | phosphor-gevent | 70 # !MEDIUM- Disallows medium strength ciphers 73 'ECDH:kDH:kEDH:kRSA:!SSLv3:!SSLv2:!aNULL:!eNULL:!LOW:!MEDIUM:@STRENGTH'
|