Searched refs:seen (Results 1 – 23 of 23) sorted by relevance
/u-boot/board/ti/am335x/ |
A D | Kconfig | 19 In practice this is seen as a NOR flash module connected to the
|
/u-boot/include/crypto/ |
A D | x509_parser.h | 39 bool seen; /* Infinite recursion prevention */ member
|
/u-boot/doc/ |
A D | README.zfs | 8 1. After applying the patch, zfs specific commands can be seen
|
A D | README.displaying-bmps | 12 32 bit fields. The packed struct that represents this header can be seen below:
|
A D | README.ext4 | 45 1. Check that the commands can be seen in the output of U-Boot help:
|
A D | README.falcon | 17 and can generally be seen as a way to start an image performing the minimum
|
A D | README.pxe | 131 a command not recognized as a label command is seen,
|
A D | README.nand | 315 It can also be used manually by users having seen some NAND errors in logs to
|
/u-boot/drivers/w1-eeprom/ |
A D | Kconfig | 31 The device may be seen as a 32 byte memory, using the page redirection
|
/u-boot/lib/crypto/ |
A D | pkcs7_verify.c | 351 p->seen = false; in pkcs7_verify_sig_chain() 357 x509->seen = true; in pkcs7_verify_sig_chain() 445 if (p->seen) { in pkcs7_verify_sig_chain()
|
/u-boot/board/warp/ |
A D | README | 46 Then on the U-Boot prompt the following message should be seen after a
|
/u-boot/board/warp7/ |
A D | README | 53 Then on the U-Boot prompt the following message should be seen after a
|
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 48 static inline void free_seen(int *seen) in free_seen() argument 50 kfree(seen); in free_seen() 59 static inline void set_seen(struct ubi_device *ubi, int pnum, int *seen) in set_seen() argument 61 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in set_seen() 64 seen[pnum] = 1; in set_seen() 72 static int self_check_seen(struct ubi_device *ubi, int *seen) in self_check_seen() argument 76 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in self_check_seen() 80 if (!seen[pnum] && ubi->lookuptbl[pnum]) { in self_check_seen()
|
/u-boot/doc/device-tree-bindings/misc/ |
A D | intel,irq-router.txt | 18 be specified. The 8-bit ACTL register is seen on ICH series chipset, like
|
/u-boot/doc/board/xen/ |
A D | xenguest_arm64.rst | 49 Before MMU is set up the data cache is turned off and pages are seen by the
|
/u-boot/doc/android/ |
A D | boot-image.rst | 34 :c:type:`struct andr_img_hdr <andr_img_hdr>` in U-Boot, and can be seen in
|
/u-boot/scripts/ |
A D | checkpatch.pl | 141 my %seen; 142 return grep { !$seen{$_}++ } @_; 5472 my $seen = 0; 5493 $seen++ if ($block =~ /^\s*{/); 5510 if ($seen) { 5519 $seen != $allow) {
|
/u-boot/board/freescale/mx6qarm2/ |
A D | imximage_mx6dl.cfg | 160 /* values of 20,40,50,60,7f tried. no difference seen */
|
/u-boot/doc/imx/habv4/ |
A D | introduction_habv4.txt | 76 techniques (AES-CCM) to obscure the U-Boot data, so it cannot be seen or used
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 6348 seen = set() 6349 seen_add = seen.add 6350 return [x for x in lst if x not in seen and not seen_add(x)]
|
/u-boot/drivers/video/ |
A D | Kconfig | 221 bool "Use 'vidconsole' when CONFIG_VIDCONSOLE_AS_NAME string is seen in stdout" 231 string "Use 'vidconsole' when string defined here is seen in stdout"
|
/u-boot/doc/develop/ |
A D | py_testing.rst | 413 that certain strings are not seen on the U-Boot console. These include shell
|
/u-boot/Licenses/ |
A D | lgpl-2.0.txt | 88 libraries that are incorporated in them. (We have not seen how to achieve
|
Completed in 49 milliseconds