Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5913 static const char sockmod_name[] = "sockmod"; in socktpi_plumbioctl() local
5933 if (error == 0 && strcmp(mname, sockmod_name) == 0) { in socktpi_plumbioctl()
6031 (void) strcpy(kstrlist.sl_modlist[i].l_name, sockmod_name); in socktpi_plumbioctl()
6056 return (so_copyout(sockmod_name, (void *)arg, in socktpi_plumbioctl()
6057 sizeof (sockmod_name), mode & FKIOCTL)); in socktpi_plumbioctl()
6073 if (error == 0 && strcmp(mname, sockmod_name) == 0) in socktpi_plumbioctl()