Searched refs:userptr (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c849 void __user *userptr)
868 if (copy_to_user(userptr, loc_cpu_entry, total_size) != 0) {
880 if (copy_to_user(userptr + off
893 if (copy_to_user(userptr + off + i
905 if (copy_to_user(userptr + off + e->target_offset
1834 struct xt_table *table, void __user *userptr)
1854 pos = userptr;
1868 if (copy_from_user(&e, userptr + off,
1871 if (copy_to_user(userptr + off +
1878 if (copy_from_user(&m, userptr
847 copy_entries_to_user(unsigned int total_size, struct xt_table *table, void __user *userptr) argument
1833 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, void __user *userptr) argument
[all...]
H A Darp_tables.c707 void __user *userptr)
733 if (copy_to_user(userptr, loc_cpu_entry, total_size) != 0) {
743 if (copy_to_user(userptr + off
752 if (copy_to_user(userptr + off + e->target_offset
705 copy_entries_to_user(unsigned int total_size, struct arpt_table *table, void __user *userptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcompat_ioctl32.c359 compat_long_t userptr; member in union:v4l2_buffer32::__anon4999
384 get_user(tmp, &up->m.userptr))
387 kp->m.userptr = (unsigned long)compat_ptr(tmp);
415 put_user(kp->m.userptr, &up->m.userptr))
H A Dvideo-buf.c558 b->m.userptr = vb->baddr;
731 if (STATE_NEEDS_INIT != buf->state && buf->baddr != b->m.userptr)
733 buf->baddr = b->m.userptr;
H A Dvideodev.c301 [V4L2_MEMORY_USERPTR] = "userptr",
340 "field=%0d, sequence=%d, memory=%s, offset/userptr=0x%08lx, length=%d\n",
350 p->m.userptr, p->length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dcurl.h391 void *userptr); /* whatever the user please */
579 void *userptr);
2005 void *userptr);
2008 void *userptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dcurl.h391 void *userptr); /* whatever the user please */
579 void *userptr);
2005 void *userptr);
2008 void *userptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbio.c456 void __user *userptr; member in struct:bio_map_data
504 if (read && !ret && copy_to_user(bmd->userptr, addr, len))
508 bmd->userptr += len;
541 bmd->userptr = (void __user *) uaddr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c812 void __user *userptr)
837 if (copy_to_user(userptr, loc_cpu_entry, total_size) != 0) {
849 if (copy_to_user(userptr + off
862 if (copy_to_user(userptr + off + i
874 if (copy_to_user(userptr + off + e->target_offset
810 copy_entries_to_user(unsigned int total_size, struct xt_table *table, void __user *userptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev2.h578 unsigned long userptr; member in union:v4l2_buffer::__anon10456

Completed in 134 milliseconds