Home
last modified time | relevance | path

Searched refs:udf_write_dscr_phys (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c4190 udf_write_dscr_phys(union dscrptr *dscr, uint32_t location, in udf_write_dscr_phys() function
4845 if ((error = udf_write_dscr_phys(dscr, loc, 1))) { in udf_do_newfs_prefix()
4861 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
4870 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
4879 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
4886 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
4893 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
4899 error = udf_write_dscr_phys(terminator_dscr, loc, 1); in udf_do_newfs_prefix()
4914 error = udf_write_dscr_phys(dscr, loc, len); in udf_do_newfs_prefix()
4981 error = udf_write_dscr_phys(dscr, loc, 1); in udf_do_newfs_prefix()
[all …]
H A Dudf_core.h392 extern int udf_write_dscr_phys(union dscrptr *dscr, uint32_t location,
/netbsd-src/sbin/fsck_udf/
H A Dmain.c1593 error = udf_write_dscr_phys((union dscrptr *) lvint, location, 1); in udf_writeout_lvint()
1605 error = udf_write_dscr_phys((union dscrptr *) lvint, location, 1); in udf_writeout_lvint()
1618 error = udf_write_dscr_phys(terminator, location, 1); in udf_writeout_lvint()
2940 if ((error = udf_write_dscr_phys(dscr, loc, 1))) { in udf_prepare_writing()