Searched refs:smod_name (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | sock_conf.c | 62 if (strcmp(smodp->smod_name, modname) == 0) in smod_find() 84 reg->smod_name); in smod_register() 90 if ((smodp = smod_find(reg->smod_name)) != NULL) { in smod_register() 97 smodp = smod_create(reg->smod_name); in smod_register() 99 if (strcmp(smodp->smod_name, SOTPI_SMOD_NAME) == 0 || in smod_register() 100 strcmp(smodp->smod_name, "socksctp") == 0 || in smod_register() 101 strcmp(smodp->smod_name, "socksdp") == 0) { in smod_register() 116 smodp->smod_name); in smod_register() 179 smodp->smod_name = kmem_alloc(len, KM_SLEEP); in smod_create() 180 bcopy(modname, smodp->smod_name, len); in smod_create() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modconf.c | 1166 if (strcmp(mod_name, modl->sockmod_reg_info->smod_name) != 0) { in mod_installsockmod() 1170 modl->sockmod_reg_info->smod_name); in mod_installsockmod() 1192 return (smod_unregister(modl->sockmod_reg_info->smod_name)); in mod_removesockmod()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 416 char *smod_name; member 430 char *smod_name; member
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 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()
|