Home
last modified time | relevance | path

Searched refs:SOTPI_SMOD_NAME (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dsock_conf.c99 if (strcmp(smodp->smod_name, SOTPI_SMOD_NAME) == 0 || in smod_register()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c237 size = strlen(SOTPI_SMOD_NAME) + 1; in sockparams_create()
244 (void) sprintf(sp->sp_smod_name, "%s", SOTPI_SMOD_NAME); in sockparams_create()
H A Dsockfilter.c1036 if (strcmp(sp->sp_smod_name, SOTPI_SMOD_NAME) == 0) in sof_entry_proc_sockparams()
H A Dsocktpi.c6801 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()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h401 #define SOTPI_SMOD_NAME "socktpi" macro