Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 25 of 150) sorted by relevance

123456

/linux/tools/testing/selftests/sgx/
H A Dmain.h13 off_t offset;
23 off_t bin_size;
27 off_t encl_base;
/linux/drivers/char/tpm/
H A Dtpm-buf.c176 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/tools/perf/ui/
H A Dbrowser.h30 void (*seek)(struct ui_browser *browser, off_t offset, int whence);
77 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence);
80 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence);
83 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
/linux/drivers/md/dm-vdo/indexer/
H A Dio-factory.h37 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,
/linux/include/linux/
H A Dagpgart.h52 off_t pg_start; /* starting page to populate */
58 off_t pg_start;
81 off_t pg_start; /* starting page to populate */
H A Dscatterlist.h447 const off_t skip, const int nb_splits,
514 size_t buflen, off_t skip, bool to_buffer);
522 const void *buf, size_t buflen, off_t skip);
524 void *buf, size_t buflen, off_t skip);
526 size_t buflen, off_t skip);
713 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
H A Dagp_backend.h77 off_t pg_start;
103 extern int agp_bind_memory(struct agp_memory *, off_t);
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h652 static inline u32 axienet_ior(struct axienet_local *lp, off_t offset) in axienet_ior()
683 static inline void axienet_iow(struct axienet_local *lp, off_t offset, in axienet_iow()
700 off_t reg, u32 value) in axienet_dma_out32()
716 off_t reg, u64 value) in axienet_dma_out64()
721 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr()
732 static inline void axienet_dma_out_addr(struct axienet_local *lp, off_t reg, in axienet_dma_out_addr()
/linux/drivers/media/platform/amphion/
H A Dvpu_imx8q.c44 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/arch/alpha/include/asm/
H A Dagp_backend.h37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *);
38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
/linux/drivers/char/agp/
H A Dagp.h114 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/arch/sparc/boot/
H A Dpiggyback.c135 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/tools/testing/selftests/memfd/
H A Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/linux/tools/include/nolibc/sys/
H A Dmman.h19 off_t offset) in sys_mmap()
40 void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap()
/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c293 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/lib/
H A Dsg_split.c14 off_t skip_sg0;
21 off_t skip, const size_t *sizes, in sg_calculate_split()
147 const off_t skip, const int nb_splits, in sg_split()
H A Dscatterlist.c829 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip()
834 off_t consumed; in sg_miter_skip()
839 consumed = min_t(off_t, offset, miter->__remaining); in sg_miter_skip()
945 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer()
1026 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer()
1044 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer()
1060 size_t buflen, off_t skip) in sg_zero_buffer()
/linux/tools/perf/util/
H A Dauxtrace.h258 off_t data_offset;
365 off_t offset;
503 off_t auxtrace_offset,
528 union perf_event *event, off_t data_offset,
603 off_t file_offset);
886 off_t auxtrace_offset,
/linux/tools/include/nolibc/
H A Dsys.h591 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek()
612 off_t lseek(int fd, off_t offset, int whence) in lseek()
615 off_t result; in lseek()
624 else if (loff != (off_t)loff) in lseek()
H A Dstd.h29 typedef signed long off_t; typedef
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c17 off_t offset_rv; in elfhdr_get()
116 off_t offset, offset_rv; in kvm_vm_elf_load()
/linux/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c33 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/include/pcmcia/
H A Dds.h200 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/scripts/
H A Drecordmcount.c89 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/arch/sparc/vdso/
H A Dvdso2c.c161 off_t tmp_len; in map_input()
169 if (tmp_len == (off_t)-1) in map_input()

123456