OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aliasoffset
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c
344
int
aliasoffset
;
local
346
aliasoffset
= fdt_path_offset(fdt, "/aliases");
347
if (
aliasoffset
< 0)
350
return fdt_getprop_namelen(fdt,
aliasoffset
, name, namelen, NULL);
/external/dtc/libfdt/
fdt_ro.c
375
int
aliasoffset
;
local
377
aliasoffset
= fdt_path_offset(fdt, "/aliases");
378
if (
aliasoffset
< 0)
381
return fdt_getprop_namelen(fdt,
aliasoffset
, name, namelen, NULL);
Completed in 201 milliseconds