OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_appendprop_string
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
appendprop2.c
46
CHECK(
fdt_appendprop_string
(fdt, 0, "prop-str", TEST_STRING_2));
appendprop1.c
52
CHECK(
fdt_appendprop_string
(fdt, 0, "prop-str", TEST_STRING_1));
/src/sys/stand/efiboot/
efifdt.c
383
fdt_appendprop_string
(fdt_data, fb, "compatible", "simple-framebuffer");
384
fdt_appendprop_string
(fdt_data, fb, "status", "okay");
390
fdt_appendprop_string
(fdt_data, fb, "format", "a8b8g8r8");
452
fdt_appendprop_string
(fdt_data, chosen, "netbsd,userconf", cmd);
514
fdt_appendprop_string
(fdt_data, chosen, "netbsd,module-names", module_name);
/src/sys/external/bsd/libfdt/dist/
libfdt.h
1873
*
fdt_appendprop_string
- append a string to a property
1879
*
fdt_appendprop_string
() appends the given string to the value of
1899
#define
fdt_appendprop_string
(fdt, nodeoffset, name, str) \
macro
Completed in 75 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026