Home | History | Annotate | Download | only in block

Lines Matching refs:first_sectors

323     unsigned char first_sectors[0x40*0x200];
381 mbr_t* real_mbr=(mbr_t*)s->first_sectors;
385 memset(s->first_sectors,0,512);
849 memset(&(s->first_sectors[0]),0,0x40*0x200);
958 bootsector=(bootsector_t*)(s->first_sectors+(s->first_sectors_number-1)*0x200);
1312 memcpy(buf+i*0x200,&(s->first_sectors[sector_num*0x200]),0x200);