Searched refs:subopt (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c110 * subopt field set to -1. The group field is used to identify
114 int subopt; member in struct:opt_control
1112 int subopt; local
1127 subopt = getsubopt(&cp, opts, &value);
1128 if (subopt == -1) {
1148 if (test_fun != -1 && subopt != test_fun &&
1149 subopt != maxerr_idx) {
1151 strlen(opts[subopt]),
1153 opts[subopt]);
1158 if (subopt < maxerr_id
1503 int subopt; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c409 setsubopt(smb_ctx_t *ctx, struct smbfs_args *mdatap, char *subopt) argument
419 equals = strchr(subopt, '=');
427 if (strcmp(subopt, optlist[index]) == 0)
459 if (strlcat(optbuf, subopt, sizeof (optbuf)) >=
598 warnx(gettext("unknown option %s"), subopt);
604 warnx(gettext("invalid value for %s"), subopt);
609 /* Undo changes made to subopt */
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c71 /* subopt */
191 int opt, subopt; local
211 subopt = getsubopt(&options, suboptstr, &value);
212 switch (subopt) {
216 pgsz[subopt] = cnvpgsz(value);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c218 char *subopt; local
274 subopt = optarg;
275 while (*subopt != '\0') {
276 if (*subopt == 'p') {
280 subopt++;
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c940 int opt, subopt; local
983 subopt = getsubopt(&options, suboptstr,
985 switch (subopt) {
990 at_map |= (1 << subopt);
992 set_advice(&generic_adv[subopt],
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c2382 char *subopt; local
2421 subopt = strchr(val, '.');
2422 if (subopt != NULL)
2423 *subopt++ = '\0';
2476 subopt = NULL;
2479 if (subopt != NULL && !bitset(OI_SUBOPT, o->o_flags))
2483 OPTNAME, subopt);
2484 subopt = NULL;
2492 OPTNAME, opt, subopt == NULL ? "" : ".",
2493 subopt
[all...]
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c806 int subopt = 0; local
818 subopt = getsubopt(&arg, list_options, &value);
819 switch (subopt) {
840 cmdname, list_options[subopt]);
848 cmdname, list_options[subopt]);

Completed in 106 milliseconds