SOTPI_SMOD_NAME
if (strcmp(sp->sp_smod_name, SOTPI_SMOD_NAME) == 0)
size = strlen(SOTPI_SMOD_NAME) + 1;
(void) sprintf(sp->sp_smod_name, "%s", SOTPI_SMOD_NAME);
smodp->smod_name = kmem_alloc(sizeof (SOTPI_SMOD_NAME), KM_SLEEP);
(void) strcpy(smodp->smod_name, SOTPI_SMOD_NAME);
if (strcmp(smodp->smod_name, SOTPI_SMOD_NAME) == 0 ||