sioc              264 net/atm/ioctl.c 	struct atmif_sioc __user *sioc;
sioc              270 net/atm/ioctl.c 	sioc = compat_alloc_user_space(sizeof(*sioc));
sioc              273 net/atm/ioctl.c 	if (copy_in_user(&sioc->number, &sioc32->number, 2 * sizeof(int)) ||
sioc              277 net/atm/ioctl.c 	if (put_user(datap, &sioc->arg))
sioc              280 net/atm/ioctl.c 	err = do_vcc_ioctl(sock, cmd, (unsigned long) sioc, 0);
sioc              283 net/atm/ioctl.c 		if (copy_in_user(&sioc32->length, &sioc->length,
sioc              268 net/atm/resources.c 		struct atmif_sioc __user *sioc = arg;
sioc              270 net/atm/resources.c 		sioc_len = &sioc->length;
sioc              271 net/atm/resources.c 		if (get_user(buf, &sioc->arg))
sioc              273 net/atm/resources.c 		if (get_user(len, &sioc->length))
sioc              275 net/atm/resources.c 		if (get_user(number, &sioc->number))