/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 | 122 self.check_topology(0, 0, 0, 0, 'medium', False) 134 self.check_topology(0, 0, 0, 0, 'medium', False) 135 self.check_topology(1, 0, 0, 0, 'medium', False) 136 self.check_topology(2, 1, 0, 0, 'medium', False) 137 self.check_topology(3, 1, 0, 0, 'medium', False) 138 self.check_topology(4, 2, 0, 0, 'medium', False) 139 self.check_topology(5, 2, 0, 0, 'medium', False) 140 self.check_topology(6, 0, 1, 0, 'medium', False) 141 self.check_topology(7, 0, 1, 0, 'medium', False) 142 self.check_topology(8, 1, 1, 0, 'medium', False) [all …]
|
/openbmc/qemu/qapi/ |
H A D | block.json | 100 # Ejects the medium from a removable drive. 134 # inserted as a medium, it will become inaccessible to the guest (but 188 # tree will be loaded as the medium. 221 # @blockdev-remove-medium: 223 # Removes a medium (a block driver state tree) from a block device. 227 # If the tray is open and there is no medium inserted, this will be a 236 # -> { "execute": "blockdev-remove-medium", 254 # -> { "execute": "blockdev-remove-medium", 259 { 'command': 'blockdev-remove-medium', 263 # @blockdev-insert-medium: [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | sense_codes.h | 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 105 SENSE_CODE(0x0B04, "Warning - background pre-scan detected medium error") 106 SENSE_CODE(0x0B05, "Warning - background medium scan detected medium error") 200 SENSE_CODE(0x1502, "Positioning error detected by read of medium") 338 SENSE_CODE(0x2800, "Not ready to ready change, medium may have changed") 341 SENSE_CODE(0x2803, "Import/export element accessed, medium changed") 371 SENSE_CODE(0x2A15, "Medium removal prevention preempted") 409 SENSE_CODE(0x3000, "Incompatible medium installed") 410 SENSE_CODE(0x3001, "Cannot read medium - unknown format") [all …]
|
/openbmc/phosphor-webui/app/server-health/styles/ |
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 …]
|
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) {
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | service_indicators_test.cpp | 55 // Test that only high, medium, and medium group A hardware 65 {CalloutPriority::medium, {"U27-P1"}}, in TEST() 137 // together with priorities of high, medium, or medium group A 138 // (and medium is only ever contains 1 item). 144 // high/high/medium/high just grabs the first 2 in TEST() 154 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P3", in TEST() 156 // This high priority callout after a medium isn't actually valid, since in TEST() 166 // medium/medium just grabs the first medium in TEST() 170 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P1", in TEST() 173 std::make_unique<src::Callout>(CalloutPriority::medium, "U27-P2", in TEST() [all …]
|
H A D | src_callout_test.cpp | 312 Callout callout{CalloutPriority::medium, "bmc_code"}; in TEST() 351 Callout rawCallout{CalloutPriority::medium, "BMCXXXX", in TEST() 457 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() 458 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 464 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() 465 Callout c2{CalloutPriority::medium, "sbe_code"}; in TEST() 495 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 502 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 520 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() 529 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() [all …]
|
/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/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;
|
/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/linux/Documentation/networking/ |
H A D | vrf.rst | 331 local 2002:1:: dev lo proto none metric 0 pref medium 332 local 2002:1::2 dev lo proto none metric 0 pref medium 333 2002:1::/120 dev eth1 proto kernel metric 256 pref medium 334 local 2002:2:: dev lo proto none metric 0 pref medium 335 local 2002:2::2 dev lo proto none metric 0 pref medium 336 2002:2::/120 dev eth2 proto kernel metric 256 pref medium 337 local fe80:: dev lo proto none metric 0 pref medium 338 local fe80:: dev lo proto none metric 0 pref medium 339 local fe80::ff:fe00:202 dev lo proto none metric 0 pref medium 340 local fe80::ff:fe00:203 dev lo proto none metric 0 pref medium [all …]
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | processor.h | 11 #define HMT_medium_low() asm volatile("or 6, 6, 6 # medium low priority") 12 #define HMT_medium() asm volatile("or 2, 2, 2 # medium priority") 13 #define HMT_medium_high() asm volatile("or 5, 5, 5 # medium high priority") 27 /* Pre-POWER10 uses low ; medium priority nops */ \
|
/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-logging/extensions/openpower-pels/registry/ |
H A D | message_registry.json | 458 { "Priority": "medium", "SymbolicFRU": "service_docs" } 892 { "Priority": "medium", "Procedure": "BMC0001" } 982 { "Priority": "medium", "Procedure": "BMC0001" } 2076 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2130 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2240 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2294 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2550 "Priority": "medium", 2563 "Priority": "medium", 2690 { "Priority": "medium", "LocCode": "P0" } [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | service_indicators.cpp | 110 // * a single medium priority callout in getLocationCodes() 112 // * one or more medium group a priority callouts in getLocationCodes() 124 // If the first callout is High, Medium, or Medium in getLocationCodes() 137 // By definition a medium priority callout can't be part in getLocationCodes() 140 CalloutPriority::medium) in getLocationCodes() 173 (calloutPriority == CalloutPriority::medium) || in isRequiredPriority()
|
/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/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/bmcweb/redfish-core/include/generated/enums/ |
H A D | power_distribution.hpp | 23 Medium, enumerator 42 {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")
|