Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dwrite.c304 struct deferred_write * dwpnt, *dwnext; in FDECL1() local
305 dwpnt = dw_head; in FDECL1()
306 while(dwpnt) in FDECL1()
308 if(dwpnt->table) in FDECL1()
310 xfwrite(dwpnt->table, 1, ROUND_UP(dwpnt->size), outfile); in FDECL1()
311 last_extent_written += ROUND_UP(dwpnt->size) / SECTOR_SIZE; in FDECL1()
312 table_size += dwpnt->size; in FDECL1()
314 free(dwpnt->table); in FDECL1()
320 vms_write_one_file(dwpnt->name, dwpnt->size, outfile); in FDECL1()
323 write_one_file(dwpnt->name, dwpnt->size, outfile, dwpnt->off); in FDECL1()
[all …]