| /openbmc/qemu/tests/unit/ |
| H A D | test-qdev-global-props.c | 97 MyType *mt; in test_static_prop_subprocess() local 99 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_prop_subprocess() 100 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_static_prop_subprocess() 102 g_assert_cmpuint(mt->prop1, ==, PROP_DEFAULT); in test_static_prop_subprocess() 126 MyType *mt; in test_static_globalprop_subprocess() local 134 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_globalprop_subprocess() 135 qdev_realize(DEVICE(mt), NULL, &error_fatal); in test_static_globalprop_subprocess() 137 g_assert_cmpuint(mt->prop1, ==, 200); in test_static_globalprop_subprocess() 138 g_assert_cmpuint(mt->prop2, ==, PROP_DEFAULT); in test_static_globalprop_subprocess() 159 MyType *mt = DYNAMIC_TYPE(obj); in DECLARE_INSTANCE_CHECKER() local [all …]
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | private_header_test.cpp | 43 auto mt = ph.commitTimestamp(); in TEST_F() local 44 EXPECT_EQ(mt.yearMSB, 0x20); in TEST_F() 45 EXPECT_EQ(mt.yearLSB, 0x31); in TEST_F() 46 EXPECT_EQ(mt.month, 0x06); in TEST_F() 47 EXPECT_EQ(mt.day, 0x0F); in TEST_F() 48 EXPECT_EQ(mt.hour, 0x09); in TEST_F() 49 EXPECT_EQ(mt.minutes, 0x22); in TEST_F() 50 EXPECT_EQ(mt.seconds, 0x3A); in TEST_F() 51 EXPECT_EQ(mt.hundredths, 0x00); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ |
| H A D | ypbind-mt_2.7.2.bb | 2 # The source package is utils/net/NIS/ypbind-mt 7 Multithreaded NIS bind service (ypbind-mt). \ 8 ypbind-mt is a complete new implementation of a NIS \ 17 This is the final IPv4-only version of ypbind-mt. \ 19 HOMEPAGE = "https://github.com/thkukuk/ypbind-mt/" 27 # ypbind-mt now provides all the functionality of ypbind 31 SRC_URI = "https://github.com/thkukuk/ypbind-mt/releases/download/v${PV}/${BPN}-${PV}.tar.xz \
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 255 for mt in self.req_mt: 261 column.append(mt.compat_props[driver][prop]) 342 def mt_comp(mt: Machine) -> Tuple[str, int, int, int]: 346 if '-' not in mt.name or '.' not in mt.name: 347 return mt.name, 0, 0, 0 349 socket, ver = mt.name.rsplit('-', 1) 380 for mt in mt_defs: 381 if mt.name in req_mt: 382 matched_mt.append(mt) 394 for mt in config.req_mt: [all …]
|
| /openbmc/webui-vue/src/views/Operations/FactoryReset/ |
| H A D | FactoryResetModal.vue | 14 <li class="mt-1 mb-1"> 17 <li class="mt-1 mb-1"> 22 <li class="mt-1 mb-1"> 25 <li class="mt-1 mb-1"> 28 <li class="mt-1 mb-1"> 31 <li class="mt-1 mb-1">
|
| /openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
| H A D | InventoryTableSystem.vue | 52 <b-col class="mt-2" sm="6"> 67 <b-col class="mt-2" sm="6"> 81 <div class="section-divider mb-3 mt-3"></div> 83 <b-col class="mt-1" sm="6"> 105 <p class="mt-1 mb-2 h6 float-none m-0"> 117 <p class="mt-1 mb-2 h6 float-none m-0"> 133 <p class="mt-1 mb-2 h6 float-none m-0">
|
| H A D | InventoryTableBmcManager.vue | 54 <b-col class="mt-2" sm="6" xl="6"> 83 <b-col class="mt-2" sm="6" xl="6"> 109 <div class="section-divider mb-3 mt-3"></div> 111 <b-col class="mt-2" sm="6" xl="6"> 124 <b-col class="mt-2" sm="6" xl="6"> 131 <p class="mt-1 mb-2 h6 float-none m-0">
|
| H A D | InventoryTableChassis.vue | 52 <b-col class="mt-2" sm="6" xl="6"> 75 <b-col class="mt-2" sm="6" xl="6"> 89 <div class="section-divider mb-3 mt-3"></div> 91 <b-col class="mt-2" sm="6" xl="6"> 101 <b-col class="mt-2" sm="6" xl="6">
|
| H A D | InventoryTableProcessors.vue | 80 <b-col class="mt-2" sm="6" xl="6"> 104 <b-col class="mt-2" sm="6" xl="6"> 115 <div class="section-divider mb-3 mt-3"></div> 117 <b-col class="mt-1" sm="6" xl="6"> 140 <b-col class="mt-1" sm="6" xl="6">
|
| H A D | InventoryTableAssembly.vue | 50 <b-col class="mt-2" sm="6" xl="6"> 58 <b-col class="mt-2" sm="6" xl="6">
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewQuickLinks.vue | 4 <b-col sm="6" lg="9" class="mb-2 mt-2"> 14 <b-col sm="6" lg="3" class="mb-2 mt-2">
|
| H A D | OverviewPower.vue | 6 <b-row class="mt-3">
|
| H A D | OverviewServer.vue | 6 <b-row class="mt-3">
|
| H A D | OverviewDumps.vue | 10 <b-row class="mt-3">
|
| H A D | OverviewFirmware.vue | 6 <b-row class="mt-3">
|
| H A D | OverviewNetwork.vue | 7 <b-row class="mt-3">
|
| H A D | OverviewInventory.vue | 6 <b-row class="mt-3">
|
| /openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
| H A D | TableCellCount.spec.js.snap | 5 class="mt-2"
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableCellCount.vue | 2 <div class="mt-2">
|
| H A D | FormFile.vue | 17 class="add-file-btn btn mt-2" 29 <div v-if="file" class="clear-selected-file px-3 py-2 mt-2">
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | smc.c | 1354 const struct mrc_timings *mt = &mrc_params->timings; in restore_timings() local 1359 set_rcvn(ch, rk, bl, mt->rcvn[ch][rk][bl]); in restore_timings() 1360 set_rdqs(ch, rk, bl, mt->rdqs[ch][rk][bl]); in restore_timings() 1361 set_wdqs(ch, rk, bl, mt->wdqs[ch][rk][bl]); in restore_timings() 1362 set_wdq(ch, rk, bl, mt->wdq[ch][rk][bl]); in restore_timings() 1365 set_vref(ch, bl, mt->vref[ch][bl]); in restore_timings() 1368 set_wctl(ch, rk, mt->wctl[ch][rk]); in restore_timings() 1370 set_wcmd(ch, mt->wcmd[ch]); in restore_timings() 2277 struct mrc_timings *mt = &mrc_params->timings; in store_timings() local 2282 mt->rcvn[ch][rk][bl] = get_rcvn(ch, rk, bl); in store_timings() [all …]
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Policies/ |
| H A D | Policies.vue | 33 <dl class="mt-3 me-3 w-75"> 58 <dl class="mt-3 me-3 w-75"> 83 <dl class="mt-3 me-3 w-75"> 108 <dl class="mt-3 me-3 w-75">
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | namedtuple_with_abc.py | 247 mt = MyTuple(1, 2, 3) variable 249 assert isinstance(mt, namedtuple.abc)
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/ |
| H A D | u-boot-aspeed.inc | 7 file://0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-glib-cross-compile.patch | 33 # compiler option, '-mt', that is incompatible with gcc
|