/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 121 off_t offset, int count, 125 off_t offset, int count, 131 off_t offset, int count, 138 off_t offset, int count, 141 off_t offset, int count, 144 off_t offset, int count, 148 off_t offset, int count, 151 off_t offset, int count, 154 off_t offset, int count, 157 off_t offset, int count, [all …]
|
/linux-4.4.14/include/linux/ |
D | scif.h | 162 #define SCIF_REGISTER_FAILED ((off_t)-1) 548 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset, 597 int scif_unregister(scif_epd_t epd, off_t offset, size_t len); 672 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, off_t 748 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, off_t 828 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset, 908 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, off_t roffset, 1021 int scif_fence_signal(scif_epd_t epd, off_t loff, u64 lval, off_t roff, 1181 off_t scif_register_pinned_pages(scif_epd_t epd, 1183 off_t offset, int map_flags); [all …]
|
D | agpgart.h | 54 off_t pg_start; /* starting page to populate */ 60 off_t pg_start; 83 off_t pg_start; /* starting page to populate */
|
D | scatterlist.h | 251 const off_t skip, const int nb_splits, 270 size_t buflen, off_t skip, bool to_buffer); 278 const void *buf, size_t buflen, off_t skip); 280 void *buf, size_t buflen, off_t skip); 378 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);
|
D | memory.h | 144 ssize_t (*read)(struct memory_accessor *, char *buf, off_t offset, 147 off_t offset, size_t count);
|
D | types.h | 20 typedef __kernel_off_t off_t; typedef
|
D | syscalls.h | 511 off_t __user *offset, size_t count); 557 asmlinkage long sys_lseek(unsigned int fd, off_t offset,
|
D | fs.h | 1023 #define OFFT_OFFSET_MAX INT_LIMIT(off_t) 2352 extern void chrdev_show(struct seq_file *,off_t); 2374 extern void blkdev_show(struct seq_file *,off_t);
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | syscalls.h | 28 size_t count, off_t pos_low, off_t pos_high); 30 size_t count, off_t pos_low, off_t pos_high); 32 off_t length_low, off_t length_high); 34 off_t length_low, off_t length_high);
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | stat.h | 16 off_t st_size; 20 off_t st_blksize; 21 off_t st_blocks; 59 off_t st_size; 66 off_t st_blksize; 67 off_t st_blocks;
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 26 off_t offset, int count, in proc_get_drv_version() 38 off_t offset, int count, in proc_get_write_reg() 87 off_t offset, int count, in proc_get_read_reg() 147 off_t offset, int count, in proc_get_fwstate() 163 off_t offset, int count, in proc_get_sec_info() 181 off_t offset, int count, in proc_get_mlmext_state() 198 off_t offset, int count, in proc_get_qos_option() 214 off_t offset, int count, in proc_get_ht_option() 229 off_t offset, int count, in proc_get_rf_info() 244 off_t offset, int count, in proc_get_ap_info() [all …]
|
/linux-4.4.14/tools/perf/ui/ |
D | browser.h | 25 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 67 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence); 70 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence); 73 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
|
D | browser.c | 90 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek() 125 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek() 354 off_t offset = nr_entries - browser->nr_entries; in ui_browser__update_nr_entries() 375 off_t offset; in ui_browser__run() 592 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_util.h | 52 extern int iscsit_print_dev_to_proc(char *, char **, off_t, int); 53 extern int iscsit_print_sessions_to_proc(char *, char **, off_t, int); 54 extern int iscsit_print_tpg_to_proc(char *, char **, off_t, int);
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | agp_backend.h | 36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); 37 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
|
/linux-4.4.14/scripts/dtc/ |
D | util.c | 201 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len) in utilfdt_read_err_len() 205 off_t bufsize = 1024, offset = 0; in utilfdt_read_err_len() 244 off_t len; in utilfdt_read_err() 248 char *utilfdt_read_len(const char *filename, off_t *len) in utilfdt_read_len() 264 off_t len; in utilfdt_read()
|
D | util.h | 97 char *utilfdt_read_len(const char *filename, off_t *len); 115 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len);
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | stat.h | 28 off_t st_size; 107 off_t st_size;
|
/linux-4.4.14/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); 197 int agp_generic_insert_memory(struct agp_memory *mem, off_t pg_start, int type); 198 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type);
|
D | i460-agp.c | 294 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()
|
D | sgi-agp.c | 127 static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_insert_memory() 132 off_t j; in sgi_tioca_insert_memory() 200 static int sgi_tioca_remove_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_remove_memory()
|
D | alpha-agp.c | 86 static int alpha_core_agp_insert_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_insert_memory() 108 static int alpha_core_agp_remove_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_remove_memory()
|
D | parisc-agp.c | 125 parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_insert_memory() 129 off_t j, io_pg_start; in parisc_agp_insert_memory() 174 parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in parisc_agp_remove_memory()
|
D | nvidia-agp.c | 33 off_t pg_offset; 201 static int nvidia_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_insert_memory() 240 static int nvidia_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in nvidia_remove_memory()
|
D | hp-agp.c | 332 hp_zx1_insert_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_insert_memory() 336 off_t j, io_pg_start; in hp_zx1_insert_memory() 379 hp_zx1_remove_memory (struct agp_memory *mem, off_t pg_start, int type) in hp_zx1_remove_memory()
|
D | efficeon-agp.c | 238 static int efficeon_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_insert_memory() 287 static int efficeon_remove_memory(struct agp_memory * mem, off_t pg_start, int type) in efficeon_remove_memory()
|
D | generic.c | 411 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() 1033 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory() 1037 off_t j; in agp_generic_insert_memory() 1115 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
|
D | amd-k7-agp.c | 283 static int amd_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_insert_memory() 325 static int amd_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in amd_remove_memory()
|
D | sworks-agp.c | 320 off_t pg_start, int type) in serverworks_insert_memory() 360 static int serverworks_remove_memory(struct agp_memory *mem, off_t pg_start, in serverworks_remove_memory()
|
D | ati-agp.c | 267 off_t pg_start, int type) in ati_insert_memory() 314 static int ati_remove_memory(struct agp_memory * mem, off_t pg_start, in ati_remove_memory()
|
D | uninorth-agp.c | 149 static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_insert_memory() 199 int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in uninorth_remove_memory()
|
D | intel-gtt.c | 211 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start, in i810_insert_dcache_entries() 882 off_t pg_start, int type) in intel_fake_agp_insert_entries() 947 off_t pg_start, int type) in intel_fake_agp_remove_entries()
|
D | amd64-agp.c | 44 static int amd64_insert_memory(struct agp_memory *mem, off_t pg_start, int type) in amd64_insert_memory()
|
D | frontend.c | 106 off_t pg_start; in agp_find_seg_in_client()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pmon.h | 19 off_t (*lseek) (int, off_t, int);
|
/linux-4.4.14/arch/sparc/boot/ |
D | piggyback.c | 146 static off_t get_hdrs_offset(int kernelfd, const char *filename) in get_hdrs_offset() 149 off_t offset; in get_hdrs_offset() 189 off_t offset; in main()
|
/linux-4.4.14/tools/perf/util/ |
D | auxtrace.h | 168 off_t data_offset; 271 off_t offset; 370 off_t auxtrace_offset, 392 union perf_event *event, off_t data_offset, 446 off_t file_offset); 641 off_t auxtrace_offset,
|
D | session.h | 53 int perf_session__peek_event(struct perf_session *session, off_t file_offset,
|
D | symbol-elf.c | 1194 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() 1344 static int kcore__add_phdr(struct kcore *kcore, int idx, off_t offset, in kcore__add_phdr() 1364 static off_t kcore__write(struct kcore *kcore) in kcore__write() 1370 off_t offset; 1658 off_t offset = page_size, sz, modules_offset = 0; in kcore_copy() 1741 off_t offset = page_size, sz; in kcore_extract__create()
|
D | auxtrace.c | 101 off_t auxtrace_offset, in auxtrace_mmap_params__init() 316 union perf_event *event, off_t data_offset, in auxtrace_queues__add_event() 352 off_t file_offset, size_t sz) in auxtrace_queues__add_indexed_event() 620 union perf_event *event, off_t file_offset) in auxtrace_index__auxtrace_event() 777 off_t file_offset = buffer->data_offset - adj; in auxtrace_buffer__get_data()
|
D | trace-event-read.c | 123 off_t r; in read_string()
|
D | dso.h | 307 off_t dso__data_size(struct dso *dso, struct machine *machine);
|
D | header.c | 747 off_t offset = lseek(fd, 0, SEEK_CUR); in write_pmu_mappings() 1357 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids() 1964 if (lseek(fd, section->offset, SEEK_SET) == (off_t)-1) { in perf_file_section__fprintf_info() 2406 if (lseek(fd, section->offset, SEEK_SET) == (off_t)-1) { in perf_file_section__process() 2591 off_t tmp; in perf_session__read_header() 2800 off_t offset = lseek(fd, 0, SEEK_CUR); in perf_event__process_tracing_data()
|
D | evsel.h | 95 off_t id_offset;
|
D | trace-event-info.c | 64 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file()
|
D | session.c | 264 static int skipn(int fd, off_t n) in skipn() 270 ret = read(fd, buf, min(n, (off_t)sizeof(buf))); in skipn() 1211 int perf_session__peek_event(struct perf_session *session, off_t file_offset, in perf_session__peek_event() 1235 if (lseek(fd, file_offset, SEEK_SET) == (off_t)-1 || in perf_session__peek_event()
|
D | intel-bts.c | 651 off_t data_offset; in intel_bts_process_auxtrace_event()
|
D | dso.c | 793 off_t dso__data_size(struct dso *dso, struct machine *machine) in dso__data_size()
|
D | intel-pt.c | 339 off_t size; in intel_pt_cache_size() 1763 off_t data_offset; in intel_pt_process_auxtrace_event()
|
D | evlist.c | 827 off_t auxtrace_offset __maybe_unused, in auxtrace_mmap_params__init()
|
/linux-4.4.14/lib/ |
D | scatterlist.c | 535 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip() 540 off_t consumed; in sg_miter_skip() 545 consumed = min_t(off_t, offset, miter->__remaining); in sg_miter_skip() 650 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer() 735 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer() 753 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer()
|
D | sg_split.c | 16 off_t skip_sg0; 23 off_t skip, const size_t *sizes, in sg_calculate_split() 151 const off_t skip, const int nb_splits, in sg_split()
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 47 off_t offset, in memfd_readdir() 77 off_t offset, in memfd_read()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | common.c | 34 off_t offset = (off_t)context; in davinci_get_mac_addr()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 652 gen2_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 660 gen5_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 719 vgpu_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 727 gen6_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 739 vlv_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 751 chv_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 769 gen9_read##x(struct drm_i915_private *dev_priv, off_t reg, bool trace) { \ 827 gen2_write##x(struct drm_i915_private *dev_priv, off_t reg, u##x val, bool trace) { \ 835 gen5_write##x(struct drm_i915_private *dev_priv, off_t reg, u##x val, bool trace) { \ 868 gen6_write##x(struct drm_i915_private *dev_priv, off_t reg, u##x val, bool trace) { \ [all …]
|
D | i915_drv.h | 696 uint8_t (*mmio_readb)(struct drm_i915_private *dev_priv, off_t offset, bool trace); 697 uint16_t (*mmio_readw)(struct drm_i915_private *dev_priv, off_t offset, bool trace); 698 uint32_t (*mmio_readl)(struct drm_i915_private *dev_priv, off_t offset, bool trace); 699 uint64_t (*mmio_readq)(struct drm_i915_private *dev_priv, off_t offset, bool trace); 701 void (*mmio_writeb)(struct drm_i915_private *dev_priv, off_t offset, 703 void (*mmio_writew)(struct drm_i915_private *dev_priv, off_t offset, 705 void (*mmio_writel)(struct drm_i915_private *dev_priv, off_t offset, 707 void (*mmio_writeq)(struct drm_i915_private *dev_priv, off_t offset,
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_rma.h | 338 int scif_prog_signal(scif_epd_t epd, off_t offset, u64 val, 384 static inline bool scif_unaligned(off_t src_offset, off_t dst_offset) in scif_unaligned()
|
D | scif_fence.c | 186 static inline void *scif_get_local_va(off_t off, struct scif_window *window) in scif_get_local_va() 190 off_t page_off = off & ~PAGE_MASK; in scif_get_local_va() 289 int scif_prog_signal(scif_epd_t epd, off_t offset, u64 val, in scif_prog_signal() 509 static int scif_send_fence_signal(scif_epd_t epd, off_t roff, u64 rval, in scif_send_fence_signal() 510 off_t loff, u64 lval, int flags) in scif_send_fence_signal() 710 int scif_fence_signal(scif_epd_t epd, off_t loff, u64 lval, in scif_fence_signal() 711 off_t roff, u64 rval, int flags) in scif_fence_signal()
|
D | scif_dma.c | 376 off_t *out_offset, struct scif_window **out_window) in scif_register_temp() 679 void *_get_local_va(off_t off, struct scif_window *window, size_t len) in _get_local_va() 682 off_t page_off = off & ~PAGE_MASK; in _get_local_va() 694 void *ioremap_remote(off_t off, struct scif_window *window, in ioremap_remote() 785 off_t page_off; in scif_off_to_dma_addr() 1570 struct dma_chan *chan, off_t loffset) in scif_rma_list_dma_copy_wrapper() 1674 static int scif_rma_copy(scif_epd_t epd, off_t loffset, unsigned long addr, in scif_rma_copy() 1675 size_t len, off_t roffset, int flags, in scif_rma_copy() 1863 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, in scif_readfrom() 1864 off_t roffset, int flags) in scif_readfrom() [all …]
|
D | scif_rma.c | 1490 off_t scif_register_pinned_pages(scif_epd_t epd, in scif_register_pinned_pages() 1492 off_t offset, int map_flags) in scif_register_pinned_pages() 1592 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset, in scif_register() 1596 off_t err; in scif_register() 1717 scif_unregister(scif_epd_t epd, off_t offset, size_t len) in scif_unregister()
|
D | scif_fd.c | 312 off_t ret; in scif_fdioctl()
|
D | scif_mmap.c | 221 int scif_get_pages(scif_epd_t epd, off_t offset, size_t len, in scif_get_pages()
|
/linux-4.4.14/scripts/ |
D | recordmcount.c | 101 static off_t 102 ulseek(int const fd, off_t const offset, int const whence) in ulseek() 137 off_t idx = 0; in uwrite() 142 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
|
/linux-4.4.14/include/asm-generic/ |
D | syscalls.h | 21 unsigned long fd, off_t pgoff);
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | syscalls.h | 13 unsigned long fd, off_t offset);
|
/linux-4.4.14/include/pcmcia/ |
D | ds.h | 203 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); 204 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val);
|
/linux-4.4.14/arch/arm64/kernel/ |
D | sys.c | 31 unsigned long fd, off_t off) in sys_mmap()
|
/linux-4.4.14/arch/score/kernel/ |
D | sys_score.c | 45 unsigned long flags, unsigned long fd, off_t offset) in sys_mmap()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | sys_microblaze.c | 38 off_t, pgoff) in SYSCALL_DEFINE6() argument
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 187 off_t tmp_len; in map_input() 194 if (tmp_len == (off_t)-1) in map_input()
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing-test.c | 27 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem() 65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree()
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | kldir.h | 206 off_t offset; /* Offset from start of node space */
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | stat.h | 42 off_t st_size;
|
/linux-4.4.14/drivers/oprofile/ |
D | buffer_sync.c | 252 lookup_dcookie(struct mm_struct *mm, unsigned long addr, off_t *offset) in lookup_dcookie() 333 off_t offset; in add_data() 382 off_t offset; in add_sample()
|
/linux-4.4.14/drivers/base/regmap/ |
D | internal.h | 26 off_t min; 27 off_t max;
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet.h | 485 static inline u32 axienet_ior(struct axienet_local *lp, off_t offset) in axienet_ior() 499 static inline void axienet_iow(struct axienet_local *lp, off_t offset, in axienet_iow()
|
D | xilinx_axienet_main.c | 124 static inline u32 axienet_dma_in32(struct axienet_local *lp, off_t reg) in axienet_dma_in32() 139 off_t reg, u32 value) in axienet_dma_out32() 435 struct device *dev, off_t offset) in __axienet_device_reset()
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 66 static void copy(int out, int in, off_t offset, off_t size) in copy() 131 static char *saveRead(int file, off_t offset, off_t len, char *name) in saveRead() 135 off_t off; in saveRead()
|
/linux-4.4.14/fs/ncpfs/ |
D | file.c | 106 off_t pos = iocb->ki_pos; in ncp_file_read_iter() 176 off_t pos; in ncp_file_write_iter()
|
/linux-4.4.14/arch/tile/kernel/ |
D | sys.c | 91 unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | syscalls.c | 73 unsigned long fd, off_t offset) in sys_mmap()
|
/linux-4.4.14/fs/isofs/ |
D | isofs.h | 24 off_t i_section_size;
|
/linux-4.4.14/arch/mips/kernel/ |
D | syscall.c | 61 fd, off_t, offset) in SYSCALL_DEFINE6() argument
|
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 180 off_t filesize; in test_file()
|
/linux-4.4.14/arch/mips/oprofile/ |
D | backtrace.c | 75 off_t ra_offset = 0; in unwind_user_frame()
|
/linux-4.4.14/fs/befs/ |
D | datastream.c | 425 off_t dblindir_leftover; in befs_find_brun_dblindirect() 436 off_t dbl_indir_off = blockno - indir_start_blk; in befs_find_brun_dblindirect()
|
D | linuxvfs.c | 760 const off_t x86_sb_off = 512; in befs_fill_super()
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | at25.c | 287 off_t offset, size_t count) in at25_mem_read() 295 off_t offset, size_t count) in at25_mem_write()
|
D | at24.c | 436 off_t offset, size_t count) in at24_macc_read() 444 off_t offset, size_t count) in at24_macc_write()
|
/linux-4.4.14/fs/ |
D | read_write.c | 276 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument 278 off_t retval; in SYSCALL_DEFINE3() 1255 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() 1258 off_t off; in SYSCALL_DEFINE4() 1296 off_t off; in COMPAT_SYSCALL_DEFINE4()
|
D | char_dev.c | 48 void chrdev_show(struct seq_file *f, off_t offset) in chrdev_show()
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 102 static int copy_bytes(struct perf_inject *inject, int fd, off_t size) in copy_bytes() 109 ssz = read(fd, buf, min(size, (off_t)sizeof(buf))); in copy_bytes() 133 off_t offset; in perf_event__repipe_auxtrace()
|
D | builtin-record.c | 157 off_t file_offset; in record__process_auxtrace()
|
D | builtin-trace.c | 1493 if (lstat(linkname, &st) < 0 || st.st_size + 1 > (off_t)sizeof(pathname)) in thread__read_fd_path()
|
/linux-4.4.14/fs/coda/ |
D | coda_linux.c | 131 vattr->va_size = (off_t) -1; in coda_iattr_to_vattr()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | dma.c | 100 int au1000_dma_read_proc(char *buf, char **start, off_t fpos, in au1000_dma_read_proc()
|
/linux-4.4.14/include/net/ |
D | iw_handler.h | 435 int dev_get_wireless_info(char *buffer, char **start, off_t offset, int length);
|
/linux-4.4.14/tools/net/ |
D | bpf_jit_disasm.c | 163 off_t off = 0; in get_last_jit_image()
|
/linux-4.4.14/arch/alpha/boot/tools/ |
D | objstrip.c | 110 off_t size; in main()
|
/linux-4.4.14/drivers/pcmcia/ |
D | pcmcia_resource.c | 160 off_t where, u8 *val, in pcmcia_access_config() 197 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val) in pcmcia_read_config_byte() 210 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val) in pcmcia_write_config_byte()
|
/linux-4.4.14/tools/perf/tests/ |
D | dso-data.c | 52 off_t offset;
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 521 struct afs_vnode *, off_t, size_t, struct page *, 702 off_t, size_t, struct page *);
|
D | file.c | 131 off_t offset; in afs_page_filler()
|
D | fsclient.c | 452 off_t offset, size_t length, in afs_fs_fetch_data64() 495 off_t offset, size_t length, in afs_fs_fetch_data()
|
D | vnode.c | 396 off_t offset, size_t length, struct page *page) in afs_vnode_fetch_data()
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
D | au1000_dma.h | 125 extern int au1000_dma_read_proc(char *buf, char **start, off_t fpos,
|
/linux-4.4.14/arch/alpha/kernel/ |
D | core_titan.c | 679 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_bind_memory() 687 titan_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_unbind_memory()
|
D | core_marvel.c | 1015 marvel_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_bind_memory() 1023 marvel_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in marvel_agp_unbind_memory()
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 263 bytes = pread(fd, buf, count * 8, (off_t)index * 8); in do_u64_read() 855 off_t off, end = st->st_size; in walk_file()
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.c | 1567 bmac_proc_info(char *buffer, char **start, off_t offset, int length) 1570 off_t pos = 0; 1571 off_t begin = 0;
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | mx3_camera.c | 126 static u32 csi_reg_read(struct mx3_camera_dev *mx3, off_t reg) in csi_reg_read() 131 static void csi_reg_write(struct mx3_camera_dev *mx3, u32 value, off_t reg) in csi_reg_write()
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 326 off_t offset = 0; in elf_kcore_store_hdr()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 303 static int prism2_io_debug_proc_read(char *page, char **start, off_t off, in prism2_io_debug_proc_read()
|
/linux-4.4.14/scripts/mod/ |
D | sumversion.c | 467 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | main.c | 1386 static int wl1251_read_eeprom_byte(struct wl1251 *wl, off_t offset, u8 *data) in wl1251_read_eeprom_byte() 1409 static int wl1251_read_eeprom(struct wl1251 *wl, off_t offset, in wl1251_read_eeprom()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 511 off_t row_offset; 765 off_t row_offset = entry->row_offset; in hist_browser__show_entry() 989 off_t offset, int whence) in ui_browser__hists_seek()
|
D | annotate.c | 434 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 1012 if (f_pos >= (off_t)cfs_tracefile_size) in tracefiled()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 266 int (*rw_bytes)(struct gendisk *, void *, size_t, off_t, int rw);
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 1156 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc()
|
/linux-4.4.14/scripts/kconfig/ |
D | symbol.c | 959 off_t so, eo;
|
/linux-4.4.14/block/ |
D | genhd.c | 257 void blkdev_show(struct seq_file *seqf, off_t offset) in blkdev_show()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | mx3fb.c | 1142 off_t offset; in mx3fb_pan_display()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 1557 off_t len; in set_log_buf_info()
|
/linux-4.4.14/drivers/memstick/core/ |
D | ms_block.c | 1809 off_t offset = 0; in msb_do_write_request()
|
/linux-4.4.14/Documentation/ |
D | adding-syscalls.txt | 276 - a pointer to a varying sized integral type (time_t, off_t, long, ...)
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 266 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 1000 int proc_info(char * buffer, char ** start, off_t offset,
|
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 4214 off_t carr_offset = 0, next_offset; in AdvBuildCarrierFreelist()
|