Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c48 char *optvalue; in add_opt() local
58 optvalue = strchr(optname, '='); in add_opt()
59 if (optvalue == NULL) { in add_opt()
63 *optvalue++ = '\0'; /* separate the halves */ in add_opt()
65 optvalue = NULL; in add_opt()
69 newopt->optvalue = optvalue; in add_opt()
82 tmp->optvalue = optvalue; in add_opt()
H A Dsharemgr.h99 char *optvalue; member
H A Dcommands.c802 if (cur->optvalue == NULL) in valid_options()
804 prop = sa_create_property(cur->optname, cur->optvalue); in valid_options()
859 if (optlist->optvalue != NULL) { in add_optionset()
861 optlist->optvalue); in add_optionset()
889 ret = sa_update_property(prop, optlist->optvalue); in add_optionset()
3573 if (optlist->optvalue != NULL) { in add_security()
3575 optlist->optvalue); in add_security()
3596 optlist->optvalue, in add_security()
3605 ret = sa_update_property(prop, optlist->optvalue); in add_security()
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c330 section = strdup(opt->optvalue); in sc_set()
350 opt->optname, opt->optvalue); in sc_set()
366 opt->optvalue); in sc_set()
/illumos-gate/usr/src/cmd/ipf/lib/
H A DMakefile42 optprintv6.o optvalue.o \
/illumos-gate/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; \