/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | boot.c | 31 __RCSID("$NetBSD: boot.c,v 1.22 2020/01/11 16:29:07 christos Exp $"); 46 readboot(int dosfs, struct bootblock *boot) in readboot() argument 53 perr("could not read boot block"); in readboot() 58 pfatal("Invalid signature in boot block: %02x%02x", in readboot() 63 memset(boot, 0, sizeof *boot); in readboot() 64 boot->ValidFat = -1; in readboot() 69 boot->bpbBytesPerSec = block[11] + (block[12] << 8); in readboot() 70 if (boot->bpbBytesPerSec < DOSBOOTBLOCKSIZE_REAL || in readboot() 71 boot in readboot() 337 writefsinfo(int dosfs, struct bootblock *boot) writefsinfo() argument [all...] |
H A D | fat.c | 168 struct bootblock *boot; member 523 return (fat->boot); in boot_of_() 557 const struct bootblock *boot = boot_of_(fat); in valid_cl() local 559 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl() 580 checkdirty(int fs, struct bootblock *boot) in checkdirty() argument 587 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty() 590 off = boot->bpbResSectors; in checkdirty() 591 off *= boot->bpbBytesPerSec; in checkdirty() 593 buffer = malloc(len = boot in checkdirty() 646 struct bootblock *boot; cleardirty() local 699 struct bootblock *boot; _readfat() local 806 readfat(int fs, struct bootblock *boot, struct fat_descriptor **fp) readfat() argument 1123 struct bootblock *boot = boot_of_(fat); clearchain() local 1144 struct bootblock *boot; copyfat() local 1194 struct bootblock *boot; writefat() local 1251 struct bootblock *boot; checklost() local [all...] |
H A D | check.c | 50 struct bootblock boot; in checkfilesys() local 79 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys() 85 if (skipclean && preen && checkdirty(dosfs, &boot)) { in checkfilesys() 96 mod |= readfat(dosfs, &boot, &fat); in checkfilesys() 132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys() 133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys() 140 if (boot.NumBad) { in checkfilesys() 145 boot in checkfilesys() [all...] |
H A D | dir.c | 225 struct bootblock *boot; in resetDosDirSection() local 227 boot = fat_get_boot(fat); in resetDosDirSection() 229 rootdir_size = boot->bpbRootDirEnts * 32; in resetDosDirSection() 230 cluster_size = boot->bpbSecPerClust * boot->bpbBytesPerSec; in resetDosDirSection() 251 if (boot->flags & FAT32) { in resetDosDirSection() 252 if (!fat_is_cl_head(fat, boot->bpbRootClust)) { in resetDosDirSection() 256 rootDir->head = boot->bpbRootClust; in resetDosDirSection() 302 struct bootblock *boot; in delete() local 304 boot in delete() 391 struct bootblock *boot; checksize() local 469 struct bootblock *boot; check_subdirectory() local 536 struct bootblock *boot; readDosDirSection() local 1075 struct bootblock *boot = fat_get_boot(fat); reconnect() local [all...] |
H A D | Makefile | 9 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
|
/third_party/python/Modules/ |
H A D | _threadmodule.c | 1066 thread_bootstate_free(struct bootstate *boot) in thread_bootstate_free() argument 1068 Py_DECREF(boot->func); in thread_bootstate_free() 1069 Py_DECREF(boot->args); in thread_bootstate_free() 1070 Py_XDECREF(boot->kwargs); in thread_bootstate_free() 1071 PyMem_Free(boot); in thread_bootstate_free() 1078 struct bootstate *boot = (struct bootstate *) boot_raw; in thread_run() local 1081 tstate = boot->tstate; in thread_run() 1092 PyObject *res = PyObject_Call(boot->func, boot->args, boot in thread_run() 1147 struct bootstate *boot = PyMem_NEW(struct bootstate, 1); thread_PyThread_start_new_thread() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 2007 boot[i] = nullptr; in PatternMap() 2020 otherElem = other.boot[bootIndex]; in copyFrom() 2033 // The PtnElem will now be owned by either the boot (for the first entry in the linked-list) 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[ in ~PatternMap() [all...] |
H A D | dtptngen_impl.h | 248 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in PatternMap
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 1999 boot[i] = nullptr; in PatternMap() 2012 otherElem = other.boot[bootIndex]; in copyFrom() 2025 // The PtnElem will now be owned by either the boot (for the first entry in the linked-list) in copyFrom() 2029 if (this->boot[bootIndex] == nullptr) { in copyFrom() 2030 this->boot[bootIndex] = curElem; in copyFrom() 2050 curElem = boot[baseChar-CAP_A]; in getHeader() 2054 curElem = boot[26+baseChar-LOW_A]; in getHeader() 2065 if (boot[i] != nullptr ) { in ~PatternMap() 2066 delete boot[i]; in ~PatternMap() 2067 boot[ in ~PatternMap() [all...] |
H A D | dtptngen_impl.h | 248 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in PatternMap
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 1920 boot[i] = nullptr; 1933 otherElem = other.boot[bootIndex]; 1946 // The PtnElem will now be owned by either the boot (for the first entry in the linked-list) 1950 if (this->boot[bootIndex] == nullptr) { 1951 this->boot[bootIndex] = curElem; 1971 curElem = boot[baseChar-CAP_A]; 1975 curElem = boot[26+baseChar-LOW_A]; 1986 if (boot[i] != nullptr ) { 1987 delete boot[i]; 1988 boot[ [all...] |
H A D | dtptngen_impl.h | 248 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in PatternMap
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | Makefile | 59 objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin 63 @objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 3071 * Interpret the boot data 3153 static BOOL getlogfiledata(CONTEXT *ctx, const char *boot) in getlogfiledata() argument 3166 rph = (const RESTART_PAGE_HEADER*)boot; in getlogfiledata() 3185 rest = (const RESTART_AREA*)&boot[off]; in getlogfiledata() 3219 static BOOL getvolumedata(CONTEXT *ctx, char *boot) in getvolumedata() argument 3227 getboot(boot); in getvolumedata() 3237 && (!memcmp(boot,"RSTR",4) || !memcmp(boot,"CHKD",4))) { in getvolumedata() 3239 ok = getlogfiledata(ctx, boot); in getvolumedata() 3271 } boot; in open_volume() local [all...] |
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 91 Command::new("xcrun").arg("simctl").arg("boot").arg("rust_ios").check_status(); in start_simulator()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 2456 uc_error("Unable to execute force boot sequence"); in set_fixedboot_user() 2476 uc_error("Unable to execute boot sequence"); in set_boot_user()
|
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 60 # How many attempts should be made when a timeout happen during LAVA device boot. 88 # URLs to our kernel rootfs to boot from, both generated by the base 109 # always boot over NFS 110 boot = { 183 { 'boot': boot }, 421 header="LAVA boot", 539 parser.add_argument("--boot-method")
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 71 daemon=boot.kdump 218 # Reboot the machine first to take advantage of boot parameter 287 # Wait for system to fully boot and leave a chance for user to
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 643 * partition, namely not the last sector (which holds the backup boot sector, 825 fd->geo_sector_size = 512; /* will be adjusted from the boot sector */ in ntfs_device_win32_open_file() 1403 /* get the sector size from the boot sector */ in ntfs_device_win32_pio() 1404 char *boot = (char*)rbuf; in ntfs_device_win32_pio() local 1405 fd->geo_sector_size = (boot[11] & 255) in ntfs_device_win32_pio() 1406 + ((boot[12] & 255) << 8); in ntfs_device_win32_pio()
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 79 {0xab, "Darwin boot"}, {0xb7, "BSDI fs"}, {0xb8, "BSDI swap"}, 80 {0xbe, "Solaris boot"}, {0xeb, "BeOS fs"}, {0xee, "EFI GPT"}, 81 {0xef, "EFI (FAT-12/16/32)"}, {0xf0, "Linux/PA-RISC boot"}, 232 /* Read the extended boot record for the 455 char boot, lastchar = '\0', *dev = disk_device; in list_partitions() local 471 boot = ((p->boot_ind == 0x80)?'*':(!p->boot_ind)?' ':'?'); in list_partitions() 489 boot, in list_partitions()
|