fdt_ro_probe_
int32_t fdt_ro_probe_(const void *fdt);
if ((totalsize_ = fdt_ro_probe_(fdt)) < 0) \
if (((err = fdt_ro_probe_(fdt)) < 0)
totalsize = fdt_ro_probe_(fdt);