Home
last modified time | relevance | path

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

/netbsd/src/sbin/newfs_udf/
Dudf_core.h383 extern int udf_read_phys(void *blob, uint32_t location, uint32_t sects);
Dudf_core.c4021 udf_read_phys(void *blob, uint32_t location, uint32_t sects) in udf_read_phys() function
4076 error = udf_read_phys(data, phys, ext); in udf_read_virt()
4173 error = udf_read_phys(pos, sector + 1, sectors-1); in udf_read_dscr_phys()