Lines Matching refs:proplen
92 uint32_t tag, nameoff, proplen; in check_property() local
104 proplen = fdt32_to_cpu(prop->len); in check_property()
113 if (proplen != retlen) in check_property()
116 name, retlen, proplen); in check_property()
117 if (proplen != len) in check_property()
119 name, proplen, len); in check_property()
128 int proplen; in check_getprop() local
130 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in check_getprop()
132 FAIL("fdt_getprop(\"%s\"): %s", name, fdt_strerror(proplen)); in check_getprop()
134 if (proplen != len) in check_getprop()
136 name, proplen, len); in check_getprop()