disksubr.c | 72 int i, bsdlabelsz, humanlabelsz; local in function:readdisklabel 93 bsdlabelsz = 99 bp = geteblk(MAX(bsdlabelsz, humanlabelsz)); 105 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */ 116 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp)); 262 int error, bsdlabelsz, humanlabelsz, i; local in function:writedisklabel 275 bsdlabelsz = 281 bp = geteblk(MAX(bsdlabelsz, humanlabelsz)); 287 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */ 297 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp)) [all...] |