/linux-6.12.1/tools/testing/selftests/sgx/ |
D | main.h | 13 off_t offset; 23 off_t bin_size; 27 off_t encl_base;
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm-buf.c | 176 static void tpm_buf_read(struct tpm_buf *buf, off_t *offset, size_t count, void *output) in tpm_buf_read() 178 off_t next_offset; in tpm_buf_read() 202 u8 tpm_buf_read_u8(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u8() 219 u16 tpm_buf_read_u16(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u16() 236 u32 tpm_buf_read_u32(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u32()
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | io-factory.h | 37 int __must_check uds_make_bufio(struct io_factory *factory, off_t block_offset, 41 int __must_check uds_make_buffered_reader(struct io_factory *factory, off_t offset, 53 int __must_check uds_make_buffered_writer(struct io_factory *factory, off_t offset,
|
D | io-factory.c | 97 int uds_make_bufio(struct io_factory *factory, off_t block_offset, size_t block_size, in uds_make_bufio() 136 int uds_make_buffered_reader(struct io_factory *factory, off_t offset, u64 block_count, in uds_make_buffered_reader() 170 off_t offset) in position_reader() 274 int uds_make_buffered_writer(struct io_factory *factory, off_t offset, u64 block_count, in uds_make_buffered_writer()
|
/linux-6.12.1/tools/perf/ui/ |
D | browser.h | 30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 76 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence); 79 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence); 82 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
|
/linux-6.12.1/include/linux/ |
D | agpgart.h | 52 off_t pg_start; /* starting page to populate */ 58 off_t pg_start; 81 off_t pg_start; /* starting page to populate */
|
D | scatterlist.h | 426 const off_t skip, const int nb_splits, 493 size_t buflen, off_t skip, bool to_buffer); 501 const void *buf, size_t buflen, off_t skip); 503 void *buf, size_t buflen, off_t skip); 505 size_t buflen, off_t skip); 691 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
|
D | agp_backend.h | 77 off_t pg_start; 103 extern int agp_bind_memory(struct agp_memory *, off_t);
|
/linux-6.12.1/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet.h | 646 static inline u32 axienet_ior(struct axienet_local *lp, off_t offset) in axienet_ior() 677 static inline void axienet_iow(struct axienet_local *lp, off_t offset, in axienet_iow() 694 off_t reg, u32 value) in axienet_dma_out32() 710 off_t reg, u64 value) in axienet_dma_out64() 715 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr() 726 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr()
|
/linux-6.12.1/drivers/media/platform/amphion/ |
D | vpu_imx8q.c | 44 const off_t offset = DEC_MFD_XREG_SLV_BASE + MFD_BLK_CTRL; in vpu_imx8q_setup_dec() 59 const off_t offset = SCB_XREG_SLV_BASE + SCB_SCB_BLK_CTRL; in vpu_imx8q_setup() 82 const off_t offset = DEC_MFD_XREG_SLV_BASE + MFD_BLK_CTRL; in vpu_imx8q_reset_dec() 91 const off_t offset = SCB_XREG_SLV_BASE + SCB_SCB_BLK_CTRL; in vpu_imx8q_reset()
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | agp_backend.h | 37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); 38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
|
/linux-6.12.1/drivers/char/agp/ |
D | agp.h | 114 int (*insert_memory)(struct agp_memory *, off_t, int); 115 int (*remove_memory)(struct agp_memory *, off_t, int); 192 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type); 193 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
|
/linux-6.12.1/arch/sparc/boot/ |
D | piggyback.c | 135 static off_t get_hdrs_offset(int kernelfd, const char *filename) in get_hdrs_offset() 138 off_t offset; in get_hdrs_offset() 182 off_t offset; in main()
|
/linux-6.12.1/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 48 off_t offset, in memfd_readdir() 78 off_t offset, in memfd_read()
|
/linux-6.12.1/lib/ |
D | sg_split.c | 14 off_t skip_sg0; 21 off_t skip, const size_t *sizes, in sg_calculate_split() 149 const off_t skip, const int nb_splits, in sg_split()
|
/linux-6.12.1/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 293 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi() 296 off_t ret; in seek_adi() 471 off_t offset_out, offset_in; in test4_lseek() 522 off_t oret; in test5_rw_aligned_1byte() 568 off_t oret; in test6_rw_aligned_9434bytes() 620 off_t oret; in test7_rw_aligned_14963bytes()
|
/linux-6.12.1/tools/perf/util/ |
D | auxtrace.h | 258 off_t data_offset; 365 off_t offset; 503 off_t auxtrace_offset, 527 union perf_event *event, off_t data_offset, 602 off_t file_offset); 883 off_t auxtrace_offset,
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
D | elf.c | 17 off_t offset_rv; in elfhdr_get() 116 off_t offset, offset_rv; in kvm_vm_elf_load()
|
/linux-6.12.1/tools/testing/selftests/powerpc/papr_vpd/ |
D | papr_vpd.c | 33 off_t size; in dev_papr_vpd_get_handle_all() 195 const off_t size = lseek(fd, 0, SEEK_END); in papr_vpd_reread() 263 off_t size; in papr_vpd_system_loc_code()
|
/linux-6.12.1/include/pcmcia/ |
D | ds.h | 200 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); 201 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val);
|
/linux-6.12.1/tools/include/nolibc/ |
D | std.h | 31 typedef signed long off_t; typedef
|
/linux-6.12.1/scripts/ |
D | recordmcount.c | 89 static off_t ulseek(off_t const offset, int const whence) in ulseek() 112 off_t idx = 0; in uwrite() 118 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
|
/linux-6.12.1/tools/lib/perf/include/internal/ |
D | lib.h | 12 ssize_t preadn(int fd, void *buf, size_t n, off_t offs);
|
/linux-6.12.1/arch/sparc/vdso/ |
D | vdso2c.c | 161 off_t tmp_len; in map_input() 169 if (tmp_len == (off_t)-1) in map_input()
|
/linux-6.12.1/arch/mips/include/asm/sn/ |
D | kldir.h | 21 off_t offset; /* Offset from start of node space */
|