Searched refs:utilfdt_read (Results 1 – 5 of 5) sorted by relevance
97 char *utilfdt_read(const char *filename, size_t *len);
156 buf = utilfdt_read(argv[1]); in main()
243 blob = utilfdt_read(filename); in do_fdtget()
228 blob = utilfdt_read(filename); in do_fdtput()
277 char *utilfdt_read(const char *filename, size_t *len) in utilfdt_read() function