Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 23 of 23) sorted by relevance

/u-boot/board/ti/am335x/
A DKconfig19 In practice this is seen as a NOR flash module connected to the
/u-boot/include/crypto/
A Dx509_parser.h39 bool seen; /* Infinite recursion prevention */ member
/u-boot/doc/
A DREADME.zfs8 1. After applying the patch, zfs specific commands can be seen
A DREADME.displaying-bmps12 32 bit fields. The packed struct that represents this header can be seen below:
A DREADME.ext445 1. Check that the commands can be seen in the output of U-Boot help:
A DREADME.falcon17 and can generally be seen as a way to start an image performing the minimum
A DREADME.pxe131 a command not recognized as a label command is seen,
A DREADME.nand315 It can also be used manually by users having seen some NAND errors in logs to
/u-boot/drivers/w1-eeprom/
A DKconfig31 The device may be seen as a 32 byte memory, using the page redirection
/u-boot/lib/crypto/
A Dpkcs7_verify.c351 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 DREADME46 Then on the U-Boot prompt the following message should be seen after a
/u-boot/board/warp7/
A DREADME53 Then on the U-Boot prompt the following message should be seen after a
/u-boot/drivers/mtd/ubi/
A Dfastmap.c48 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 Dintel,irq-router.txt18 be specified. The 8-bit ACTL register is seen on ICH series chipset, like
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst49 Before MMU is set up the data cache is turned off and pages are seen by the
/u-boot/doc/android/
A Dboot-image.rst34 :c:type:`struct andr_img_hdr <andr_img_hdr>` in U-Boot, and can be seen in
/u-boot/scripts/
A Dcheckpatch.pl141 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 Dimximage_mx6dl.cfg160 /* values of 20,40,50,60,7f tried. no difference seen */
/u-boot/doc/imx/habv4/
A Dintroduction_habv4.txt76 techniques (AES-CCM) to obscure the U-Boot data, so it cannot be seen or used
/u-boot/tools/buildman/
A Dkconfiglib.py6348 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 DKconfig221 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 Dpy_testing.rst413 that certain strings are not seen on the U-Boot console. These include shell
/u-boot/Licenses/
A Dlgpl-2.0.txt88 libraries that are incorporated in them. (We have not seen how to achieve

Completed in 49 milliseconds