Searched refs:terminator_dscr (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c966 union dscrptr *terminator_dscr; local
1063 terminator_dscr = calloc(1, sector_size);
1064 if (terminator_dscr == NULL)
1066 udf_create_terminator(terminator_dscr, 0);
1186 error = udf_write_dscr_phys(terminator_dscr, loc, 1);
1289 error = udf_write_dscr_phys(terminator_dscr, loc, 1);
1310 error = udf_write_dscr_phys(terminator_dscr, loc, 1);

Completed in 105 milliseconds