Searched refs:offp (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | raw.c | 276 size_t size, loff_t *offp) in raw_read() argument 278 return rw_raw_dev(READ, filp, buf, size, offp); in raw_read() 282 size_t size, loff_t *offp) in raw_write() argument 284 return rw_raw_dev(WRITE, filp, (char *) buf, size, offp); in raw_write() 292 size_t size, loff_t *offp) in rw_raw_dev() argument 304 loff_t off = *offp; in rw_raw_dev() 394 *offp = off + transferred; in rw_raw_dev()
|
D | hw_random.c | 83 loff_t * offp); 484 loff_t * offp) in rng_dev_read() argument
|
D | amd768_rng.c | 123 loff_t * offp) in rng_dev_read() argument
|
D | i810_rng.c | 217 loff_t * offp) in rng_dev_read() argument
|
D | istallion.c | 695 static ssize_t stli_memread(struct file *fp, char *buf, size_t count, loff_t *offp); 696 static ssize_t stli_memwrite(struct file *fp, const char *buf, size_t count, loff_t *offp); 4853 static ssize_t stli_memread(struct file *fp, char *buf, size_t count, loff_t *offp) in stli_memread() argument 4859 loff_t pos = *offp; in stli_memread() 4863 (int) fp, (int) buf, count, (int) offp); in stli_memread() 4893 *offp = pos; in stli_memread() 4909 static ssize_t stli_memwrite(struct file *fp, const char *buf, size_t count, loff_t *offp) in stli_memwrite() argument 4916 loff_t pos = *offp; in stli_memwrite() 4920 (int) fp, (int) buf, count, (int) offp); in stli_memwrite() 4951 *offp = pos; in stli_memwrite()
|
/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | bcm1250_tbprof.c | 295 size_t size, loff_t *offp) in sbprof_tb_read() argument 301 long cur_off = *offp; in sbprof_tb_read() 328 *offp = cur_off; in sbprof_tb_read()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unwind.c | 690 alloc_spill_area (unsigned long *offp, unsigned long regsize, in alloc_spill_area() argument 698 *offp -= regsize; in alloc_spill_area() 699 reg->val = *offp; in alloc_spill_area()
|