Exemple #1
0
/*
 *  ======== REG_Init ========
 *  Initialize the REG module's private state.
 */
bool REG_Init(void)
{
	bool fInit;

	GT_create(&REG_debugMask, "RG");	/* RG for ReG */

	fInit = regsupInit();

	GT_0trace(REG_debugMask, GT_5CLASS, "REG_Init\n");

	return fInit;
}
/*
 *  ======== REG_Init ========
 *  Initialize the REG module's private state.
 */
bool REG_Init(void)
{
	bool fInit;

	GT_create(&REG_debugMask, "RG");        /* RG for ReG */

	fInit = regsupInit();

	if (crefs == 0)
		SYNC_InitializeDPCCS(&reglock);
	crefs++;

	GT_0trace(REG_debugMask, GT_5CLASS, "REG_Init\n");

	return fInit;
}