Searched refs:boot (Results 1 – 8 of 8) sorted by relevance
| /third_party/uapp/fsck-msdosfs/ |
| A D | boot.c | 54 memset(boot, 0, sizeof *boot); in readboot() 73 boot->FATsecs = boot->bpbFATsmall; in readboot() 173 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs - in readboot() 186 boot->NumSectors = boot->bpbSectors; in readboot() 188 boot->NumSectors = boot->bpbHugeSectors; in readboot() 189 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / in readboot() 206 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot() 209 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot() 212 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot() 218 boot->NumClusters, boot->FATsecs); in readboot() [all …]
|
| A D | check.c | 39 struct bootblock boot; in checkfilesys() local 81 if (boot.ValidFat < 0) in checkfilesys() 87 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 93 if (boot.ValidFat < 0) in checkfilesys() 111 mod |= checkfat(&boot, fat); in checkfilesys() 146 if (boot.NumBad) in checkfilesys() 148 boot.NumFiles, in checkfilesys() 149 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys() 150 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad); in checkfilesys() 153 boot.NumFiles, in checkfilesys() [all …]
|
| A D | fat.c | 130 boot->NumFree++; in checkclnum() 134 boot->NumBad++; in checkclnum() 161 *buffer = malloc(len = boot->FATsecs * boot->bpbBytesPerSec); in _readfat() 167 off = boot->bpbResSectors + no * boot->FATsecs; in _readfat() 176 != boot->FATsecs * boot->bpbBytesPerSec) { in _readfat() 200 boot->NumFree = boot->NumBad = 0; in readfat() 600 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat() 644 off = boot->bpbResSectors + i * boot->FATsecs; in writefat() 690 boot->FSFree != boot->NumFree) { in checklost() 692 boot->FSFree, boot->NumFree); in checklost() [all …]
|
| A D | dir.c | 216 b2 = boot->bpbSecPerClust * boot->bpbBytesPerSec; in resetDosDirSection() 239 boot->bpbRootClust >= boot->NumClusters) { in resetDosDirSection() 247 || fat[boot->bpbRootClust].head != boot->bpbRootClust) { in resetDosDirSection() 310 int clsz = boot->bpbSecPerClust * boot->bpbBytesPerSec; in delete() 320 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset; in delete() 462 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection() 465 last = boot->bpbSecPerClust * boot->bpbBytesPerSec; in readDosDirSection() 466 off = cl * boot->bpbSecPerClust + boot->ClusterOffset; in readDosDirSection() 838 boot->NumFiles++; in readDosDirSection() 960 + boot->ClusterOffset * boot->bpbBytesPerSec; in reconnect() [all …]
|
| A D | rules.mk | 13 $(LOCAL_DIR)/boot.c \
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 83 1. Edit /boot/loader.conf, and add the following line:
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 74 - Use syscall(2) rather than {open,read,close}(2) during boot on Linux. This 186 - Use memoization (boot-time-computed table) for run quantization. Separate
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 548 table that could cause some systems not to boot. 565 "override" SDT, can be loaded directly by the host OS at boot time. It 2396 searches for "magic values", enhancing boot times and adding greater 5372 which in turn can improve boot times. ACPICA BZ 828. Lin Ming. 13712 Fix early-boot table parsing (Bjorn Helgaas) 14046 Fix PCI IRQ-related panic on boot (Sam Revitch) 14148 Added warning on boot for Presario 711FR. 14897 Enhanced the ACPI boot-time initialization code to allow the use 14899 pave the way for a fully MPS-free boot (on SMP systems) in the 14907 Restructured the configuration options to allow boot-time table [all …]
|
Completed in 29 milliseconds