dkwedge_rdb.c | 109 uint32_t blk_per_cyl, bufsize, newsecsize, nextb, secsize, tabsize; local in function:dkwedge_discover_rdb 124 for (nextb = 0; nextb < RDB_MAXBLOCKS; nextb++) { 125 error = dkwedge_read(pdk, vp, ADJUST_NR(nextb), bp->b_data, 129 "error = %d\n", pdk->dk_name, nextb, error); 139 pdk->dk_name, nextb); 143 if (nextb == RDB_MAXBLOCKS) { 168 for (nextb = be32toh(rbp->partbhead); nextb != RDBNULL [all...] |