Home
last modified time | relevance | path

Searched refs:list_opts (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c214 char *list_opts = NULL; in main() local
305 if (list_opts != NULL) { in main()
310 list_opts = optarg; in main()
357 if (action != CFGA_OP_LIST && (list_opts != NULL || dyn_exp)) { in main()
520 if (list_opts != NULL && !extract_list_suboptions(list_opts, in main()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c128 static const struct option list_opts[] = { variable
254 while ((opt = getopt_clip(argc, argv, "lv", list_opts, NULL)) != -1) { in cmd_list()