Searched refs:gdriver_info (Results 1 – 2 of 2) sorted by relevance
42 cpqary3_driver_info_t gdriver_info = {0}; variable86 (void) strcpy(gdriver_info.name, "cpqary3"); in cpqary3_ioctl_driver_info()87 gdriver_info.version.minor = CPQARY3_MINOR_REV_NO; in cpqary3_ioctl_driver_info()88 gdriver_info.version.major = CPQARY3_MAJOR_REV_NO; in cpqary3_ioctl_driver_info()89 gdriver_info.version.dd = CPQARY3_REV_MONTH; in cpqary3_ioctl_driver_info()90 gdriver_info.version.mm = CPQARY3_REV_DATE; in cpqary3_ioctl_driver_info()91 gdriver_info.version.yyyy = CPQARY3_REV_YEAR; in cpqary3_ioctl_driver_info()92 gdriver_info.max_num_ctlr = MAX_CTLRS; in cpqary3_ioctl_driver_info()98 if (ddi_copyout((void *)&gdriver_info, (void *)(uintptr_t)request->argp, in cpqary3_ioctl_driver_info()
38 extern cpqary3_driver_info_t gdriver_info;470 gdriver_info.num_ctlr++; in cpqary3_attach()