Searched refs:seek (Results 1 – 25 of 29) sorted by relevance
12
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/ |
A D | pbl_ch3.mk | 46 dd if=${BUILD_PLAT}/hdr_bl2 of=${BUILD_PLAT}/bl2_${BOOT_MODE}_sec.pbl bs=1K seek=${bl2_hdr_loc} 50 dd if=${BUILD_PLAT}/bl2.bin of=${BUILD_PLAT}/bl2_${BOOT_MODE}_sec.pbl bs=1K seek=${bl2_loc} 67 dd if=${BUILD_PLAT}/bl2.bin of=${BUILD_PLAT}/bl2_${BOOT_MODE}.pbl bs=1K seek=${bl2_loc}
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | devfip.c | 144 if (devtab[nc.index]->seek(&nc, off, KSEEK_SET) < 0) { in fipgen() 226 if (devtab[cs.index]->seek(&cs, off, KSEEK_SET) < 0) { in fipread() 284 if (devtab[t]->seek(cspec, STOC_HEADER, KSEEK_SET) < 0) { in fipmount() 319 .seek = devseek
|
A D | devroot.c | 96 .seek = devseek
|
A D | dev.h | 65 int (*seek)(chan_t *c, long off, int whence); member
|
A D | debugfs_smc.c | 157 ret = seek(arg2, arg3, arg4); in debugfs_smc_handler()
|
A D | dev.c | 657 int seek(int fd, long off, int whence) in seek() function 670 return devtab[channel->index]->seek(channel, off, whence); in seek()
|
/tf-a-ffa_el3_spmc/include/drivers/io/ |
A D | io_mtd.h | 56 int (*seek)(uintptr_t base, unsigned int offset, size_t *extra_offset); member
|
A D | io_driver.h | 42 int (*seek)(io_entity_t *entity, int mode, signed long long offset); member
|
/tf-a-ffa_el3_spmc/drivers/io/ |
A D | io_mtd.c | 44 .seek = mtd_seek, 119 if (ops->seek == NULL) { in mtd_add_extra_offset() 123 ret = ops->seek(cur->base, cur->pos, extra_offset); in mtd_add_extra_offset()
|
A D | io_dummy.c | 47 .seek = NULL,
|
A D | io_storage.c | 244 if (dev->funcs->seek != NULL) in io_seek() 245 result = dev->funcs->seek(entity, mode, offset); in io_seek()
|
A D | io_semihosting.c | 44 .seek = sh_file_seek,
|
A D | io_encrypted.c | 64 .seek = NULL,
|
A D | io_memmap.c | 63 .seek = memmap_block_seek,
|
A D | io_fip.c | 113 .seek = NULL,
|
A D | io_block.c | 48 .seek = block_seek,
|
/tf-a-ffa_el3_spmc/include/lib/ |
A D | debugfs.h | 53 int seek(int fd, long off, int whence);
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | io_arm_class_diagram.puml | 92 seek()
|
/tf-a-ffa_el3_spmc/drivers/st/io/ |
A D | io_mmc.c | 41 .seek = mmc_block_seek,
|
/tf-a-ffa_el3_spmc/drivers/renesas/common/io/ |
A D | io_memdrv.c | 113 .seek = &memdrv_block_seek,
|
A D | io_emmcdrv.c | 138 .seek = &emmcdrv_block_seek,
|
/tf-a-ffa_el3_spmc/drivers/intel/soc/stratix10/io/ |
A D | s10_memmap_qspi.c | 65 .seek = memmap_block_seek,
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | debugfs-design.rst | 42 - seek(): set the file position indicator of a file descriptor either to a 52 int seek(int fd, long off, int whence);
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | warp7.rst | 135 …mx of=/dev/disk/by-id/usb-Linux_UMS_disk_0_WaRP7-0xf42400d3000001d4-0\:0 bs=512 seek=2 conv=notrunc 137 …of=/dev/disk/by-id/usb-Linux_UMS_disk_0_WaRP7-0xf42400d3000001d4-0\:0 bs=512 seek=2048 conv=notrunc
|
A D | qemu.rst | 128 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
|
Completed in 19 milliseconds
12