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

/netbsd-6-1-5-RELEASE/usr.sbin/dumpfs/
H A Ddumpfs.c250 fix_superblock(struct fs *fs, uint16_t *opostbl) argument
256 memcpy(opostbl, &fs->fs_old_postbl_start, 512);
258 opostbl[i] = bswap16(opostbl[i]);
262 memcpy(opostbl, &fs->fs_old_postbl_start, 512);
289 print_superblock(struct fs *fs, uint16_t *opostbl, argument
449 if (old_fs_postbl(&afs, c, opostbl)[i] == -1)
452 for (j = old_fs_postbl(&afs, c, opostbl)[i], k = 1; ;

Completed in 81 milliseconds