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

  /src/usr.sbin/makefs/
udf.c 197 uint64_t stdsize, maxsize; local in function:udf_parse_opts
215 stdsize = 0;
232 stdsize = DVDRAMSIZE;
235 stdsize = BDRESIZE;
240 stdsize = CDRSIZE;
243 stdsize = DVDRSIZE;
246 stdsize = BDRSIZE;
249 stdsize = CDRWSIZE;
252 stdsize = DVDRWSIZE;
298 if (stdsize) {
    [all...]
udf.c 197 uint64_t stdsize, maxsize; local in function:udf_parse_opts
215 stdsize = 0;
232 stdsize = DVDRAMSIZE;
235 stdsize = BDRESIZE;
240 stdsize = CDRSIZE;
243 stdsize = DVDRSIZE;
246 stdsize = BDRSIZE;
249 stdsize = CDRWSIZE;
252 stdsize = DVDRWSIZE;
298 if (stdsize) {
    [all...]

Completed in 63 milliseconds