OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_get_alias
(Results
1 - 5
of
5
) sorted by null
/external/dtc/tests/
get_alias.c
3
* Testcase for
fdt_get_alias
()
35
aliaspath =
fdt_get_alias
(fdt, alias);
38
FAIL("
fdt_get_alias
(%s) failed\n", alias);
41
FAIL("
fdt_get_alias
(%s) returned %s instead of %s\n",
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h
592
* Identical to
fdt_get_alias
(), but only examine the first namelen
599
*
fdt_get_alias
- retreive the path referenced by a given alias
603
*
fdt_get_alias
() retrieves the value of a given alias. That is, the
610
const char *
fdt_get_alias
(const void *fdt, const char *name);
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c
353
const char *
fdt_get_alias
(const void *fdt, const char *name)
function
/external/dtc/libfdt/
fdt_ro.c
384
const char *
fdt_get_alias
(const void *fdt, const char *name)
function
libfdt.h
707
* Identical to
fdt_get_alias
(), but only examine the first namelen
714
*
fdt_get_alias
- retrieve the path referenced by a given alias
718
*
fdt_get_alias
() retrieves the value of a given alias. That is, the
725
const char *
fdt_get_alias
(const void *fdt, const char *name);
[
all
...]
Completed in 632 milliseconds