/src/sys/arch/arm/arm/ |
disksubr.c | 134 int cyl, netbsdpartoff, i, found = 0; local in function:readdisklabel 169 netbsdpartoff = 0; 174 &netbsdpartoff) || 176 &netbsdpartoff)) { 182 * netbsdpartoff and cyl should be unchanged. 184 KASSERT(netbsdpartoff == 0); 191 bp->b_blkno = netbsdpartoff + LABELSECTOR; 276 int cyl, netbsdpartoff; local in function:writedisklabel 286 netbsdpartoff = 0; 291 &netbsdpartoff)) != 0 | [all...] |
disksubr_acorn.c | 188 int cyl, netbsdpartoff; local in function:filecore_label_read 192 netbsdpartoff = 0; /* XXX -Wuninitialized */ 244 netbsdpartoff = cyl * heads * sectors; 293 netbsdpartoff = 308 *netbsd_label_offp = netbsdpartoff; 330 int cyl, netbsdpartoff; local in function:filecore_label_locate 395 netbsdpartoff = cyl * heads * sectors; 398 *netbsd_label_offp = netbsdpartoff;
|
disksubr.c | 134 int cyl, netbsdpartoff, i, found = 0; local in function:readdisklabel 169 netbsdpartoff = 0; 174 &netbsdpartoff) || 176 &netbsdpartoff)) { 182 * netbsdpartoff and cyl should be unchanged. 184 KASSERT(netbsdpartoff == 0); 191 bp->b_blkno = netbsdpartoff + LABELSECTOR; 276 int cyl, netbsdpartoff; local in function:writedisklabel 286 netbsdpartoff = 0; 291 &netbsdpartoff)) != 0 | [all...] |
disksubr_acorn.c | 188 int cyl, netbsdpartoff; local in function:filecore_label_read 192 netbsdpartoff = 0; /* XXX -Wuninitialized */ 244 netbsdpartoff = cyl * heads * sectors; 293 netbsdpartoff = 308 *netbsd_label_offp = netbsdpartoff; 330 int cyl, netbsdpartoff; local in function:filecore_label_locate 395 netbsdpartoff = cyl * heads * sectors; 398 *netbsd_label_offp = netbsdpartoff;
|