Searched defs:sockmod_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6018 static const char sockmod_name[] = "sockmod"; local
6038 if (error == 0 && strcmp(mname, sockmod_name) == 0) {
6136 (void) strcpy(kstrlist.sl_modlist[i].l_name, sockmod_name);
6161 return (so_copyout(sockmod_name, (void *)arg,
6162 sizeof (sockmod_name), mode & FKIOCTL));
6178 if (error == 0 && strcmp(mname, sockmod_name) == 0)

Completed in 101 milliseconds