HomeSort by relevance Sort by last modified time
    Searched refs:copy_from_user (Results 1 - 14 of 14) sorted by null

  /external/kernel-headers/original/asm-x86/
termios.h 84 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
101 copy_from_user(k, u, sizeof(struct termios2))
107 copy_from_user(k, u, sizeof(struct termios))
uaccess_32.h 563 unsigned long __must_check copy_from_user(void *to,
  /external/kernel-headers/original/asm-arm/
termios.h 87 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
103 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios))
uaccess.h 398 static inline unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) function
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.c 154 if( copy_from_user(&opt_data, p->optional_param, sizeof(opt_data) ) )
ioctl_list.c 172 if( copy_from_user(extra, (void *) req->user_data_pointer, req->length) )
  /external/kernel-headers/original/linux/
poll.h 92 return copy_from_user(fdset, ufdset, nr) ? -EFAULT : 0;
skbuff.h     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 487 return copy_from_user(pDstPtr,pSrcPtr,Size);
CmdInterpretWext.c 593 if ( copy_from_user( &pScanReq, wrqu->data.pointer, sizeof(pScanReq)) )
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 486 return copy_from_user(pDstPtr,pSrcPtr,Size);
CmdInterpretWext.c 522 if(copy_from_user(&scanReq, wrqu->data.pointer, sizeof(scanReq)))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 190 milliseconds