Searched refs:g_fullInstaller (Results 1 – 1 of 1) sorted by relevance
27 static struct DriverInstaller *g_fullInstaller = NULL; variable54 if (g_fullInstaller == NULL) { in DriverInstallerFullCreate()55 g_fullInstaller = (struct DriverInstaller *)OsalMemCalloc(sizeof(struct DriverInstaller)); in DriverInstallerFullCreate()56 if (g_fullInstaller != NULL) { in DriverInstallerFullCreate()57 DriverInstallerFullConstruct(g_fullInstaller); in DriverInstallerFullCreate()61 return (struct HdfObject *)g_fullInstaller; in DriverInstallerFullCreate()67 if (g_fullInstaller == installer) { in DriverInstallerFullRelease()68 g_fullInstaller = NULL; in DriverInstallerFullRelease()