Searched refs:osv (Results 1 – 1 of 1) sorted by relevance
5897 gdth_ioctl_osvers osv; in gdth_ioctl() local5899 osv.version = (unchar)(LINUX_VERSION_CODE >> 16); in gdth_ioctl()5900 osv.subversion = (unchar)(LINUX_VERSION_CODE >> 8); in gdth_ioctl()5901 osv.revision = (ushort)(LINUX_VERSION_CODE & 0xff); in gdth_ioctl()5902 if (copy_to_user((char *)arg, &osv, sizeof(gdth_ioctl_osvers))) in gdth_ioctl()