Home | History | Annotate | Download | only in fstyp

Lines Matching defs:sector0

57 	uint8_t *sector0, *sector;
59 sector0 = NULL;
63 sector0 = read_buf(fp, 0, 512);
64 if (sector0 == NULL)
68 if (sector0[510] != 0x55 || sector0[511] != 0xaa) {
76 pfat_bsbpb = (FAT_BSBPB *)sector0;
77 pfat32_bsbpb = (FAT32_BSBPB *)sector0;
173 free(sector0);
179 free(sector0);