Home
last modified time | relevance | path

Searched refs:OPT_STRBUF (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/makefs/
H A Dhammer2.c102 { 'b', "BootAreaSize", NULL, OPT_STRBUF, 0, 0, "boot area size" }, in hammer2_prep_opts()
103 { 'r', "AuxAreaSize", NULL, OPT_STRBUF, 0, 0, "aux area size" }, in hammer2_prep_opts()
105 { 'L', "Label", NULL, OPT_STRBUF, 0, 0, "PFS label" }, in hammer2_prep_opts()
111 { 'C', "CheckType", NULL, OPT_STRBUF, 0, 0, "check type" }, in hammer2_prep_opts()
112 { 'd', "Hammer2Debug", NULL, OPT_STRBUF, 0, 0, "debug tunable" }, in hammer2_prep_opts()
115 { 'P', "PFS", NULL, OPT_STRBUF, 0, 0, "offline PFS" }, in hammer2_prep_opts()
116 { 'I', "Inode", NULL, OPT_STRBUF, 0, 0, "offline inode" }, in hammer2_prep_opts()
117 { 'B', "Bulkfree", NULL, OPT_STRBUF, 0, 0, "offline bulkfree" }, in hammer2_prep_opts()
118 { 'D', "Destroy", NULL, OPT_STRBUF, 0, 0, "offline destroy" }, in hammer2_prep_opts()
119 { 'G', "Growfs", NULL, OPT_STRBUF, 0, 0, "offline growfs" }, in hammer2_prep_opts()
[all …]
H A Dmakefs.h117 OPT_STRBUF, enumerator
H A Dmakefs.c414 case OPT_STRBUF: in set_option_var()
H A Dffs.c195 { 'o', "optimization", NULL, OPT_STRBUF, in ffs_prep_opts()
H A Dcd9660.c253 { letter, name, NULL, OPT_STRBUF, 0, 0, desc } in cd9660_prep_opts()