Searched refs:rootp (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/include/ |
D | of_live.h | 21 int of_live_build(const void *fdt_blob, struct device_node **rootp);
|
/external/u-boot/lib/ |
D | of_live.c | 317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build() argument 322 ret = unflatten_device_tree(fdt_blob, rootp); in of_live_build()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4991 INTERCEPTOR(void *, tsearch, void *key, void **rootp, 4994 COMMON_INTERCEPTOR_ENTER(ctx, tsearch, key, rootp, compar); 4998 void *res = REAL(tsearch)(key, rootp, compar);
|