/src/sys/external/bsd/libfdt/dist/ |
fdt.c | 204 int fdt_next_node(const void *fdt, int offset, int *depth) function in typeref:typename:int 248 offset = fdt_next_node(fdt, offset, &depth); 264 offset = fdt_next_node(fdt, offset, &depth);
|
fdt.c | 204 int fdt_next_node(const void *fdt, int offset, int *depth) function in typeref:typename:int 248 offset = fdt_next_node(fdt, offset, &depth); 264 offset = fdt_next_node(fdt, offset, &depth);
|