| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | check-test-wrapper | 69 … wrapped = " ".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 D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 487 +words, each test program invocation is 'wrapped up' inside an explicit
|
| /openbmc/qemu/bsd-user/ |
| H A D | mmap.c | 284 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 D | macb.c | 109 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 D | default-gcc.patch | 3 setting in tools/Makefile wrapped in ifneq ($(CROSS_BUILD_TOOLS),) which
|
| /openbmc/qemu/linux-user/ |
| H A D | mmap.c | 443 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 D | rtl8139.c | 750 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 D | code-update-deprecated.md | 42 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 D | ppc-spapr-uv-hcalls.rst | 33 wrapped/encrypted using the public key of a trusted system which has the private
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | forms.scss | 170 * Helper text shoul not be wrapped in the
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 161 def wrapped(fn, *args): function 176 return wrapped
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 213 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 D | test_event_logging.robot | 345 # 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 D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 49 + * 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 D | userfaultfd.patch | 90 + pointer if the front one has wrapped. Returns a 31-bit random number. */
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | of-plat.txt | 203 ofdata_to_platdata() method and wrapped with #if.
|
| /openbmc/bmcweb/ |
| H A D | DEVELOPING.md | 165 Commit messages should be line wrapped 50/72.
|
| /openbmc/qemu/docs/devel/ |
| H A D | style.rst | 96 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 D | multi-thread-tcg.rst | 271 Barriers are often wrapped around synchronisation primitives to
|
| H A D | atomics.rst | 35 In general, use of ``qemu/atomic.h`` should be wrapped with more easily
|
| H A D | qapi-code-gen.rst | 519 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 D | README.distro | 179 raw zImage and initrd (rather than FIT- or uImage-wrapped files), etc. Network
|
| /openbmc/phosphor-logging/docs/ |
| H A D | structured-logging.md | 83 The free-form message may also optionally contain brace-wrapped key names, for
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.rst | 125 wrapped by the ring size. 141 wrapped by the ring size. 145 is not wrapped by the ring size.
|
| /openbmc/docs/ |
| H A D | anti-patterns.md | 395 question is probably best wrapped up as an implementation detail of a behaviour
|