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

/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c68 static char *myopts[] = { variable
131 switch (getsubopt(&options, myopts,
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c60 static char *myopts[] = { variable
211 switch (getsubopt(&subopts, myopts, &value)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c116 static char myopts[MAXOPTLEN]; variable
363 if (myopts[TELOPT_ENCRYPT] == OPT_YES)
365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO;
368 myopts[TELOPT_ENCRYPT] == OPT_YES &&
2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO;
2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) {
2577 myopts[TELOPT_ENCRYPT] = OPT_YES;
2584 myopts[TELOPT_ENCRYPT] == OPT_YES) {
2610 myopts[TELOPT_ENCRYPT] = OPT_NO;
3075 if (!myopts[TELOPT_SG
[all...]
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c767 static char *myopts[] = { local
776 switch ((opt = getsubopt(&opts, myopts, &value))) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c106 char *myopts[] = { variable
663 switch (getsubopt(&mntopts, myopts, &value)) {

Completed in 670 milliseconds