Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UBI_IO_BAD_HDR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
io.c
476
if (err != UBI_IO_BAD_HDR_EBADMSG && err !=
UBI_IO_BAD_HDR
&&
in nor_erase_prepare()
487
if (err != UBI_IO_BAD_HDR_EBADMSG && err !=
UBI_IO_BAD_HDR
&&
in nor_erase_prepare()
681
* o %
UBI_IO_BAD_HDR
if the erase counter header is corrupted (a CRC error);
682
* o %UBI_IO_BAD_HDR_EBADMSG is the same as %
UBI_IO_BAD_HDR
, but there also was
746
return
UBI_IO_BAD_HDR
;
in ubi_io_read_ec_hdr()
762
return
UBI_IO_BAD_HDR
;
in ubi_io_read_ec_hdr()
1004
return
UBI_IO_BAD_HDR
;
in ubi_io_read_vid_hdr()
1019
return
UBI_IO_BAD_HDR
;
in ubi_io_read_vid_hdr()
H
A
D
eba.c
522
case
UBI_IO_BAD_HDR
:
in check_mapping()
657
err ==
UBI_IO_BAD_HDR
) {
in ubi_eba_read_leb()
1291
if (err == -EIO || err == -ENOMEM || err ==
UBI_IO_BAD_HDR
||
in is_error_sane()
H
A
D
attach.c
979
case
UBI_IO_BAD_HDR
:
in scan_peb()
1063
case
UBI_IO_BAD_HDR
:
in scan_peb()
H
A
D
ubi.h
92
*
UBI_IO_BAD_HDR
: the EC or VID header is corrupted (bad magic or CRC)
93
* UBI_IO_BAD_HDR_EBADMSG: the same as %
UBI_IO_BAD_HDR
, but also there was a
105
UBI_IO_BAD_HDR
,
enumerator
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
io.c
476
if (err != UBI_IO_BAD_HDR_EBADMSG && err !=
UBI_IO_BAD_HDR
&&
in nor_erase_prepare()
487
if (err != UBI_IO_BAD_HDR_EBADMSG && err !=
UBI_IO_BAD_HDR
&&
in nor_erase_prepare()
688
* o %
UBI_IO_BAD_HDR
if the erase counter header is corrupted (a CRC error);
689
* o %UBI_IO_BAD_HDR_EBADMSG is the same as %
UBI_IO_BAD_HDR
, but there also was
753
return
UBI_IO_BAD_HDR
;
in ubi_io_read_ec_hdr()
769
return
UBI_IO_BAD_HDR
;
in ubi_io_read_ec_hdr()
1006
return
UBI_IO_BAD_HDR
;
in ubi_io_read_vid_hdr()
1021
return
UBI_IO_BAD_HDR
;
in ubi_io_read_vid_hdr()
H
A
D
eba.c
521
case
UBI_IO_BAD_HDR
:
in check_mapping()
656
err ==
UBI_IO_BAD_HDR
) {
in ubi_eba_read_leb()
1290
if (err == -EIO || err == -ENOMEM || err ==
UBI_IO_BAD_HDR
||
in is_error_sane()
H
A
D
attach.c
979
case
UBI_IO_BAD_HDR
:
in scan_peb()
1063
case
UBI_IO_BAD_HDR
:
in scan_peb()
H
A
D
ubi.h
92
*
UBI_IO_BAD_HDR
: the EC or VID header is corrupted (bad magic or CRC)
93
* UBI_IO_BAD_HDR_EBADMSG: the same as %
UBI_IO_BAD_HDR
, but also there was a
105
UBI_IO_BAD_HDR
,
enumerator
Completed in 15 milliseconds