Home
last modified time | relevance | path

Searched refs:uci (Results 1 – 3 of 3) sorted by relevance

/net/bluetooth/bnep/
A Dsock.c149 u32 uci; in bnep_sock_compat_ioctl() local
152 if (get_user(cl.cnum, p) || get_user(uci, p + 1)) in bnep_sock_compat_ioctl()
155 cl.ci = compat_ptr(uci); in bnep_sock_compat_ioctl()
/net/bluetooth/cmtp/
A Dsock.c151 u32 uci; in cmtp_sock_compat_ioctl() local
154 if (get_user(cl.cnum, p) || get_user(uci, p + 1)) in cmtp_sock_compat_ioctl()
157 cl.ci = compat_ptr(uci); in cmtp_sock_compat_ioctl()
/net/bluetooth/hidp/
A Dsock.c156 u32 uci; in hidp_sock_compat_ioctl() local
158 if (get_user(cl.cnum, p) || get_user(uci, p + 1)) in hidp_sock_compat_ioctl()
161 cl.ci = compat_ptr(uci); in hidp_sock_compat_ioctl()

Completed in 5 milliseconds