| /buildroot/board/sipeed/licheepi_nano/ |
| A D | genimage.cfg | 4 minimum-io-unit-size = 1 5 sub-page-size = 1 15 size = 512K 20 size = 64K 25 size = 5M 30 size = 0
|
| /buildroot/board/visionfive2/ |
| A D | genimage_spi-nor.cfg | 3 minimum-io-unit-size = 256 8 size = 16M 18 size = 512K 23 size = 64K 29 size = 4M 34 size = 10M
|
| /buildroot/arch/ |
| A D | arch.mk | 23 ARCH_TOOLCHAIN_WRAPPER_OPTS += -Wl,-z,max-page-size=4096 -Wl,-z,common-page-size=4096 25 ARCH_TOOLCHAIN_WRAPPER_OPTS += -Wl,-z,max-page-size=8192 -Wl,-z,common-page-size=8192 27 ARCH_TOOLCHAIN_WRAPPER_OPTS += -Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384 29 ARCH_TOOLCHAIN_WRAPPER_OPTS += -Wl,-z,max-page-size=65536 -Wl,-z,common-page-size=65536
|
| /buildroot/board/aspeed/ast2500-evb/ |
| A D | genimage.cfg | 11 minimum-io-unit-size = 256 21 size = 384K 27 size = 128K 33 size = 4352K 38 size = 27904K
|
| /buildroot/board/aspeed/ast2600-evb/ |
| A D | genimage.cfg | 11 minimum-io-unit-size = 256 21 size = 896K 27 size = 128K 33 size = 9M 38 size = 54M
|
| /buildroot/package/mkpimage/ |
| A D | mkpimage.c | 68 static int read_full(int fd, void *buf, size_t size) in read_full() argument 70 size_t insize = size; in read_full() 74 while (size) { in read_full() 75 now = read(fd, buf, size); in read_full() 81 size -= now; in read_full() 90 size_t insize = size; in write_full() 93 while (size) { in write_full() 94 now = write(fd, buf, size); in write_full() 97 size -= now; in write_full() 183 if (size & 0x3) { in add_socfpga_header() [all …]
|
| /buildroot/package/curlftpfs/ |
| A D | 0004-fix-musl-build-off-t.patch | 26 - __off_t size = (long long int)test_size(path); 27 + off_t size = (long long int)test_size(path); 28 DEBUG(1, "ftpfs_truncate: %s check filesize=%lld\n", path, (long long int)size); 30 if (offset == size) 35 - __off_t size = test_size(path); 36 + off_t size = test_size(path); 37 DEBUG(1, "ftpfs_ftruncate: %s check filesize=%lld\n", path, (long long int)size); 39 if (offset == size)
|
| /buildroot/board/olimex/stmp1_olinuxino/ |
| A D | genimage.cfg | 8 size = 256K 13 size = 256K 18 size = 2M
|
| /buildroot/board/hardkernel/odroidxu4/ |
| A D | genimage.cfg | 10 size = 32M 21 size = 15K 28 size = 16K 35 size = 720K 42 size = 256K
|
| /buildroot/fs/jffs2/ |
| A D | Config.in | 29 bool "Parallel flash with 128 kB erase size" 32 bool "Parallel flash with 64 kB erase size" 35 bool "Select custom erase size" 40 hex "Erase block size" 44 Set to erase size of memory 70 hex "Pad output size (0x0 = to end of EB)" 95 bool "Select custom virtual memory page size" 98 related to the flash memory page size. Using this option is 99 only needed if Linux is configured to use a page size 103 hex "Virtual memory page size" [all …]
|
| /buildroot/board/technologic/ts7680/ |
| A D | genimage.cfg | 6 size = 512 12 size = 256M
|
| /buildroot/board/khadas/vim3/ |
| A D | genimage.cfg | 12 size = 64M 23 size = 64M 30 size = 128M
|
| /buildroot/fs/btrfs/ |
| A D | Config.in | 14 string "filesystem size" 17 The size of the filesystem image in bytes. 22 string "sector size" 25 This value should be set to the page size in bytes. The 26 default value of 4096 is the the most common page size for 27 most systems. If the sectorsize differs from the page size, 31 size. Suffix with k for power-of-two kilobytes. 34 string "btree node size" 37 The tree block size in which btrfs stores metadata in bytes.
|
| /buildroot/board/lego/ev3/ |
| A D | genimage.cfg | 10 minimum-io-unit-size = 256 20 size = 256K 26 size = 64K 32 size = 4M 38 size = 10M 55 size = 16M
|
| /buildroot/board/altera/socrates_cyclone5/ |
| A D | genimage.cfg | 9 size = 8M 21 size = 64K 30 size = 1M 57 size = 500M
|
| /buildroot/package/unscd/ |
| A D | nscd.conf | 11 suggested-size passwd 1001 17 suggested-size group 1001 30 suggested-size hosts 1001
|
| /buildroot/board/freescale/imxrt1050evk/ |
| A D | genimage.cfg | 9 size = 8M 20 size = 127K 27 size = 512K
|
| /buildroot/support/kconfig/ |
| A D | zconf.l | 49 static void append_string(const char *str, int size) in append_string() argument 51 int new_size = text_size + size + 1; in append_string() 58 memcpy(text + text_size, str, size); in append_string() 59 text_size += size; in append_string() 63 static void alloc_string(const char *str, int size) in alloc_string() argument 65 text = xmalloc(size + 1); in alloc_string() 66 memcpy(text, str, size); in alloc_string() 67 text[size] = 0; in alloc_string()
|
| /buildroot/board/orangepi/orangepi-lite/ |
| A D | genimage.cfg | 12 size = 10M 23 size = 1016K # 1MB - 8KB 35 size = 512M
|
| /buildroot/board/sipeed/licheepi_zero/ |
| A D | genimage.cfg | 11 size = 8M 22 size = 504K # 512KB - 8KB 34 size = 0
|
| /buildroot/board/olimex/a10_olinuxino/ |
| A D | genimage.cfg | 9 size = 1016K # 1MB - 8KB 15 size = 512M
|
| /buildroot/board/olimex/a20_olinuxino/ |
| A D | genimage.cfg | 9 size = 1016K # 1MB - 8KB 15 size = 512M
|
| /buildroot/board/olimex/a33_olinuxino/ |
| A D | genimage.cfg | 9 size = 1016K # 1MB - 8KB 15 size = 512M
|
| /buildroot/package/lua/5.1.5/ |
| A D | 0012-fix-reader-at-eoz.patch | 12 size_t size; 17 buff = z->reader(L, z->data, &size); 19 - if (buff == NULL || size == 0) return EOZ; 20 + if (buff == NULL || size == 0) { 24 z->n = size - 1;
|
| /buildroot/board/pandaboard/ |
| A D | genimage.cfg | 9 size = 8M 25 size = 512M
|