| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 004.out | 4 write before image boundary 8 write into image boundary 11 write at image boundary 14 write past image boundary 17 pwrite past image boundary 20 writev past image boundary 23 read before image boundary 27 read into image boundary 30 read at image boundary 33 read past image boundary [all …]
|
| H A D | 171.out | 19 write before image boundary 23 write across image boundary 26 write at image boundary 29 write after image boundary 32 writev before/after image boundary 35 read before image boundary 39 read across image boundary 42 read at image boundary 45 read after image boundary 48 readv before/after image boundary [all …]
|
| H A D | 263.out | 10 == write two 512 byte sectors on a cluster boundary == 29 == write two 512 byte sectors on a cluster boundary ==
|
| /openbmc/bmcweb/include/ |
| H A D | multipart_parser.hpp | 79 boundary = "\r\n--"; in parse() 80 boundary += ctBoundary; in parse() 82 lookbehind.resize(boundary.size() + 8); in parse() 99 if (index == boundary.size() - 2) in parse() 108 else if (index - 1 == boundary.size() - 2) in parse() 119 if (c != boundary[index + 2]) in parse() 207 skipNonBoundary(buffer, boundary.size() - 1, i); in parse() 253 std::string boundary; member in MultipartParser 259 for (const char current : boundary) in indexBoundary() 279 while (i + boundary.size() <= buffer.length()) in skipNonBoundary() [all …]
|
| /openbmc/bmcweb/test/include/ |
| H A D | multipart_test.cpp | 47 EXPECT_EQ(parser.boundary, in TEST_F() 278 EXPECT_EQ(parser.boundary, in TEST_F() 321 EXPECT_EQ(parser.boundary, "\r\n----end"); in TEST_F() 367 EXPECT_EQ(parser.boundary, in TEST_F() 411 EXPECT_EQ(parser.boundary, "\r\n----XX"); in TEST_F() 432 EXPECT_EQ(parser.boundary, "\r\n----XX"); in TEST_F()
|
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 231 unsigned int boundary, blk, die = 0; in flexonenand_block() local 238 boundary = this->boundary[die]; in flexonenand_block() 241 if (blk > boundary) in flexonenand_block() 242 blk = (blk + boundary + 1) >> 1; in flexonenand_block() 265 int die = 0, boundary; in flexonenand_addr() local 273 boundary = this->boundary[die]; in flexonenand_addr() 275 if (block > (boundary + 1)) in flexonenand_addr() 276 ofs += (loff_t) (block - boundary - 1) in flexonenand_addr() 858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 917 boundary = 1; in onenand_read_ops_nolock() [all …]
|
| /openbmc/qemu/hw/net/ |
| H A D | ne2000.c | 153 int avail, index, boundary; in ne2000_buffer_full() local 160 boundary = s->boundary << 8; in ne2000_buffer_full() 161 if (index < boundary) in ne2000_buffer_full() 162 avail = boundary - index; in ne2000_buffer_full() 164 avail = (s->stop - s->start) - (index - boundary); in ne2000_buffer_full() 311 s->boundary = val; in ne2000_ioport_write() 380 ret = s->boundary; in ne2000_ioport_read() 614 VMSTATE_UINT8(boundary, NE2000State),
|
| H A D | ne2000.h | 17 uint8_t boundary; member
|
| /openbmc/obmc-console/ |
| H A D | .gitignore | 59 test/test-ringbuffer-boundary-poll 60 test/test-ringbuffer-boundary-read
|
| /openbmc/obmc-console/test/ |
| H A D | meson.build | 2 'test-ringbuffer-boundary-poll', 3 'test-ringbuffer-boundary-read',
|
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | Kconfig | 7 default "boundary"
|
| H A D | MAINTAINERS | 4 F: board/boundary/nitrogen6x/
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch | 4 Subject: [PATCH] Align structs casts with time_t elements to 8byte boundary 8 element, that now increases the natural alignment boundary of structures
|
| /openbmc/u-boot/include/ |
| H A D | onenand_uboot.h | 49 int boundary, int lock);
|
| /openbmc/u-boot/configs/ |
| H A D | riotboard_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
|
| H A D | marsboard_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024"
|
| H A D | riotboard_spl_defconfig | 14 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,SPL,MX6S,DDR_MB=102…
|
| H A D | nitrogen6dl2g_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl2g.cfg,MX6DL,DDR_MB=2048"
|
| H A D | nitrogen6s1g_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024"
|
| H A D | nitrogen6dl_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024"
|
| H A D | nitrogen6s_defconfig | 7 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512"
|
| /openbmc/u-boot/doc/ |
| H A D | README.arm-caches | 38 memory DMA buffer) should be aligned to cache-line boundary both at 41 to the aligned part. That is, one cache-line at the respective boundary
|
| /openbmc/qemu/host/include/generic/host/ |
| H A D | load-extract-al16-al8.h.inc | 17 * cross an 16-byte boundary then the access must be 16-byte atomic,
|
| /openbmc/qemu/host/include/loongarch64/host/ |
| H A D | load-extract-al16-al8.h.inc | 20 * cross an 16-byte boundary then the access must be 16-byte atomic,
|
| /openbmc/qemu/host/include/aarch64/host/ |
| H A D | load-extract-al16-al8.h.inc | 20 * cross an 16-byte boundary then the access must be 16-byte atomic,
|