Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dcheck-test-wrapper69wrapped = " ".join(["'{0}'".format(i.replace("'", r"'\''")) for i in ["cd", os.getcwd()]]) + "; "
70 wrapped += " ".join(["'{0}'".format(i.replace("'", r"'\''")) for i in args])
71 command += ["sh", "-c", "\"{}\"".format(wrapped)]
H A D0010-eglibc-Cross-building-and-testing-instructions.patch487 +words, each test program invocation is 'wrapped up' inside an explicit
/openbmc/qemu/bsd-user/
H A Dmmap.c284 int wrapped, repeat; in mmap_find_vma() local
302 wrapped = repeat = 0; in mmap_find_vma()
383 if (wrapped) { in mmap_find_vma()
386 wrapped = 1; in mmap_find_vma()
392 } else if (wrapped && addr >= start) { in mmap_find_vma()
/openbmc/u-boot/drivers/net/
H A Dmacb.c109 bool wrapped; member
395 macb->wrapped = false; in _macb_recv()
406 macb->wrapped = false; in _macb_recv()
414 if (macb->wrapped) { in _macb_recv()
435 macb->wrapped = true; in _macb_recv()
910 macb->wrapped = false; in macb_recv()
1013 macb->wrapped = false; in macb_recv()
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Ddefault-gcc.patch3 setting in tools/Makefile wrapped in ifneq ($(CROSS_BUILD_TOOLS),) which
/openbmc/qemu/linux-user/
H A Dmmap.c443 int wrapped, repeat; in mmap_find_vma() local
461 wrapped = repeat = 0; in mmap_find_vma()
538 if (wrapped) { in mmap_find_vma()
541 wrapped = 1; in mmap_find_vma()
549 } else if (wrapped && addr >= start) { in mmap_find_vma()
/openbmc/qemu/hw/net/
H A Drtl8139.c750 int wrapped = MOD2(s->RxBufAddr + size, s->RxBufferSize); in rtl8139_write_buffer() local
753 if (wrapped && !(s->RxBufferSize < 65536 && rtl8139_RxWrap(s))) in rtl8139_write_buffer()
755 DPRINTF(">>> rx packet wrapped in buffer at %d\n", size - wrapped); in rtl8139_write_buffer()
757 if (size > wrapped) in rtl8139_write_buffer()
760 buf, size-wrapped); in rtl8139_write_buffer()
767 buf + (size-wrapped), wrapped); in rtl8139_write_buffer()
769 s->RxBufAddr = wrapped; in rtl8139_write_buffer()
/openbmc/docs/architecture/code-update/
H A Dcode-update-deprecated.md42 The complete BMC flash content: A single file (`image-bmc`) wrapped in a tar
47 Partitioned BMC flash content: Multiple files wrapped in a tar archive, one
/openbmc/qemu/docs/specs/
H A Dppc-spapr-uv-hcalls.rst33 wrapped/encrypted using the public key of a trusted system which has the private
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss170 * Helper text shoul not be wrapped in the
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py161 def wrapped(fn, *args): function
176 return wrapped
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py213 wrapped = textwrap.wrap(rawtext)
214 for wrapline in wrapped[:-1]:
216 addlines.append('%s%s' % (wrapped[-1], newline))
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot345 # Event log 1 should be wrapped.
351 ... msg=The event log should have wrapped such that entry ID 1 is now purged.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch49 + * Any C++ stuff must be wrapped with "#ifdef __cplusplus". Do not use "//"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch90 + pointer if the front one has wrapped. Returns a 31-bit random number. */
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt203 ofdata_to_platdata() method and wrapped with #if.
/openbmc/bmcweb/
H A DDEVELOPING.md165 Commit messages should be line wrapped 50/72.
/openbmc/qemu/docs/devel/
H A Dstyle.rst96 to have an 85 character line than one which is awkwardly wrapped.
138 prefix to alert readers that they are seeing a wrapped version, for
H A Dmulti-thread-tcg.rst271 Barriers are often wrapped around synchronisation primitives to
H A Datomics.rst35 In general, use of ``qemu/atomic.h`` should be wrapped with more easily
H A Dqapi-code-gen.rst519 order. Else it takes them wrapped in the C struct generated for the
670 order. Else it takes them wrapped in the C struct generated for the
/openbmc/u-boot/doc/
H A DREADME.distro179 raw zImage and initrd (rather than FIT- or uImage-wrapped files), etc. Network
/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md83 The free-form message may also optionally contain brace-wrapped key names, for
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst125 wrapped by the ring size.
141 wrapped by the ring size.
145 is not wrapped by the ring size.
/openbmc/docs/
H A Danti-patterns.md395 question is probably best wrapped up as an implementation detail of a behaviour

12