Lines Matching refs:arg
52 unsigned long arg, int compat) in do_vcc_ioctl() argument
58 void __user *argp = (void __user *)arg; in do_vcc_ioctl()
159 error = ic->ioctl(sock, cmd, arg); in do_vcc_ioctl()
196 if (get_user(carg, &csioc->arg)) in do_vcc_ioctl()
206 if (get_user(buf, &sioc->arg)) in do_vcc_ioctl()
218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() argument
220 return do_vcc_ioctl(sock, cmd, arg, 0); in vcc_ioctl()
278 unsigned long arg) in do_atm_iobuf() argument
280 struct compat_atm_iobuf __user *iobuf32 = compat_ptr(arg); in do_atm_iobuf()
290 unsigned long arg) in do_atmif_sioc() argument
292 struct compat_atmif_sioc __user *sioc32 = compat_ptr(arg); in do_atmif_sioc()
296 if (get_user(data, &sioc32->arg) || get_user(number, &sioc32->number)) in do_atmif_sioc()
302 unsigned long arg) in do_atm_ioctl() argument
316 return do_atmif_sioc(sock, cmd32, arg); in do_atm_ioctl()
330 return do_atm_iobuf(sock, cmd, arg); in do_atm_ioctl()
348 return do_atmif_sioc(sock, cmd, arg); in do_atm_ioctl()
355 unsigned long arg) in vcc_compat_ioctl() argument
359 ret = do_vcc_ioctl(sock, cmd, arg, 1); in vcc_compat_ioctl()
363 return do_atm_ioctl(sock, cmd, arg); in vcc_compat_ioctl()