Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dboot.c48 readboot(int dosfs, struct bootblock *boot) in readboot() argument
65 memset(boot, 0, sizeof *boot); in readboot()
66 boot->ValidFat = -1; in readboot()
71 boot->bpbBytesPerSec = block[11] + (block[12] << 8); in readboot()
72 if (boot->bpbBytesPerSec < DOSBOOTBLOCKSIZE_REAL || in readboot()
73 boot->bpbBytesPerSec > DOSBOOTBLOCKSIZE || in readboot()
74 !powerof2(boot->bpbBytesPerSec)) { in readboot()
75 pfatal("Invalid sector size: %u", boot->bpbBytesPerSec); in readboot()
80 boot->bpbSecPerClust = block[13]; in readboot()
81 if (boot->bpbSecPerClust == 0 || !powerof2(boot->bpbSecPerClust)) { in readboot()
[all …]
Dfat.c170 struct bootblock *boot; member
525 return (fat->boot); in boot_of_()
559 const struct bootblock *boot = boot_of_(fat); in valid_cl() local
561 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl()
582 checkdirty(int fs, struct bootblock *boot) in checkdirty() argument
589 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
592 off = boot->bpbResSectors; in checkdirty()
593 off *= boot->bpbBytesPerSec; in checkdirty()
595 buffer = malloc(len = boot->bpbBytesPerSec); in checkdirty()
606 if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) != in checkdirty()
[all …]
Dcheck.c52 struct bootblock boot; in checkfilesys() local
81 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys()
87 if (skipclean && preen && checkdirty(dosfs, &boot)) { in checkfilesys()
98 mod |= readfat(dosfs, &boot, &fat); in checkfilesys()
134 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys()
135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
142 if (boot.NumBad) { in checkfilesys()
147 boot.NumFiles, freestr, boot.NumFree, in checkfilesys()
148 badstr, boot.NumBad); in checkfilesys()
151 boot.NumFiles, freestr, boot.NumFree); in checkfilesys()
[all …]
Ddir.c227 struct bootblock *boot; in resetDosDirSection() local
229 boot = fat_get_boot(fat); in resetDosDirSection()
231 rootdir_size = boot->bpbRootDirEnts * 32; in resetDosDirSection()
232 cluster_size = boot->bpbSecPerClust * boot->bpbBytesPerSec; in resetDosDirSection()
253 if (boot->flags & FAT32) { in resetDosDirSection()
254 if (!fat_is_cl_head(fat, boot->bpbRootClust)) { in resetDosDirSection()
258 rootDir->head = boot->bpbRootClust; in resetDosDirSection()
304 struct bootblock *boot; in delete() local
306 boot = fat_get_boot(fat); in delete()
308 clsz = boot->bpbSecPerClust * boot->bpbBytesPerSec; in delete()
[all …]
DMakefile10 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
/third_party/python/Modules/
D_threadmodule.c1069 thread_bootstate_free(struct bootstate *boot) in thread_bootstate_free() argument
1071 Py_DECREF(boot->func); in thread_bootstate_free()
1072 Py_DECREF(boot->args); in thread_bootstate_free()
1073 Py_XDECREF(boot->kwargs); in thread_bootstate_free()
1074 PyMem_Free(boot); in thread_bootstate_free()
1081 struct bootstate *boot = (struct bootstate *) boot_raw; in thread_run() local
1084 tstate = boot->tstate; in thread_run()
1090 PyObject *res = PyObject_Call(boot->func, boot->args, boot->kwargs); in thread_run()
1096 _PyErr_WriteUnraisableMsg("in thread started by", boot->func); in thread_run()
1103 thread_bootstate_free(boot); in thread_run()
[all …]
/third_party/toybox/scripts/
Dmkroot.sh157 VMLINUX=arch/arm/boot/zImage
191 DTB=arch/arm/boot/dts/versatile-pb.dtb
198 VMLINUX=arch/arm64/boot/Image
202 VMLINUX=arch/arm/boot/zImage
263 VMLINUX=arch/x86/boot/bzImage
371 VMLINUX=arch/s390/boot/bzImage
389 VMLINUX=arch/sh/boot/zImage
/third_party/gptfdisk/
DREADME-efi.txt4 GPT fdisk for EFI is a binary build of gdisk to run as a pre-boot EFI
7 overcome boot problems caused by partition table damage or to prepare a
32 ESP. In that location, my rEFInd boot manager will detect the gdisk binary
34 launch the program using an EFI shell, register it as a boot program with
35 your firmware, or configure your boot manager (GRUB, gummiboot, etc.) to
36 launch it. Note that boot LOADERS, such as SYSLINUX and ELILO, can't launch
40 you boot from it. To do so, create a FAT filesystem on a partition on a USB
44 can use your firmware's built-in boot manager to boot from the USB flash
45 drive. Some such boot managers present two options for booting USB flash
61 --output /boot/efi/EFI/tooks/gdisk_x64.efi ./gdisk_x64.efi
[all …]
DREADME.Windows6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
14 systems almost always use GPT disks and boot in EFI/UEFI mode, but
82 Interface (EFI) and boot from GPT disks. It's safer to edit non-boot disks,
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-kernel.sh23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
42 -d arch/arm64/boot/Image.lzma \
44 -b arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dtb \
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME113 step 2: qemu-system-x86_64 -hda ./test.img -m 2048 -cdrom rhel6.iso -boot d
115 a) add necessary command line parameters under your boot item.
121 kernel /boot/vmlinuz-2.6.32kvm ro root=/dev/sda1
122 initrd /boot/initramfs-2.6.32kvm.img
126 kernel /boot/vmlinuz-2.6.32kvm ro root=/dev/sda1 console=tty0 console=ttyS0,115200n8
127 initrd /boot/initramfs-2.6.32kvm.img
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/
DCMakeLists.txt28 add_test(NAME boot COMMAND /usr/local/bin/sai-expect)
29 set_tests_properties(boot PROPERTIES
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
DCMakeLists.txt31 add_test(NAME boot COMMAND /usr/local/bin/sai-expect)
32 set_tests_properties(boot PROPERTIES
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/
DCMakeLists.txt30 add_test(NAME boot COMMAND /usr/local/bin/sai-expect)
31 set_tests_properties(boot PROPERTIES
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh35 mkdir -p /baremetal-files/jetson-nano/boot/
39 /baremetal-files/jetson-nano/boot/
/third_party/rust/crates/libc/ci/
DREADME.md42 * The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system
55 First up, QEMU has userspace emulation where it doesn't boot a full kernel, it
138 1. `echo 'console="comconsole"' >> /boot/loader.conf`
139 1. `echo 'autoboot_delay="0"' >> /boot/loader.conf`
140 1. `echo 'ext2fs_load="YES"' >> /boot/loader.conf`
179 5. `echo 'set tty com0' >> /etc/boot.conf`
180 6. `echo 'boot' >> /etc/boot.conf`
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dpoe-powered.sh102 rsync -aL --delete $BM_BOOTFS/boot/ /tftp/
110 MENU TITLE jetson nano boot options
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp2007 boot[i] = nullptr; in PatternMap()
2020 otherElem = other.boot[bootIndex]; in copyFrom()
2037 if (this->boot[bootIndex] == nullptr) { in copyFrom()
2038 this->boot[bootIndex] = curElem; in copyFrom()
2058 curElem = boot[baseChar-CAP_A]; in getHeader()
2062 curElem = boot[26+baseChar-LOW_A]; in getHeader()
2073 if (boot[i] != nullptr ) { in ~PatternMap()
2074 delete boot[i]; in ~PatternMap()
2075 boot[i] = nullptr; in ~PatternMap()
2092 baseElem = boot[baseChar-CAP_A]; in add()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp2007 boot[i] = nullptr; in PatternMap()
2020 otherElem = other.boot[bootIndex]; in copyFrom()
2037 if (this->boot[bootIndex] == nullptr) { in copyFrom()
2038 this->boot[bootIndex] = curElem; in copyFrom()
2058 curElem = boot[baseChar-CAP_A]; in getHeader()
2062 curElem = boot[26+baseChar-LOW_A]; in getHeader()
2073 if (boot[i] != nullptr ) { in ~PatternMap()
2074 delete boot[i]; in ~PatternMap()
2075 boot[i] = nullptr; in ~PatternMap()
2092 baseElem = boot[baseChar-CAP_A]; in add()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp1920 boot[i] = nullptr; in PatternMap()
1933 otherElem = other.boot[bootIndex]; in copyFrom()
1950 if (this->boot[bootIndex] == nullptr) { in copyFrom()
1951 this->boot[bootIndex] = curElem; in copyFrom()
1971 curElem = boot[baseChar-CAP_A]; in getHeader()
1975 curElem = boot[26+baseChar-LOW_A]; in getHeader()
1986 if (boot[i] != nullptr ) { in ~PatternMap()
1987 delete boot[i]; in ~PatternMap()
1988 boot[i] = nullptr; in ~PatternMap()
2005 baseElem = boot[baseChar-CAP_A]; in add()
[all …]
/third_party/exfatprogs/
DNEWS7 * fsck.exfat: Introduce the option "b" to recover a boot sector even
41 * mkfs.exfat: set 0x80 to DriveSelect of the boot sector
68 * fsck.exfat: recover corrupted boot region.
/third_party/FreeBSD/
DUPDATING231 The ZFS cache file has moved from /boot to /etc to match the OpenZFS
232 upstream default. A fallback to /boot has been added for mountroot.
234 Pool auto import behavior at boot has been moved from the kernel module
479 to /boot/loader.conf hpt27xx_load="YES", hptmv_load="YES",
547 if_tun_load="YES" entries in /boot/loader.conf to load the if_tuntap
559 For now, set to 1 (unsafe) by default to restore pre-r346250 boot
592 /etc/rc.conf, fuse_load="YES" entries in /boot/loader.conf, and
735 driver. Make sure to edit /boot/etc/kboot.conf and fstab to use the
789 This should have no effect if the kernel is booted via BIOS/legacy boot.
791 has a buggy firmware that prevents a successful boot due to use of
[all …]
/third_party/libwebsockets/READMEs/
DREADME.esp32.md14 …ry, and managing a switch to allow the user to force entry to user setup mode at boot subsequently.
18 …writes the new image to the OTA slot and copies it into place at the next boot, after which the us…
/third_party/ntfs-3g/ntfsprogs/
DMakefile.am59 mkntfs_SOURCES = attrdef.c attrdef.h boot.c boot.h sd.c sd.h mkntfs.c utils.c utils.h
/third_party/libevdev/doc/
DMakefile.am21 style/doxy-boot.js \

12345