HomeSort by: relevance | last modified time | path
    Searched defs:sector0 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/fstyp/
msdosfs.c 57 uint8_t *sector0, *sector; local in function:fstyp_msdosfs
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);
    [all...]
msdosfs.c 57 uint8_t *sector0, *sector; local in function:fstyp_msdosfs
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);
    [all...]
msdosfs.c 57 uint8_t *sector0, *sector; local in function:fstyp_msdosfs
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);
    [all...]

Completed in 30 milliseconds