Home
last modified time | relevance | path

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

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