| /openbmc/phosphor-webui/app/common/styles/elements/ |
| H A D | toggle-switch.scss | 37 input.toggle-switch__round-flat:focus + label { 42 input.toggle-switch__round-flat + label { 51 input.toggle-switch__round-flat + label:before, 52 input.toggle-switch__round-flat + label:after { 57 input.toggle-switch__round-flat + label:before { 66 input.toggle-switch__round-flat + label:after { 77 input.toggle-switch__round-flat:checked + label { 80 input.toggle-switch__round-flat:checked + label:before { 83 input.toggle-switch__round-flat:checked + label:after {
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | ivshmem-flat.rst | 4 The ivshmem-flat device is meant to be used on machines that lack a PCI bus, 7 the ivshmem-flat device. Also, since the flat version maps the control and 12 Similar to the ivshmem device, the ivshmem-flat device supports both peer 16 running Linux), and an arm VM (using the ivshmem-flat device and running Zephyr 19 The ivshmem-flat device does not support the use of a ``memdev`` option (see 25 Although the ivshmem-flat supports both peer notification (interrupts) and
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | livetree.txt | 8 Traditionally U-Boot has used a 'flat' device tree. This means that it 9 reads directly from the device tree binary structure. It is called a flat 20 The flat device tree has several advantages: 30 However the flat device tree does have some limitations. Adding new 39 avoids the worst of the flat tree's limitations. But if the tree is to be 50 tree node regardless of whether it is in the flat tree or livetree. 52 The 'ofnode' type provides this. An ofnode can point to either a flat tree 63 hood it uses ofnode so it works with both flat and live device trees. 69 CONFIG_OF_LIVE enables livetree. When this option is enabled, the flat 83 properties. This only works with a flat device tree. The drivers should be [all …]
|
| /openbmc/qemu/include/block/ |
| H A D | qapi.h | 34 bool flat, Error **errp); 41 bdrv_query_image_info(BlockDriverState *bs, ImageInfo **p_info, bool flat,
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | real_pel_test.cpp | 536 auto flat = pel.data(); in TEST_F() local 537 EXPECT_EQ(realPELData, flat); in TEST_F()
|
| /openbmc/u-boot/tools/ |
| H A D | zynqmpbif.c | 552 char *flat; in elf2flat64() local 575 flat = calloc(1, *flat_size); in elf2flat64() 576 if (!flat) in elf2flat64() 581 char *dst = flat + le64_to_cpu(shdr->sh_addr) - min_addr; in elf2flat64() 592 return flat; in elf2flat64() 600 char *flat; in elf2flat32() local 623 flat = calloc(1, *flat_size); in elf2flat32() 624 if (!flat) in elf2flat32() 629 char *dst = flat + le32_to_cpu(shdr->sh_addr) - min_addr; in elf2flat32() 640 return flat; in elf2flat32() [all …]
|
| H A D | imx8image.c | 709 uint8_t *flat = NULL; in flatten_container_header() local 735 flat = calloc(size, sizeof(uint8_t)); in flatten_container_header() 736 if (!flat) { in flatten_container_header() 741 ptr = flat; in flatten_container_header() 746 uint32_t container_start_offset = ptr - flat; in flatten_container_header() 767 return flat; in flatten_container_header()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
| H A D | __init__.py | 62 values_list('package__name', flat=True)) 85 self.assertTrue('zlib' in Package.objects.values_list('name', flat=True))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-jquery-icheck_1.0.3.bb | 22 install -d ${D}${datadir}/javascript/jquery-icheck/skins/flat/ 23 install -m 0644 ${S}/skins/flat/* ${D}${datadir}/javascript/jquery-icheck/skins/flat/
|
| /openbmc/phosphor-bmc-code-mgmt/bios/ |
| H A D | README.md | 36 Sometimes another tool is needed if one does not have a flat image. Use "Layout" 39 - "Flat" : No tool, flat image. This can be used for example when we want to
|
| /openbmc/qemu/block/ |
| H A D | vmdk.c | 137 bool flat; member 529 BdrvChild *file, bool flat, int64_t sectors, in vmdk_add_extent() argument 576 extent->flat = flat; in vmdk_add_extent() 583 extent->cluster_sectors = flat ? sectors : cluster_sectors; in vmdk_add_extent() 1433 if (!s->extents[i].flat) { in vmdk_refresh_limits() 1602 if (extent->flat) { in get_cluster_offset() 1816 if (extent->flat) { in vmdk_co_block_status() 2218 vmdk_init_extent(BlockBackend *blk, int64_t filesize, bool flat, bool compress, in vmdk_init_extent() argument 2227 if (flat) { in vmdk_init_extent() 2330 vmdk_create_extent(const char *filename, int64_t filesize, bool flat, in vmdk_create_extent() argument [all …]
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_input.h | 46 uint32_t flat; member
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | atibios.c | 72 u32 seg_ofs, flat; in bios_ptr() local 75 flat = ((seg_ofs & 0xffff0000) >> 12) | (seg_ofs & 0xffff); in bios_ptr() 76 if (flat >= 0xc0000) in bios_ptr() 77 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr() 79 return buf + (flat - vbe_offset); in bios_ptr()
|
| /openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
| H A D | fit_spl_atf.its | 36 description = "RK3368-uQ7 (Lion) flat device-tree";
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-sax-writer-perl_0.57.bb | 4 strings, files, and other flat representations. It handles charset encodings, \
|
| /openbmc/u-boot/doc/ |
| H A D | README.OFT | 6 firmware flat tree.
|
| /openbmc/webui-vue/src/store/modules/HardwareStatus/ |
| H A D | FanStore.js | 53 .then((fansFromChassis) => commit('setFanInfo', fansFromChassis.flat()))
|
| /openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
| H A D | fit_spl_atf.its | 42 description = "RK3399-Q7 (Puma) flat device-tree";
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/ |
| H A D | 0001-Enable-system-malloc-on-all-linux.patch | 7 internal malloc falls flat on musl based systems
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 287 flat=True) 404 flat=True) 565 custom_image_ids = custom_images.values_list('id', flat=True) 909 flat=True) 959 flat=True) 1072 ).order_by("target").values_list("target", flat=True))
|
| /openbmc/qemu/hw/input/ |
| H A D | virtio-input-host.c | 92 config.u.abs.flat = cpu_to_le32(absinfo.flat); in virtio_input_abs_config()
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | Makefile | 39 override LDFLAGS = -nostdlib -Wl,--build-id=none,-T,$(SRC_DIR)/flat.lds
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | backup-discard-source | 116 nodes = self.vm.cmd('query-named-block-nodes', flat=True)
|
| /openbmc/qemu/docs/specs/ |
| H A D | standard-vga.rst | 83 bochs dispi interface registers, mapped flat without index/data ports.
|
| /openbmc/openbmc/poky/meta/recipes-extended/man-db/ |
| H A D | man-db_2.13.1.bb | 3 …e man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databas…
|