| /openbmc/qemu/ebpf/ |
| H A D | rss.bpf.skeleton.h | 18 } maps; member 139 s->map_skel_sz = sizeof(*s->maps); in rss_bpf__create_skeleton() 140 s->maps = (struct bpf_map_skeleton *)calloc(s->map_cnt, s->map_skel_sz); in rss_bpf__create_skeleton() 141 if (!s->maps) { in rss_bpf__create_skeleton() 146 s->maps[0].name = "tap_rss_map_configurations"; in rss_bpf__create_skeleton() 147 s->maps[0].map = &obj->maps.tap_rss_map_configurations; in rss_bpf__create_skeleton() 149 s->maps[1].name = "tap_rss_map_toeplitz_key"; in rss_bpf__create_skeleton() 150 s->maps[1].map = &obj->maps.tap_rss_map_toeplitz_key; in rss_bpf__create_skeleton() 152 s->maps[2].name = "tap_rss_map_indirection_table"; in rss_bpf__create_skeleton() 153 s->maps[2].map = &obj->maps.tap_rss_map_indirection_table; in rss_bpf__create_skeleton()
|
| H A D | ebpf_rss.c | 132 rss_bpf_ctx->maps.tap_rss_map_configurations); in ebpf_rss_load() 134 rss_bpf_ctx->maps.tap_rss_map_indirection_table); in ebpf_rss_load() 136 rss_bpf_ctx->maps.tap_rss_map_toeplitz_key); in ebpf_rss_load()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | main.cf | 85 # check_client_access hash:/etc/postfix/maps/access_client, 86 # check_client_access hash:/etc/postfix/maps/exceptions_client, 87 # check_helo_access hash:/etc/postfix/maps/access_helo, 88 # check_helo_access hash:/etc/postfix/maps/verify_helo, 89 # check_sender_access hash:/etc/postfix/maps/access_sender, 90 # check_sender_access hash:/etc/postfix/maps/verify_sender, 91 # check_recipient_access hash:/etc/postfix/maps/access_recipient, 99 # check_sender_access hash:/etc/postfix/maps/no_verify_sender,
|
| /openbmc/qemu/util/ |
| H A D | selfmap.c | 16 gchar *maps, **lines; in read_self_maps() local 19 if (!g_file_get_contents("/proc/self/maps", &maps, NULL, NULL)) { in read_self_maps() 24 lines = g_strsplit(maps, "\n", 0); in read_self_maps() 80 g_free(maps); in read_self_maps()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/ |
| H A D | bpftool.bb | 1 SUMMARY = "Inspect and manipulate eBPF programs and maps" 3 of eBPF programs and maps."
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | rk3288-thermal.dtsi | 45 cooling-maps { 80 cooling-maps {
|
| H A D | omap4-cpu-thermal.dtsi | 34 cpu_cooling_maps: cooling-maps {
|
| /openbmc/webui-vue/src/assets/styles/bootstrap/ |
| H A D | _index.scss | 8 // Import Bootstrap variables and maps 10 @import "~bootstrap/scss/maps";
|
| /openbmc/webui-vue/docs/guide/guidelines/ |
| H A D | colors.md | 40 [Learn more about the Bootstrap color maps](https://getbootstrap.com/docs/4.0/getting-started/themi… 49 [Learn more about the Bootstrap theme-colors maps](https://getbootstrap.com/docs/4.0/getting-starte…
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libchamplain/ |
| H A D | libchamplain_0.12.21.bb | 1 SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | theme.md | 131 and color maps outlined in the theme's overview. The following sections provide 136 The OpenBMC Web UI uses Sass variables and maps to build its layout and 137 components. Bootstrap variables and maps use the `!default` flag to allow for 138 overrides. There are three Sass maps created to establish the color palette. 139 These include the `color` map, `theme-color` map, and `gray` map. These maps are 179 maps for all the default colors is scheduled to be delivered in a future patch.
|
| /openbmc/u-boot/Documentation/devicetree/bindings/misc/ |
| H A D | gdsys,soc.txt | 4 IHS FPGAs. The bus itself contains devices whose register maps are contained
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tecla/ |
| H A D | tecla_48.0.2.bb | 1 …yboard layout viewer that uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-fifo/ |
| H A D | nlohmann-fifo_git.bb | 1 SUMMARY = "fifo maps for c++"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mscgen/ |
| H A D | mscgen_0.20.bb | 1 …quence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the out…
|
| /openbmc/qemu/hw/misc/macio/ |
| H A D | macio.c | 59 static const int maps[] = { in macio_escc_legacy_setup() local 73 for (i = 0; i < ARRAY_SIZE(maps); i += 2) { in macio_escc_legacy_setup() 77 maps[i + 1], 0x2); in macio_escc_legacy_setup() 78 memory_region_add_subregion(escc_legacy, maps[i], port); in macio_escc_legacy_setup()
|
| /openbmc/phosphor-mboxd/Documentation/ |
| H A D | mboxd.md | 31 including pointing the bus so it maps flash and memory. 45 currently suspended and the LPC bus maps the flash 48 currently suspended and the LPC bus maps the flash 51 currently suspended and the LPC bus maps the reserved 54 currently suspended and the LPC bus maps the reserved
|
| /openbmc/hiomapd/Documentation/ |
| H A D | mboxd.md | 32 including pointing the bus so it maps flash and memory. 46 currently suspended and the LPC bus maps the flash 49 currently suspended and the LPC bus maps the flash 52 currently suspended and the LPC bus maps the reserved 55 currently suspended and the LPC bus maps the reserved
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | musca.rst | 28 but CPU 1 does. Also like the real hardware, the memory maps
|
| /openbmc/phosphor-mboxd/vpnor/ |
| H A D | README.md | 39 7. A read of a valid access range that maps into the backing file will render 44 10. A write to a valid access range that maps into the backing file will update
|
| /openbmc/hiomapd/vpnor/ |
| H A D | README.md | 35 7. A read of a valid access range that maps into the backing file will render 40 10. A write to a valid access range that maps into the backing file will update
|
| /openbmc/openbmc/poky/meta/recipes-bsp/keymaps/ |
| H A D | keymaps_1.0.bb | 1 SUMMARY = "Keyboard maps"
|
| /openbmc/qemu/contrib/gitdm/ |
| H A D | domain-map | 4 # This maps email domains to nice easy to read company names
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.cpp | 284 for (const auto& [section, maps] : map) in writeFileInt() 286 for (const auto& map : maps) in writeFileInt()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/ |
| H A D | multipath-tools_0.11.1.bb | 15 tables on specified device and create device maps over partitions \ 16 segments detected. It is called from hotplug upon device maps creation \
|