Searched refs:offset_ptr (Results 1 – 1 of 1) sorted by relevance
131 char *path, *prop_ptr, *offset_ptr, *end_ptr; in ufdt_get_fixup_location() local149 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_get_fixup_location()150 if (offset_ptr == NULL) { in ufdt_get_fixup_location()155 *offset_ptr = '\0'; in ufdt_get_fixup_location()156 offset_ptr++; in ufdt_get_fixup_location()158 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location()160 dto_error("'%s' is not valid number\n", offset_ptr); in ufdt_get_fixup_location()