Searched defs:ubuf (Results 51 - 75 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/idle/
H A Di7300_idle.c525 static ssize_t stats_read_ul(struct file *fp, char __user *ubuf, size_t count, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dptrace.c478 genregs_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) argument
503 genregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
774 ioperm_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) argument
1061 genregs32_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) argument
1088 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c79 u8 ubuf[shash_align_buffer_size(unaligned_len, alignmask)] local
115 u8 ubuf[shash_align_buffer_size(ds, alignmask)] local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbitmap.c425 const char __user *ubuf = buf; local
504 int bitmap_parse_user(const char __user *ubuf, argument
H A Ddynamic_debug.c436 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doutput.c378 yuv2mono_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target) argument
438 yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) argument
581 yuv2422_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target) argument
612 yuv2422_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) argument
757 yuv2rgba64_2_c_template(SwsContext *c, const int32_t *buf[2], const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf[2], uint16_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
812 yuv2rgba64_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
960 yuv2rgb48_2_c_template(SwsContext *c, const int32_t *buf[2], const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf[2], uint16_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
1002 yuv2rgb48_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
1313 yuv2rgb_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
1351 yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
1651 yuv2rgb_full_2_c_template(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
1693 yuv2rgb_full_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c428 u8 *ubuf = urb->transfer_buffer; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ddummy_hcd.c1053 char *ubuf, *rbuf; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c71 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) argument
395 sys32_pread(unsigned int fd, char __user *ubuf, u32 count, u32 poslo, u32 poshi) argument
402 sys32_pwrite(unsigned int fd, const char __user *ubuf, u32 count, u32 poslo, u32 poshi) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c554 static ssize_t port_fops_read(struct file *filp, char __user *ubuf, argument
594 static ssize_t port_fops_write(struct file *filp, const char __user *ubuf, argument
930 static ssize_t debugfs_read(struct file *filp, char __user *ubuf, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsys_ppc32.c543 compat_ssize_t compat_sys_pread64(unsigned int fd, char __user *ubuf, compat_size_t count, argument
549 compat_ssize_t compat_sys_pwrite64(unsigned int fd, const char __user *ubuf, compat_size_t count, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_linux.c461 asmlinkage long sys32_pread64(unsigned int fd, char __user *ubuf, argument
469 asmlinkage long sys32_pwrite64(unsigned int fd, const char __user *ubuf, argument
549 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events.c328 ftrace_event_write(struct file *file, const char __user *ubuf, argument
463 event_enable_read(struct file *filp, char __user *ubuf, size_t cnt, argument
478 event_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, argument
520 system_enable_read(struct file *filp, char __user *ubuf, size_t cnt, argument
562 system_enable_write(struct file *filp, const char __user *ubuf, size_t cnt, argument
763 event_id_read(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) argument
786 event_filter_read(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) argument
811 event_filter_write(struct file *filp, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
842 subsystem_filter_read(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) argument
867 subsystem_filter_write(struct file *filp, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
898 show_header(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) argument
[all...]
H A Dftrace.c735 ftrace_profile_write(struct file *filp, const char __user *ubuf, argument
789 ftrace_profile_read(struct file *filp, char __user *ubuf, argument
2193 ftrace_regex_write(struct file *file, const char __user *ubuf, argument
2231 ftrace_filter_write(struct file *file, const char __user *ubuf, argument
2238 ftrace_notrace_write(struct file *file, const char __user *ubuf, argument
2592 ftrace_graph_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
3013 ftrace_pid_write(struct file *filp, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c765 yuv2rgb32_2(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
829 yuv2bgr24_2(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
852 yuv2rgb555_2(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
881 yuv2rgb565_2(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
950 yuv2yuyv422_2(SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
1090 yuv2rgb32_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1157 yuv2bgr24_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1194 yuv2rgb555_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1243 yuv2rgb565_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1329 yuv2yuyv422_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp2798 UniChar* ubuf = NULL ; local
2861 UniChar* ubuf = NULL ; local
2968 UniChar* ubuf = NULL ; local
3026 UniChar* ubuf = NULL ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c4588 char *ubuf = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c1430 CIFSSMBWrite(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, const char *buf, const char __user *ubuf, const int long_op) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dcdrom.c2033 static int cdrom_read_cdda_old(struct cdrom_device_info *cdi, __u8 __user *ubuf, argument
2085 static int cdrom_read_cdda_bpc(struct cdrom_device_info *cdi, __u8 __user *ubuf, argument
2157 static int cdrom_read_cdda(struct cdrom_device_info *cdi, __u8 __user *ubuf, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1507 static int __mce_read_apei(char __user **ubuf, size_t usize) argument
1541 static ssize_t mce_read(struct file *filp, char __user *ubuf, size_t usize, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c2554 uint8_t *ubuf = s->edge_emu_buffer + 18 * s->linesize; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dptrace.c1281 void __user *ubuf; member in struct:regset_get
1286 const void __user *ubuf; member in struct:regset_set
1848 do_regset_call(void (*call)(struct unw_frame_info *, void *), struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1872 gpregs_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) argument
1881 gpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1918 fpregs_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) argument
1927 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c1211 char ubuf[4096]; local
1428 char ubuf[4096]; local
1787 char ubuf[4096]; local
1956 char ubuf[4096]; local
2109 char ubuf[4096]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c134 static int cp_compat_stat(struct kstat *stat, struct compat_stat __user *ubuf) argument
223 put_compat_statfs(struct compat_statfs __user *ubuf, struct kstatfs *kbuf) argument
298 put_compat_statfs64(struct compat_statfs64 __user *ubuf, struct kstatfs *kbuf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c1747 asmlinkage long sys_recv(int fd, void __user *ubuf, size_t size, argument

Completed in 507 milliseconds

1234