Searched refs:optvalue (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c50 char *optvalue; local
60 optvalue = strchr(optname, '=');
61 if (optvalue == NULL) {
65 *optvalue++ = '\0'; /* separate the halves */
67 optvalue = NULL;
71 newopt->optvalue = optvalue;
84 tmp->optvalue = optvalue;
H A Dsharemgr.h101 char *optvalue; member in struct:options
H A Dcommands.c792 if (cur->optvalue == NULL)
794 prop = sa_create_property(cur->optname, cur->optvalue);
849 if (optlist->optvalue != NULL) {
851 optlist->optvalue);
879 ret = sa_update_property(prop, optlist->optvalue);
3561 if (optlist->optvalue != NULL) {
3563 optlist->optvalue);
3584 optlist->optvalue,
3593 ret = sa_update_property(prop, optlist->optvalue);
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/
H A DMakefile.com46 optprintv6.o optvalue.o \
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c329 section = strdup(opt->optvalue);
349 opt->optname, opt->optvalue);
365 opt->optvalue);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c133 #define opt_field(var, tagexpect, decoder, optvalue) \
140 } else var = optvalue; \

Completed in 100 milliseconds