Searched refs:list (Results 1 – 5 of 5) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_ro.c | 725 const char *list, *end; in fdt_stringlist_count() local 728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 729 if (!list) in fdt_stringlist_count() 732 end = list + length; in fdt_stringlist_count() 734 while (list < end) { in fdt_stringlist_count() 735 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 738 if (list + length > end) in fdt_stringlist_count() 741 list += length; in fdt_stringlist_count() 752 const char *list, *end; in fdt_stringlist_search() local 754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() [all …]
|
/DragonStub/docs/ |
H A D | README.efilib | 12 Redistributions of source code must retain the above copyright notice, this list of conditions and 15 Redistributions in binary form must reproduce the above copyright notice, this list of conditions
|
H A D | README.gnuefi | 275 binaries much larger than 4MB. To get a list of symbols that need
|
/DragonStub/ |
H A D | Make.rules | 13 # notice, this list of conditions and the following disclaimer. 15 # copyright notice, this list of conditions and the following
|
H A D | Make.defaults | 13 # notice, this list of conditions and the following disclaimer. 15 # copyright notice, this list of conditions and the following
|