MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / fdt_begin_node_num

Function fdt_begin_node_num

tinyemu/riscv_machine.c:403–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403static void fdt_begin_node_num(FDTState *s, const char *name, uint64_t n)
404{
405 char buf[256];
406 snprintf(buf, sizeof(buf), "%s@%" PRIx64, name, n);
407 fdt_begin_node(s, buf);
408}
409
410static void fdt_end_node(FDTState *s)
411{

Callers 1

riscv_build_fdtFunction · 0.85

Calls 1

fdt_begin_nodeFunction · 0.85

Tested by

no test coverage detected