Lines Matching defs:version
8 * - 0.40 - initial version
20 * published by the Free Software Foundation; either version 2 of the
21 * License, or (at your option) any later version.
110 unsigned short version = _PTDRV_IOCTL_VERSION;
132 result = PtDrvIoctl( _PTDRV_OPEN_DEVICE, &version );
134 result = ioctl( handle, _PTDRV_OPEN_DEVICE, &version );
141 "compatibility version 0x%04x\n",
144 version = _PTDRV_COMPAT_IOCTL_VERSION;
147 result = PtDrvIoctl( _PTDRV_OPEN_DEVICE, &version );
149 result = ioctl( handle, _PTDRV_OPEN_DEVICE, &version );
167 DBG( _DBG_INFO, "Using compatibility version\n" );