HomeSort by: relevance | last modified time | path
    Searched defs:OPT_STR (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/
cd9660.c 266 #define OPT_STR(letter, name, desc) \
312 OPT_STR('A', "applicationid", "Application Identifier"),
313 OPT_STR('P', "publisher", "Publisher Identifier"),
314 OPT_STR('p', "preparer", "Preparer Identifier"),
315 OPT_STR('L', "label", "Disk Label"),
316 OPT_STR('V', "volumeid", "Volume Set Identifier"),
317 OPT_STR('B', "bootimage", "Boot image parameter"),
318 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
319 OPT_STR('\0', "bootimagedir", "Boot image directory"),
320 OPT_STR('\0', "no-emul-boot", "No boot emulation")
    [all...]
udf.c 101 #define OPT_STR(letter, name, desc) \
118 OPT_STR('T', "disctype", "disc type (cdrom,dvdrom,bdrom,"
120 OPT_STR('L', "loglabel", "\"logical volume name\""),
121 OPT_STR('P', "discid", "\"[volset name ':']"
124 OPT_STR('v', "minver", "minimum UDF version in either "
126 OPT_STR('V', "maxver", "maximum UDF version in either "

Completed in 64 milliseconds