Home | History | Annotate | Download | only in acorn32

Lines Matching defs:bb

71 	static unsigned char bb[DEV_BSIZE];
72 struct filecore_bootblock *fcbb = (struct filecore_bootblock *)bb;
91 || read(fd, bb, sizeof(bb)) - sizeof(bb) != 0) {
99 if (filecore_checksum(bb) == fcbb->checksum) {
119 (struct riscix_partition_table *)bb;
124 || read(fd, bb, sizeof(bb)) - sizeof(bb) != 0) {