Searched refs:topmodname (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1644 char topmodname[BUFSIZ]; local
1646 if (ioctl(f, I_LOOK, topmodname) < 0)
1648 if (strcmp(modname, topmodname) != 0) {
H A Din.telnetd.c4876 char topmodname[BUFSIZ]; local
4878 if (ioctl(f, I_LOOK, topmodname) < 0)
4880 if (strcmp(modname, topmodname) != 0) {

Completed in 54 milliseconds