Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/
H A Dlv-conf.inc58 -e "s|^([[:space:]]*#define LV_USE_LINUX_DRM[[:space:]]).*|\1${LVGL_CONFIG_USE_DRM}|" \
60 -e "s|^([[:space:]]*#define LV_USE_LINUX_FBDEV[[:space:]]).*|\1${LVGL_CONFIG_USE_FBDEV}|" \
62 -e "s|^([[:space:]]*#define LV_USE_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \
63 -e "s|^([[:space:]]*#define LV_USE_DRAW_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \
64 -e "s|^([[:space:]]*#define LV_SDL_BUF_COUNT[[:space:]]).*|\1 2|" \
65 … -e "s|^([[:space:]]*#define LV_SDL_FULLSCREEN[[:space:]]).*|\1${LVGL_CONFIG_SDL_FULLSCREEN}|" \
67 -e "s|^([[:space:]]*#define LV_COLOR_DEPTH[[:space:]]).*|\1${LVGL_CONFIG_LV_COLOR_DEPTH}|" \
68 -e "s|^([[:space:]]*#define LV_MEM_CUSTOM[[:space:]]).*|\1${LVGL_CONFIG_LV_MEM_CUSTOM}|" \
69 -e "s|^([[:space:]]*#define LV_MEM_SIZE[[:space:]]).*|\1${LVGL_CONFIG_LV_MEM_SIZE}|" \
71 -e "s|^([[:space:]]*#define LV_TICK_CUSTOM[[:space:]]).*|\1 1|" \
[all …]
/openbmc/u-boot/doc/mvebu/
H A Darmada-8k-memory.txt15 0xF0000000 0xF0FFFFFF AP Internal registers space
20 space.
23 space.
25 0xF6000000 0xF6FFFFFF CP-0 / PCIe#0 Memory space.
27 0xF7000000 0xF7FFFFFF CP-0 / PCIe#1 Memory space.
29 0xF8000000 0xF8FFFFFF CP-0 / PCIe#2 Memory space.
31 0xF9000000 0xF900FFFF CP-0 / PCIe#0 IO space.
33 0xF9010000 0xF901FFFF CP-0 / PCIe#1 IO space.
35 0xF9020000 0xF902FFFF CP-0 / PCIe#2 IO space.
39 0xFA000000 0xFAFFFFFF CP-1 / PCIe#0 Memory space.
[all …]
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c33 VFIOAddressSpace *space; in vfio_address_space_get() local
35 QLIST_FOREACH(space, &vfio_address_spaces, list) { in vfio_address_space_get()
36 if (space->as == as) { in vfio_address_space_get()
37 return space; in vfio_address_space_get()
42 space = g_malloc0(sizeof(*space)); in vfio_address_space_get()
43 space->as = as; in vfio_address_space_get()
44 QLIST_INIT(&space->containers); in vfio_address_space_get()
50 QLIST_INSERT_HEAD(&vfio_address_spaces, space, list); in vfio_address_space_get()
52 return space; in vfio_address_space_get()
55 void vfio_address_space_put(VFIOAddressSpace *space) in vfio_address_space_put() argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D026.out31 write failed: No space left on device
36 write failed: No space left on device
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
43 write failed: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
50 write failed: No space left on device
89 write failed: No space left on device
90 read failed: No space left on device
[all …]
H A D026.out.nocache31 write failed: No space left on device
36 write failed: No space left on device
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
43 write failed: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
50 write failed: No space left on device
89 write failed: No space left on device
90 read failed: No space left on device
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0005-RH-add-mpathconf.patch310 + sed -i '/^blacklist_exceptions[[:space:]]*{/ a\
334 +if grep -q "^blacklist[[:space:]]*{" $TMPFILE ; then
338 +if grep -q "^blacklist_exceptions[[:space:]]*{" $TMPFILE ; then
342 +if grep -q "^defaults[[:space:]]*{" $TMPFILE ; then
363 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*devnode \"\.\?\*\""…
365 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*devn…
371 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*wwid \"\.\?\*\"" ; …
373 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*wwid…
379 + if sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:sp…
381 + elif sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A Dptest-spacesave.patch4 Subject: [PATCH] strace: Tweak ptest disk space management
7 using around 600MB of disk space and running our ptest images out of space.
11 Upstream-Status: Inappropriate [specific to OE image space issues]
/openbmc/qemu/
H A D.editorconfig31 indent_style = space
36 indent_style = space
48 indent_style = space
53 indent_style = space
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-missing-space.err1 doc-missing-space.json:5:1: missing space after #
H A Ddoc-missing-space.json1 # Documentation line must have a leading space
4 # missing space:
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp47 using boost::spirit::x3::space; in getContentType()
62 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType()
85 using boost::spirit::x3::space; in getPreferredContentType()
103 auto parser = +(mimeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredContentType()
161 using boost::spirit::x3::space; in getPreferredEncoding()
174 auto parser = +(encodeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredEncoding()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out9 …tivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
11 …tivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
17 …ation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
18 …ation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dboot0.h9 .space 1532
17 .space 0x7c
/openbmc/qemu/hw/vfio-user/
H A Dcontainer.c210 VFIOAddressSpace *space; in vfio_user_container_connect() local
214 space = vfio_address_space_get(as); in vfio_user_container_connect()
236 vfio_address_space_insert(space, bcontainer); in vfio_user_container_connect()
259 vfio_address_space_put(space); in vfio_user_container_connect()
268 VFIOAddressSpace *space = bcontainer->space; in vfio_user_container_disconnect() local
279 vfio_address_space_put(space); in vfio_user_container_disconnect()
/openbmc/qemu/hw/i386/xen/
H A Dtrace-events7 xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address 0x%"PRIx64")"
8 xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address 0x%"PRIx64")"
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp69 size_t space = logEntry.find_first_of(' '); in getEventLogParams() local
70 if (space == std::string::npos) in getEventLogParams()
76 timestamp = logEntry.substr(0, space); in getEventLogParams()
78 size_t entryStart = logEntry.find_first_not_of(' ', space); in getEventLogParams()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch25 -static long min_freespace = 0; /* Minimium free space on a filesystem */
27 +static fsblkcnt_t min_freespace = 0; /* Minimium free space on a filesystem */
73 - "%s: Not enough free space on filesystem: min %d free %d",
74 + "%s: Not enough free space on filesystem: min %lld free %lld",
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Daltera_tse.txt9 "control_port": MAC configuration space region
10 "tx_csr": xDMA Tx dispatcher control and status space region
11 "tx_desc": MSGDMA Tx dispatcher descriptor space region
12 "rx_csr" : xDMA Rx dispatcher control and status space region
13 "rx_desc": MSGDMA Rx dispatcher descriptor space region
14 "rx_resp": MSGDMA Rx dispatcher response space region
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-core/systemd/
H A Dsystemd_%.bbappend3 # Romulus doesn't have the space for the both zstd and xz compression
9 # Remove seccomp support for Romulus to save space. This isn't actively
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/
H A Dsystemd_%.bbappend3 # Palmetto doesn't have the space for the both zstd and xz compression
9 # Remove seccomp support for Palmetto to save space. This isn't actively
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c88 VFIOAddressSpace *space = vfio_address_space_get(as); in vfio_eeh_as_container() local
91 if (QLIST_EMPTY(&space->containers)) { in vfio_eeh_as_container()
96 bcontainer = QLIST_FIRST(&space->containers); in vfio_eeh_as_container()
108 vfio_address_space_put(space); in vfio_eeh_as_container()
/openbmc/openbmc/poky/meta/recipes-extended/libmnl/
H A Dlibmnl_1.0.5.bb1 SUMMARY = "Minimalistic user-space Netlink utility library"
2 DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \
/openbmc/qemu/target/i386/kvm/
H A Dxen-compat.h36 unsigned int space; member
43 uint16_t space; member
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A DREADME.md12 3. Disk space: free space in RWFS in KiB
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S392 .space 128, 0
400 .space 4096, 0
404 .space 4096, 0
408 .space 4096, 0
412 .space 65536, 0

12345678910>>...30