Searched refs:ppos (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dread_write.h12 unsigned long nr_segs, size_t len, loff_t *ppos, iov_fn_t fn);
14 unsigned long nr_segs, loff_t *ppos, io_fn_t fn);
H A Ddrop_caches.c58 struct file *file, void __user *buffer, size_t *length, loff_t *ppos)
60 proc_dointvec_minmax(table, write, file, buffer, length, ppos);
57 drop_caches_sysctl_handler(ctl_table *table, int write, struct file *file, void __user *buffer, size_t *length, loff_t *ppos) argument
H A Dsplice.c266 __generic_file_splice_read(struct file *in, loff_t *ppos, argument
285 index = *ppos >> PAGE_CACHE_SHIFT;
286 loff = *ppos & ~PAGE_CACHE_MASK;
356 index = *ppos >> PAGE_CACHE_SHIFT;
479 ssize_t generic_file_splice_read(struct file *in, loff_t *ppos, argument
488 if (unlikely(*ppos >= isize))
491 left = isize - *ppos;
498 ret = __generic_file_splice_read(in, ppos, pipe, len, flags);
511 *ppos += ret;
672 struct file *out, loff_t *ppos, size_
671 __splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) argument
769 splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) argument
802 generic_file_splice_write_nolock(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
852 generic_file_splice_write(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
908 generic_splice_sendpage(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
919 do_splice_from(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
940 do_splice_to(struct file *in, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) argument
959 do_splice_direct(struct file *in, loff_t *ppos, struct file *out, size_t len, unsigned int flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmmapper_kern.c25 mmapper_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
27 return simple_read_from_buffer(buf, count, ppos, v_buf, mmapper_size);
31 mmapper_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
33 if (*ppos > mmapper_size)
36 if (count > mmapper_size - *ppos)
37 count = mmapper_size - *ppos;
39 if (copy_from_user(&v_buf[*ppos], buf, count))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfb_sys_fops.c17 loff_t *ppos)
19 unsigned long p = *ppos;
50 *ppos += count;
57 size_t count, loff_t *ppos)
59 unsigned long p = *ppos;
96 *ppos += count;
16 fb_sys_read(struct fb_info *info, char __user *buf, size_t count, loff_t *ppos) argument
56 fb_sys_write(struct fb_info *info, const char __user *buf, size_t count, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dnvram.c43 size_t count, loff_t *ppos)
50 if (*ppos >= NVRAM_SIZE)
52 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count)
55 *ppos = i;
60 size_t count, loff_t *ppos)
68 if (*ppos >= NVRAM_SIZE)
70 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count) {
75 *ppos = i;
42 read_nvram(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
59 write_nvram(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_nvram.c52 size_t count, loff_t *ppos)
59 if (*ppos >= NVRAM_SIZE)
61 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count)
64 *ppos = i;
69 size_t count, loff_t *ppos)
77 if (*ppos >= NVRAM_SIZE)
79 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count) {
84 *ppos = i;
51 read_nvram(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
68 write_nvram(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
H A Dmem.c109 size_t count, loff_t *ppos)
111 unsigned long p = *ppos;
161 *ppos += read;
166 size_t count, loff_t *ppos)
168 unsigned long p = *ppos;
223 *ppos += written;
317 size_t count, loff_t *ppos)
324 pfn = *ppos / PAGE_SIZE;
328 offset = (unsigned long)(*ppos % PAGE_SIZE);
338 *ppos
108 read_mem(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
165 write_mem(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
316 read_oldmem(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
352 read_kmem(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
436 do_write_kmem(void *p, unsigned long realp, const char __user * buf, size_t count, loff_t *ppos) argument
499 write_kmem(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
555 read_port(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
573 write_port(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
597 read_null(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
603 write_null(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
615 splice_write_null(struct pipe_inode_info *pipe,struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
676 read_zero(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
726 read_zero(struct file * file, char * buf, size_t count, loff_t *ppos) argument
751 write_full(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
874 kmsg_write(struct file * file, const char __user * buf, size_t count, loff_t *ppos) argument
[all...]
H A Dcs5535_gpio.c84 size_t len, loff_t *ppos)
114 *ppos = 0;
119 size_t len, loff_t *ppos)
128 if (*ppos >= ARRAY_SIZE(rm))
131 for (i = *ppos; (i < (*ppos + len)) && (i < ARRAY_SIZE(rm)); i++) {
147 *ppos += count;
83 cs5535_gpio_write(struct file *file, const char __user *data, size_t len, loff_t *ppos) argument
118 cs5535_gpio_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnsc_gpio.h34 size_t len, loff_t *ppos);
37 size_t len, loff_t *ppos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dprofile.c35 size_t count, loff_t *ppos)
37 unsigned long p = *ppos;
48 *ppos += count;
55 size_t count, loff_t *ppos)
34 read_cris_profile(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
54 write_cris_profile(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Deisa_eeprom.c51 char __user *buf, size_t count, loff_t *ppos )
57 if (*ppos >= HPEE_MAX_LENGTH)
60 count = *ppos + count < HPEE_MAX_LENGTH ? count : HPEE_MAX_LENGTH - *ppos;
64 tmp[i] = readb(eisa_eeprom_addr+(*ppos)++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_sta.c23 size_t count, loff_t *ppos) \
29 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
39 size_t count, loff_t *ppos) \
49 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
86 size_t count, loff_t *ppos)
100 return simple_read_from_buffer(userbuf, count, ppos, buf, res);
106 size_t count, loff_t *ppos)
112 return simple_read_from_buffer(userbuf, count, ppos, buf, res);
117 size_t count, loff_t *ppos)
125 return simple_read_from_buffer(userbuf, count, ppos, bu
85 sta_flags_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
104 sta_num_ps_buf_frames_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
116 sta_last_ack_rssi_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
129 sta_last_ack_ms_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
141 sta_inactive_ms_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
152 sta_last_seq_ctrl_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
167 sta_wme_rx_queue_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
181 sta_wme_tx_queue_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
[all...]
H A Ddebugfs_key.c20 size_t count, loff_t *ppos) \
25 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
47 size_t count, loff_t *ppos)
65 return simple_read_from_buffer(userbuf, count, ppos, alg, strlen(alg));
70 size_t count, loff_t *ppos)
91 return simple_read_from_buffer(userbuf, count, ppos, buf, len);
96 size_t count, loff_t *ppos)
125 return simple_read_from_buffer(userbuf, count, ppos, buf, len);
130 size_t count, loff_t *ppos)
139 return simple_read_from_buffer(userbuf, count, ppos, bu
45 key_algorithm_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
69 key_tx_spec_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
95 key_rx_spec_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
129 key_replays_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
143 key_key_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_stat.c42 size_t nbytes, loff_t *ppos)
45 loff_t pos = *ppos;
56 *ppos = pos + cnt;
41 mon_stat_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dprocfs.c35 void __user *result, size_t *lenp, loff_t *ppos)
45 if (*ppos) {
65 *ppos += len;
72 void __user *result, size_t *lenp, loff_t *ppos)
82 if (*ppos) {
107 *ppos += len;
115 size_t *lenp, loff_t *ppos)
121 if (*ppos) {
136 *ppos += len;
143 size_t *lenp, loff_t *ppos)
34 do_active_device(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
71 do_autoprobe(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
113 do_hardware_base_addr(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
141 do_hardware_irq(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
169 do_hardware_dma(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
197 do_hardware_modes(ctl_table *table, int write, struct file *filp, void __user *result, size_t *lenp, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/
H A Dsysctl.c63 void *buffer, size_t *lenp, loff_t *ppos)
67 r = proc_dostring(table, write, filp, buffer, lenp, ppos);
79 void *buffer, size_t *lenp, loff_t *ppos)
83 r = proc_dointvec(table, write, filp, buffer, lenp, ppos);
98 void *buffer, size_t *lenp, loff_t *ppos)
108 r = proc_dointvec(table, write, filp, buffer, lenp, ppos);
183 void *buffer, size_t *lenp, loff_t *ppos)
190 (*ppos && !write)) {
216 *ppos += *lenp;
244 *ppos
62 proc_dolasatstring(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp, loff_t *ppos) argument
78 proc_dolasatint(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp, loff_t *ppos) argument
97 proc_dolasatrtc(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp, loff_t *ppos) argument
182 proc_lasat_ip(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp, loff_t *ppos) argument
278 proc_lasat_eeprom_value(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dsystem.c94 char __user * buffer, size_t count, loff_t * ppos)
105 res = simple_read_from_buffer(buffer, count, ppos,
120 char __user * buffer, size_t count, loff_t * ppos)
131 res = simple_read_from_buffer(buffer, count, ppos,
93 acpi_system_read_dsdt(struct file *file, char __user * buffer, size_t count, loff_t * ppos) argument
119 acpi_system_read_fadt(struct file *file, char __user * buffer, size_t count, loff_t * ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmfs.c173 loff_t *ppos)
180 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n",
181 inode->i_ino, count, *ppos);
183 if (*ppos >= i_size_read(inode))
193 if ((count + *ppos) > i_size_read(inode))
194 readlen = i_size_read(inode) - *ppos;
196 readlen = count - *ppos;
208 *ppos = *ppos + readlen;
217 loff_t *ppos)
170 dlmfs_file_read(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
214 dlmfs_file_write(struct file *filp, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dvmcp.c60 vmcp_read(struct file *file, char __user * buff, size_t count, loff_t * ppos) argument
72 if (*ppos > session->resp_size) {
76 tocopy = min(session->resp_size - (size_t) (*ppos), count);
77 tocopy = min(tocopy,session->bufsize - (size_t) (*ppos));
79 if (copy_to_user(buff, session->response + (*ppos), tocopy)) {
84 *ppos += tocopy;
90 loff_t * ppos)
125 *ppos = 0; /* reset the file pointer after a command */
89 vmcp_write(struct file *file, const char __user * buff, size_t count, loff_t * ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_fs.c101 size_t count, loff_t *ppos)
103 return simple_read_from_buffer(buf, count, ppos, &ipath_stats,
114 size_t count, loff_t *ppos)
125 return simple_read_from_buffer(buf, count, ppos, counters,
134 size_t count, loff_t *ppos)
164 return simple_read_from_buffer(buf, count, ppos, nodeinfo,
173 size_t count, loff_t *ppos)
289 return simple_read_from_buffer(buf, count, ppos, portinfo,
298 size_t count, loff_t *ppos)
305 pos = *ppos;
100 atomic_stats_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
113 atomic_counters_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
133 atomic_node_info_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
172 atomic_port_info_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
297 flash_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
348 flash_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/mbx/
H A Dmbxdebugfs.c24 size_t count, loff_t *ppos)
30 size_t count, loff_t *ppos)
40 return simple_read_from_buffer(userbuf, count, ppos,
46 size_t count, loff_t *ppos)
69 return simple_read_from_buffer(userbuf, count, ppos,
74 size_t count, loff_t *ppos)
109 return simple_read_from_buffer(userbuf, count, ppos,
114 size_t count, loff_t *ppos)
132 return simple_read_from_buffer(userbuf, count, ppos,
137 size_t count, loff_t *ppos)
23 write_file_dummy(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
29 sysconf_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
45 gsctl_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
73 display_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
113 clock_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
136 sdram_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
158 misc_read_file(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap_xip.c54 loff_t *ppos,
64 index = *ppos >> PAGE_CACHE_SHIFT;
65 offset = *ppos & ~PAGE_CACHE_MASK;
134 *ppos = ((loff_t) index << PAGE_CACHE_SHIFT) + offset;
140 xip_file_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos) argument
153 ppos, &desc, file_read_actor);
163 xip_file_sendfile(struct file *in_file, loff_t *ppos, argument
177 ppos, &desc, actor);
300 size_t count, loff_t pos, loff_t *ppos)
365 *ppos
51 do_xip_mapping_read(struct address_space *mapping, struct file_ra_state *_ra, struct file *filp, loff_t *ppos, read_descriptor_t *desc, read_actor_t actor) argument
299 __xip_file_write(struct file *filp, const char __user *buf, size_t count, loff_t pos, loff_t *ppos) argument
379 xip_file_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsysctl.c53 void __user *buffer, size_t *lenp, loff_t *ppos);
137 void __user *buffer, size_t *lenp, loff_t *ppos);
139 void __user *buffer, size_t *lenp, loff_t *ppos);
1512 size_t *lenp, loff_t *ppos)
1538 *ppos += *lenp;
1544 if (*ppos > len) {
1549 data += *ppos;
1550 len -= *ppos;
1563 *ppos += len;
1575 * @ppos
1510 _proc_do_string(void* data, int maxlen, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1586 proc_dostring(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1613 __do_proc_dointvec(void *tbl_data, ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos, int (*conv)(int *negp, unsigned long *lvalp, int *valp, int write, void *data), void *data) argument
1723 do_proc_dointvec(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos, int (*conv)(int *negp, unsigned long *lvalp, int *valp, int write, void *data), void *data) argument
1747 proc_dointvec(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1787 proc_dointvec_bset(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1804 proc_dointvec_taint(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1863 proc_dointvec_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
1874 __do_proc_doulongvec_minmax(void *data, ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos, unsigned long convmul, unsigned long convdiv) argument
1979 do_proc_doulongvec_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos, unsigned long convmul, unsigned long convdiv) argument
2007 proc_doulongvec_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2031 proc_doulongvec_ms_jiffies_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2124 proc_dointvec_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2147 proc_dointvec_userhz_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2171 proc_dointvec_ms_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2178 proc_do_cad_pid(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2202 proc_dostring(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2208 proc_dointvec(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2214 proc_dointvec_bset(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2220 proc_dointvec_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2226 proc_dointvec_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2232 proc_dointvec_userhz_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2238 proc_dointvec_ms_jiffies(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2244 proc_doulongvec_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
2250 proc_doulongvec_ms_jiffies_minmax(ctl_table *table, int write, struct file *filp, void __user *buffer, size_t *lenp, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpc8.c89 int64_t size, pos, ppos[2]; local
112 ppos[1 - i] = pos;
120 pos = (t >> 1) + ppos[0]*2 - ppos[1];
122 ppos[1] = ppos[0];
123 ppos[0] = pos;

Completed in 287 milliseconds

1234567891011>>