Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 92) sorted by relevance

1234

/trusted-firmware-a/drivers/partition/
A Dpartition.c30 len = snprintf(name, EFI_NAMELEN, "%s", list.list[i].name); in dump_entries()
35 VERBOSE("%d: %s %" PRIx64 "-%" PRIx64 "\n", i + 1, name, list.list[i].start, in dump_entries()
36 list.list[i].start + list.list[i].length - 4); in dump_entries()
152 list.list[i].start = mbr_entry.first_lba * 512; in load_mbr_entries()
153 list.list[i].length = mbr_entry.sector_nums * 512; in load_mbr_entries()
154 list.list[i].name[0] = mbr_entry.type; in load_mbr_entries()
181 result = parse_gpt_entry(&entry, &list.list[i]); in verify_partition_gpt()
193 list.entry_count = i; in verify_partition_gpt()
242 if (strcmp(name, list.list[i].name) == 0) { in get_partition_entry()
243 return &list.list[i]; in get_partition_entry()
[all …]
/trusted-firmware-a/lib/libfdt/
A Dfdt_ro.c729 if (!list) in fdt_stringlist_count()
732 end = list + length; in fdt_stringlist_count()
735 length = strnlen(list, end - list) + 1; in fdt_stringlist_count()
741 list += length; in fdt_stringlist_count()
755 if (!list) in fdt_stringlist_search()
762 length = strnlen(list, end - list) + 1; in fdt_stringlist_search()
771 list += length; in fdt_stringlist_search()
786 if (!list) { in fdt_stringlist_get()
796 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
810 return list; in fdt_stringlist_get()
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dbasic.css38 list-style: none;
66 list-style: none;
72 list-style: square;
179 list-style-type: none;
481 table.field-list td, table.field-list th {
485 .field-list ul {
490 .field-list p {
572 list-style: decimal;
635 dl.field-list {
640 dl.field-list > dt {
[all …]
A Dunderscore-1.13.1.js1390 each(obj, function(value, index, list) { argument
1391 if (predicate(value, index, list)) results.push(value);
1480 each(obj, function(v, index, list) { argument
1481 computed = iteratee(v, index, list);
1505 each(obj, function(v, index, list) { argument
1506 computed = iteratee(v, index, list);
1547 return pluck(map(obj, function(value, key, list) { argument
1551 criteria: iteratee(value, key, list)
1791 function object(list, values) { argument
1795 result[list[i]] = values[i];
[all …]
/trusted-firmware-a/drivers/scmi-msg/
A Dbase.c143 const uint8_t *list = NULL; in discover_list_protocols() local
155 list = plat_scmi_protocol_list(msg->agent_id); in discover_list_protocols()
156 count = count_protocols_in_list(list); in discover_list_protocols()
166 memcpy(outargs + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexlists.sty42 % define all missing \@list... macros
45 \ltx@ifundefined{@list\romannumeral\the\count@}
51 \csname @list\romannumeral\the\count@\expandafter\endcsname
52 \csname @list\romannumeral\the\numexpr\count@-\@ne\endcsname
93 \PackageInfo{sphinx}{maximal list depth extended to \spx@opt@maxlistdepth}%
A Dsphinxlatexobjects.sty72 \begin{list}{}{\labelwidth \leftmargin
76 }{\end{list}}
147 {\begin{list}{}
154 }{\end{list}}
159 {\begin{list}{}
165 {\end{list}}
189 \list{}{\setlength{\partopsep}{\parskip}
/trusted-firmware-a/include/drivers/partition/
A Dpartition.h39 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
/trusted-firmware-a/docs/process/
A Dplatform-compatibility-policy.rst28 public mailing list`_ to notify platforms that they should migrate away from the
36 .. _TF-A public mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
A Dsecurity.rst25 report it in the `issue tracker`_ or on the `mailing list`_. Instead, please
74 .. _mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
A Dcontributing.rst11 start a discussion around it on the mailing list. This gives everyone
101 - At least one code owner for each module modified by the patch. See the list
104 - At least one maintainer. See the list of :ref:`maintainers`.
112 send an email to the `TF-A mailing list`_ to broadcast your review request
123 the `TF-A mailing list`_ to involve more of the community.
255 .. _TF-A mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dplatform-compatibility-policy.rst.txt28 public mailing list`_ to notify platforms that they should migrate away from the
36 .. _TF-A public mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
A Dsecurity.rst.txt25 report it in the `issue tracker`_ or on the `mailing list`_. Instead, please
74 .. _mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
A Dcontributing.rst.txt11 start a discussion around it on the mailing list. This gives everyone
101 - At least one code owner for each module modified by the patch. See the list
104 - At least one maintainer. See the list of :ref:`maintainers`.
112 send an email to the `TF-A mailing list`_ to broadcast your review request
123 the `TF-A mailing list`_ to involve more of the community.
255 .. _TF-A mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/
A Dtheme.css1 …p:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{lis…
4list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.…
/trusted-firmware-a/docs/threat_model/
A Dindex.rst8 using a data flow diagram. Then we provide a list of threats we have identified
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dindex.rst.txt8 using a data flow diagram. Then we provide a list of threats we have identified
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dfconf_properties.rst.txt17 Then a list of subnodes representing a configuration |DTB|, which can be used
/trusted-firmware-a/docs/components/fconf/
A Dfconf_properties.rst17 Then a list of subnodes representing a configuration |DTB|, which can be used
/trusted-firmware-a/plat/mediatek/common/
A Dmtk_cirq.h98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
/trusted-firmware-a/docs/plat/
A Dindex.rst48 This section provides a list of supported upstream *platform ports* and the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/measured_boot/
A Devent_log.rst.txt18 Then a list of properties representing Event Log configuration, which
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dindex.rst.txt48 This section provides a list of supported upstream *platform ports* and the
/trusted-firmware-a/docs/components/measured_boot/
A Devent_log.rst18 Then a list of properties representing Event Log configuration, which
/trusted-firmware-a/tools/sptool/
A Dsp_mk_generator.py132 y=list(map(bytearray.fromhex, uuid_hex))

Completed in 77 milliseconds

1234