Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c50 char *optvalue; in add_opt() local
60 optvalue = strchr(optname, '='); in add_opt()
61 if (optvalue == NULL) { in add_opt()
65 *optvalue++ = '\0'; /* separate the halves */ in add_opt()
67 optvalue = NULL; in add_opt()
71 newopt->optvalue = optvalue; in add_opt()
84 tmp->optvalue = optvalue; in add_opt()
H A Dsharemgr.h101 char *optvalue; member
H A Dcommands.c797 if (cur->optvalue == NULL) in valid_options()
799 prop = sa_create_property(cur->optname, cur->optvalue); in valid_options()
854 if (optlist->optvalue != NULL) { in add_optionset()
856 optlist->optvalue); in add_optionset()
884 ret = sa_update_property(prop, optlist->optvalue); in add_optionset()
3565 if (optlist->optvalue != NULL) { in add_security()
3567 optlist->optvalue); in add_security()
3588 optlist->optvalue, in add_security()
3597 ret = sa_update_property(prop, optlist->optvalue); in add_security()
/titanic_41/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c328 section = strdup(opt->optvalue); in sc_set()
348 opt->optname, opt->optvalue); in sc_set()
364 opt->optvalue); in sc_set()
/titanic_41/usr/src/cmd/ipf/lib/
H A DMakefile.com46 optprintv6.o optvalue.o \
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c133 #define opt_field(var, tagexpect, decoder, optvalue) \ argument
140 } else var = optvalue; \