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

  /src/sbin/newfs_udf/
udf_core.c 3049 error = udf_write_phys(context.vat_contents, phys, sects);
4041 udf_write_phys(void *blob, uint32_t location, uint32_t sects) function in typeref:typename:int
4102 return udf_write_phys(blob, phys, sectors);
4112 error = udf_write_phys(data, phys, ext);
4197 return udf_write_phys(dscr, location, sectors);

Completed in 14 milliseconds