/dports/sysutils/u-boot-tools/u-boot-2020.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
|
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 23 #define LB_BLOCK_SIZE 9 macro 84 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 86 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 109 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 111 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 195 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 196 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
|
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 23 #define LB_BLOCK_SIZE 9 macro 84 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 86 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 109 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 111 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 195 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 196 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
|
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 23 #define LB_BLOCK_SIZE 9 macro 84 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 86 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 109 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 111 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 195 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 196 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 23 #define LB_BLOCK_SIZE 9 macro 84 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 86 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 109 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 111 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 195 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 196 block_io.media->last_block = img.length >> LB_BLOCK_SIZE; in setup()
|
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 24 #define LB_BLOCK_SIZE 9 macro 85 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in read_blocks() 87 start = image + (lba << LB_BLOCK_SIZE); in read_blocks() 110 if ((lba << LB_BLOCK_SIZE) + buffer_size > img.length) in write_blocks() 112 start = image + (lba << LB_BLOCK_SIZE); in write_blocks() 196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup() 197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
|