Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 – 25 of 152) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/
H A DCVE-2021-41072.patch88 + ERROR("File system corrupted: directory has duplicate names\n");
89 + goto corrupted;
93 corrupted:
261 + ERROR("File system corrupted: directory has duplicate names\n");
263 + ERROR("File system corrupted: directory has duplicate names or is unsorted\n");
264 + goto corrupted;
268 corrupted:
290 + ERROR("File system corrupted: directory has duplicate names or is unsorted\n");
291 + goto corrupted;
296 corrupted:
[all …]
H A DCVE-2021-41072-requisite-1.patch30 corrupted:
70 corrupted:
84 corrupted:
98 corrupted:
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dscan.c290 goto corrupted; in ubifs_scan()
296 goto corrupted; in ubifs_scan()
317 goto corrupted; in ubifs_scan()
330 goto corrupted; in ubifs_scan()
335 corrupted: in ubifs_scan()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dscan.c296 goto corrupted; in ubifs_scan()
302 goto corrupted; in ubifs_scan()
323 goto corrupted; in ubifs_scan()
336 goto corrupted; in ubifs_scan()
341 corrupted: in ubifs_scan()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dkapi.c75 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
203 vol->corrupted = 1; in ubi_open_volume()
441 vol->corrupted = 1; in ubi_leb_read()
481 vol->corrupted = 1; in ubi_leb_read_sg()
H A Dvmt.c32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
83 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
677 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
707 if (vol->corrupted) { in self_check_volume()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dkapi.c83 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
211 vol->corrupted = 1; in ubi_open_volume()
448 vol->corrupted = 1; in ubi_leb_read()
488 vol->corrupted = 1; in ubi_leb_read_sg()
H A Dvmt.c40 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
96 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
696 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
726 if (vol->corrupted) { in self_check_volume()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c333 goto corrupted; in ct_write()
383 corrupted: in ct_write()
605 goto corrupted; in ct_read()
635 goto corrupted; in ct_read()
647 corrupted: in ct_read()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhwpoison.rst19 hardware as being corrupted usually due to a 2bit ECC memory or cache
22 This focusses on pages detected as corrupted in the background.
74 Send SIGBUS when the application runs into the corrupted page.
120 some early filtering to avoid corrupted unintended pages in test suites.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0018-CVE-2022-38128-1.patch110 - warn (_("Debug info is corrupted, abbrev size (%lx) is larger than "
118 - warn (_("Debug info is corrupted, abbrev offset (%lx) is larger than "
188 + warn (_("Debug info is corrupted, abbrev size (%lx) is larger than "
196 + warn (_("Debug info is corrupted, abbrev offset (%lx) is larger than "
/OK3568_Linux_fs/u-boot/lib/lzma/
H A Dhistory.txt52 If encoded stream was corrupted, decoder could access memory
118 If encoded stream was corrupted, decoder could access memory
201 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dsuspend.S39 @ Save a copy of the used registers in IRAM, r0 is corrupted
/OK3568_Linux_fs/buildroot/dl/stressapptest/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/buildroot/dl/qt5location/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/buildroot/dl/sox/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/buildroot/dl/qt5webengine-chromium-catapult/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/buildroot/dl/unixbench/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/buildroot/dl/rtmpdump/
H A Dgit.readme9 repository may have been damaged or corrupted.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dverity.rst79 Log corrupted blocks, but allow read operations to proceed normally.
82 Restart the system when a corrupted block is discovered. This option is
87 Panic the device when a corrupted block is discovered. This option is
159 corrupted data will be verified using the cryptographic hash of the
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0004-Fix-icu-config.patch9 corrupted in any case its just adding -I/usr/include
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-ubi154 What: /sys/class/ubi/ubiX/ubiX_Y/corrupted
160 if it is corrupted (e.g., due to an interrupted volume update).
212 checked using the "corrupted" sysfs file.
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dubi.h109 int corrupted; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dubi.h106 int corrupted; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dadd-test-support-for-busybox.patch26 @@ -13,7 +13,7 @@ cmp ${DATA} ${COPY} || fail "corrupted

1234567