Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c68 static char *myopts[] = { variable
131 switch (getsubopt(&options, myopts, in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c116 static char myopts[MAXOPTLEN]; variable
363 if (myopts[TELOPT_ENCRYPT] == OPT_YES) in auth_finished()
365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO; in auth_finished()
368 myopts[TELOPT_ENCRYPT] == OPT_YES && in auth_finished()
2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()
2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2577 myopts[TELOPT_ENCRYPT] = OPT_YES; in getencrtype()
2584 myopts[TELOPT_ENCRYPT] == OPT_YES) { in getencrtype()
2610 myopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()
3075 if (!myopts[TELOPT_SGA]) { in doit()
[all …]
/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c60 static char *myopts[] = { variable
211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
/titanic_41/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c767 static char *myopts[] = { in str2opt() local
776 switch ((opt = getsubopt(&opts, myopts, &value))) { in str2opt()
/titanic_41/usr/src/cmd/fs.d/
H A Dmount.c104 char *myopts[] = { variable
670 switch (getsubopt(&mntopts, myopts, &value)) { in flags()