Home
last modified time | relevance | path

Searched refs:FSInfo (Results 1 – 5 of 5) sorted by relevance

/external/fsck_msdos/
Dboot.c106 boot->FSInfo = block[48] + (block[49] << 8);
116 if ((boot->FSInfo == 0) ||
128 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
129 != boot->FSInfo * boot->BytesPerSec
155 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
156 != boot->FSInfo * boot->BytesPerSec
164 boot->FSInfo = 0;
166 if (boot->FSInfo) {
289 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
290 != boot->FSInfo * boot->BytesPerSec
[all …]
Ddosfs.h61 u_int FSInfo; /* FSInfo sector */ member
Dfat.c694 if (boot->FSInfo) { in checklost()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp171 const sys::FileStatus *FSInfo = mbr->path.getFileStatus(false, ErrMsg); in addFileBefore() local
172 if (!FSInfo) { in addFileBefore()
176 mbr->info = *FSInfo; in addFileBefore()
/external/syslinux/libinstaller/
Dsyslxint.h254 uint16_t FSInfo; member