OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubi_check_pattern
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/mtd/ubi/
misc.c
127
*
ubi_check_pattern
- check if buffer contains only a certain byte pattern.
135
int
ubi_check_pattern
(const void *buf, uint8_t patt, int size)
function
io.c
424
err =
ubi_check_pattern
(ubi->peb_buf, 0xFF, ubi->peb_size);
443
err =
ubi_check_pattern
(ubi->peb_buf, patterns[i],
760
if (
ubi_check_pattern
(ec_hdr, 0xFF, UBI_EC_HDR_SIZE)) {
1019
if (
ubi_check_pattern
(vid_hdr, 0xFF, UBI_VID_HDR_SIZE)) {
[
all
...]
ubi.h
826
int
ubi_check_pattern
(const void *buf, uint8_t patt, int size);
[
all
...]
attach.c
783
if (
ubi_check_pattern
(ubi->peb_buf, 0xFF, ubi->leb_size))
[
all
...]
Completed in 1347 milliseconds