Home
last modified time | relevance | path

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

123456

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_debug.h76 off_t offset, int count,
80 off_t offset, int count,
86 off_t offset, int count,
93 off_t offset, int count,
96 off_t offset, int count,
99 off_t offset, int count,
103 off_t offset, int count,
106 off_t offset, int count,
109 off_t offset, int count,
112 off_t offset, int count,
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_debug.c10 off_t offset, int count, in proc_get_drv_version()
22 off_t offset, int count, in proc_get_write_reg()
71 off_t offset, int count, in proc_get_read_reg()
131 off_t offset, int count, in proc_get_fwstate()
147 off_t offset, int count, in proc_get_sec_info()
165 off_t offset, int count, in proc_get_mlmext_state()
182 off_t offset, int count, in proc_get_qos_option()
198 off_t offset, int count, in proc_get_ht_option()
212 off_t offset, int count, in proc_get_rf_info()
227 off_t offset, int count, in proc_get_ap_info()
[all …]
/Linux-v5.15/tools/io_uring/
Dio_uring-cp.c29 off_t first_offset, offset;
47 static int get_file_size(int fd, off_t *size) in get_file_size()
84 static int queue_read(struct io_uring *ring, off_t size, off_t offset) in queue_read()
123 static int copy_file(struct io_uring *ring, off_t insize) in copy_file()
127 off_t write_left, offset; in copy_file()
141 off_t this_size = insize; in copy_file()
253 off_t insize; in main()
Dliburing.h110 off_t offset) in io_uring_prep_rw()
122 unsigned nr_vecs, off_t offset) in io_uring_prep_readv()
129 off_t offset) in io_uring_prep_read_fixed()
136 unsigned nr_vecs, off_t offset) in io_uring_prep_writev()
143 off_t offset) in io_uring_prep_write_fixed()
/Linux-v5.15/tools/testing/selftests/sgx/
Dmain.h10 off_t offset;
19 off_t bin_size;
23 off_t encl_base;
/Linux-v5.15/arch/riscv/kernel/
Dsys_riscv.c15 unsigned long fd, off_t offset, in riscv_sys_mmap()
32 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
39 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
/Linux-v5.15/tools/perf/ui/
Dbrowser.h30 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-v5.15/include/linux/
Dagpgart.h52 off_t pg_start; /* starting page to populate */
58 off_t pg_start;
81 off_t pg_start; /* starting page to populate */
Dscatterlist.h280 const off_t skip, const int nb_splits,
347 size_t buflen, off_t skip, bool to_buffer);
355 const void *buf, size_t buflen, off_t skip);
357 void *buf, size_t buflen, off_t skip);
359 size_t buflen, off_t skip);
545 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
Dagp_backend.h77 off_t pg_start;
103 extern int agp_bind_memory(struct agp_memory *, off_t);
/Linux-v5.15/drivers/target/iscsi/
Discsi_target_util.h63 extern int iscsit_print_dev_to_proc(char *, char **, off_t, int);
64 extern int iscsit_print_sessions_to_proc(char *, char **, off_t, int);
65 extern int iscsit_print_tpg_to_proc(char *, char **, off_t, int);
/Linux-v5.15/arch/alpha/include/asm/
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-v5.15/drivers/char/agp/
Dagp.h114 int (*insert_memory)(struct agp_memory *, off_t, int);
115 int (*remove_memory)(struct agp_memory *, off_t, int);
202 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type);
203 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
Di460-agp.c294 off_t pg_start, int type) in i460_insert_memory_small_io_page()
337 off_t pg_start, int type) in i460_remove_memory_small_io_page()
401 off_t pg_start, int type) in i460_insert_memory_large_io_page()
462 off_t pg_start, int type) in i460_remove_memory_large_io_page()
501 off_t pg_start, int type) in i460_insert_memory()
510 off_t pg_start, int type) in i460_remove_memory()
/Linux-v5.15/arch/sparc/boot/
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-v5.15/tools/testing/selftests/memfd/
Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/Linux-v5.15/lib/
Dsg_split.c14 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()
Dscatterlist.c838 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip()
843 off_t consumed; in sg_miter_skip()
848 consumed = min_t(off_t, offset, miter->__remaining); in sg_miter_skip()
952 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer()
1033 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer()
1051 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer()
1067 size_t buflen, off_t skip) in sg_zero_buffer()
/Linux-v5.15/tools/testing/selftests/sparc64/drivers/
Dadi-test.c297 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi()
300 off_t ret; in seek_adi()
475 off_t offset_out, offset_in; in test4_lseek()
526 off_t oret; in test5_rw_aligned_1byte()
572 off_t oret; in test6_rw_aligned_9434bytes()
624 off_t oret; in test7_rw_aligned_14963bytes()
/Linux-v5.15/tools/perf/util/
Dauxtrace.h242 off_t data_offset;
345 off_t offset;
483 off_t auxtrace_offset,
506 union perf_event *event, off_t data_offset,
581 off_t file_offset);
851 off_t auxtrace_offset,
/Linux-v5.15/tools/testing/selftests/kvm/lib/
Delf.c18 off_t offset_rv; in elfhdr_get()
116 off_t offset, offset_rv; in kvm_vm_elf_load()
/Linux-v5.15/include/pcmcia/
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-v5.15/scripts/
Drecordmcount.c81 static off_t ulseek(off_t const offset, int const whence) in ulseek()
104 off_t idx = 0; in uwrite()
109 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
/Linux-v5.15/include/asm-generic/
Dsyscalls.h22 unsigned long fd, off_t pgoff);
/Linux-v5.15/arch/mips/include/asm/sn/
Dkldir.h21 off_t offset; /* Offset from start of node space */

123456