Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c112 int subopt; member
1110 int subopt; in cfga_test() local
1126 if (subopt == -1) { in cfga_test()
1151 opts[subopt]); in cfga_test()
1157 test_fun = subopt; in cfga_test()
1164 opts[subopt]); in cfga_test()
1501 int subopt; in process_options() local
1524 if (subopt == -1) { in process_options()
1535 if (opts[i].subopt == subopt) { in process_options()
1556 mema_opts[subopt]); in process_options()
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c418 setsubopt(smb_ctx_t *ctx, struct smbfs_args *mdatap, char *subopt) in setsubopt() argument
428 equals = strchr(subopt, '='); in setsubopt()
436 if (strcmp(subopt, optlist[index]) == 0) in setsubopt()
468 if (strlcat(optbuf, subopt, sizeof (optbuf)) >= in setsubopt()
607 warnx(gettext("unknown option %s"), subopt); in setsubopt()
613 warnx(gettext("invalid value for %s"), subopt); in setsubopt()
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c189 int opt, subopt; in main() local
209 subopt = getsubopt(&options, suboptstr, &value); in main()
210 switch (subopt) { in main()
214 pgsz[subopt] = cnvpgsz(value); in main()
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c943 int opt, subopt; in main() local
986 subopt = getsubopt(&options, suboptstr, in main()
988 switch (subopt) { in main()
993 at_map |= (1 << subopt); in main()
995 set_advice(&generic_adv[subopt], in main()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c218 char *subopt; in main() local
274 subopt = optarg; in main()
275 while (*subopt != '\0') { in main()
276 if (*subopt == 'p') { in main()
280 subopt++; in main()
/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;
2483 OPTNAME, subopt);
2484 subopt = NULL;
2493 subopt == NULL ? "" : subopt);
2886 if (subopt == NULL)
2889 settimeout(subopt, val, sticky);
[all …]
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c806 int subopt = 0; in extract_list_suboptions() local
818 subopt = getsubopt(&arg, list_options, &value); in extract_list_suboptions()
819 switch (subopt) { in extract_list_suboptions()
840 cmdname, list_options[subopt]); in extract_list_suboptions()
848 cmdname, list_options[subopt]); in extract_list_suboptions()