HomeSort by: relevance | last modified time | path
    Searched defs:nextb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/dkwedge/
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...]
  /src/sys/arch/amiga/amiga/
disksubr.c 140 u_long nextb; local in function:readdisklabel
184 for (nextb = 0; nextb < RDB_MAXBLOCKS; nextb++) {
185 bp->b_blkno = nextb;
219 if (nextb == RDB_MAXBLOCKS) {
230 clp->rdblock = nextb;
305 for (nextb = rbp->partbhead; nextb != RDBNULL; nextb = pbp->next)
    [all...]
  /src/sys/arch/ofppc/ofppc/
disksubr.c 240 u_long nextb; local in function:read_rdb_label
274 for (nextb = 0; nextb < RDB_MAXBLOCKS; nextb++) {
275 bp->b_blkno = nextb;
298 if (nextb == RDB_MAXBLOCKS) {
309 osdep->rdblock = nextb;
380 for (nextb = rbp->partbhead; nextb != RDBNULL; nextb = pbp->next)
    [all...]

Completed in 15 milliseconds