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

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c112 uint8_t *sector_data; member in struct:wrsect
142 pos->sector_data = calloc(1, context.sector_size);
143 if (pos->sector_data == NULL)
155 memcpy(pos->sector_data, sector, context.sector_size);
218 memcpy(adr, pos->sector_data, context.sector_size);

Completed in 45 milliseconds