Searched refs:SOTPI_SMOD_NAME (Results 1 – 5 of 5) sorted by relevance
99 if (strcmp(smodp->smod_name, SOTPI_SMOD_NAME) == 0 || in smod_register()
237 size = strlen(SOTPI_SMOD_NAME) + 1; in sockparams_create()244 (void) sprintf(sp->sp_smod_name, "%s", SOTPI_SMOD_NAME); in sockparams_create()
1036 if (strcmp(sp->sp_smod_name, SOTPI_SMOD_NAME) == 0) in sof_entry_proc_sockparams()
6801 smodp->smod_name = kmem_alloc(sizeof (SOTPI_SMOD_NAME), KM_SLEEP); in sotpi_smod_create()6802 (void) strcpy(smodp->smod_name, SOTPI_SMOD_NAME); in sotpi_smod_create()
401 #define SOTPI_SMOD_NAME "socktpi" macro