Home
last modified time | relevance | path

Searched refs:bar (Results 401 – 425 of 708) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/qemu/tests/qemu-iotests/
H A D112119 $QEMU_IMG snapshot -c bar "$TEST_IMG"
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_common.h14 int efx_init_io(struct efx_nic *efx, int bar, dma_addr_t dma_mask,
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dlayout.h20 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_BAR , struct nvkm_bar , bar)
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.h14 int efx_siena_init_io(struct efx_nic *efx, int bar, dma_addr_t dma_mask,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dgf100.c48 nvkm_bar_flush(device->bar); in gf100_sw_chan_vblsem_release()
H A Dnv50.c48 nvkm_bar_flush(device->bar); in nv50_sw_chan_vblsem_release()
/openbmc/linux/drivers/pnp/
H A Dmanager.c25 unsigned int bar) in pnp_find_resource() argument
27 struct resource *res = pnp_get_resource(dev, type, bar); in pnp_find_resource()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dutility.scss84 @include indeterminate-bar;
/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dbmp085.yaml75 vdda-supply = <&bar>;
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.h18 __le32 bar[2]; member
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst444 kfree(foo->bar);
454 kfree(foo->bar);
676 #define FOO(val) bar(index, val)
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst427 enum bar { U, V };
441 [16] ENUM 'bar' encoding=UNSIGNED size=4 vlen=2
535 *g = __builtin_preserve_enum_value(*(enum bar *)U, 0 /* enum literal existence */);
536 *g = __builtin_preserve_enum_value(*(enum bar *)V, 1 /* enum literal value */);
541 f0: CO-RE <enumval_exists> [16] enum bar::U = 0
544 108: CO-RE <enumval_value> [16] enum bar::V = 1
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38471-1.patch7 string on dot. For example, from valid host name "foo\\.bar" we have
H A DCVE-2023-38469-2.patch52 …_UNSPEC, AVAHI_PROTO_UNSPEC, 0, "Lathiat's Site", "_http._tcp", NULL, NULL, 80, "foo=bar", NULL)));
/openbmc/qemu/pc-bios/keymaps/
H A Dsl82 bar 0x56 altgr
218 bar 0x11 altgr
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c338 MemoryRegion *legacy_mr = &proxy->bar; in virtio_pci_ioeventfd_assign()
1428 uint8_t bar, uint64_t offset, uint64_t length, in virtio_pci_add_shm_cap() argument
1436 cap.cap.bar = bar; in virtio_pci_add_shm_cap()
1868 uint8_t bar) in virtio_pci_modern_region_map() argument
1873 cap->bar = bar; in virtio_pci_modern_region_map()
2044 pci_set_byte(&cfg_mask->cap.bar, ~0x0); in virtio_pci_device_plugged()
2071 memory_region_init_io(&proxy->bar, OBJECT(proxy), in virtio_pci_device_plugged()
2076 PCI_BASE_ADDRESS_SPACE_IO, &proxy->bar); in virtio_pci_device_plugged()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2675 for (i = 0; i < ARRAY_SIZE(enic->bar); i++) in enic_iounmap()
2676 if (enic->bar[i].vaddr) in enic_iounmap()
2677 iounmap(enic->bar[i].vaddr); in enic_iounmap()
2746 for (i = 0; i < ARRAY_SIZE(enic->bar); i++) { in enic_probe()
2749 enic->bar[i].len = pci_resource_len(pdev, i); in enic_probe()
2750 enic->bar[i].vaddr = pci_iomap(pdev, i, enic->bar[i].len); in enic_probe()
2751 if (!enic->bar[i].vaddr) { in enic_probe()
2756 enic->bar[i].bus_addr = pci_resource_start(pdev, i); in enic_probe()
2762 enic->vdev = vnic_dev_register(NULL, enic, pdev, enic->bar, in enic_probe()
2763 ARRAY_SIZE(enic->bar)); in enic_probe()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch30 - /* one extra: We don't want the progress bar to reach 100%, especially not
/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt242 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
243 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
295 ./perf probe -x /opt/test/a.out 'foo\+bar.c:4'
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio.txt237 line-name = "foo-bar-gpio";
279 gpio-ranges = <&foo 0 20 10>, <&bar 10 50 20>;
283 - pins 50..69 on pin controller "bar" is mapped to GPIO line 10..29
335 "bar";
341 in pinctrl2 are defined using the pin groups named "foo" and "bar".
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c1053 enum pci_barno bar; in imx6_pcie_ep_init() local
1056 for (bar = BAR_0; bar <= BAR_5; bar++) in imx6_pcie_ep_init()
1057 dw_pcie_ep_reset_bar(pci, bar); in imx6_pcie_ep_init()
/openbmc/linux/scripts/
H A DKbuild.include35 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
39 # Name of target with a '.tmp_' as filename prefix. foo/bar.o => foo/.tmp_bar.o
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c98 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h130 uint32_t bar[PCI_BAR_COUNT]; member
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h120 __le32 bar[PCI_STD_NUM_BARS]; member

1...<<11121314151617181920>>...29