HomeSort by relevance Sort by last modified time
    Searched refs:first_sectors (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
bio.h 272 int first_sectors);
  /external/qemu/block/
vvfat.c 323 unsigned char first_sectors[0x40*0x200]; member in struct:BDRVVVFATState
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);
    [all...]

Completed in 482 milliseconds