Searched refs:vblen (Results 1 – 1 of 1) sorted by relevance
160 static int pblen = 0, vblen = 0; in ofw_dump_property() local189 if (vblen < (len - 1) * 4 + 1) { in ofw_dump_property()192 vblen = (OFIOCMAXVALUE + len) * 4 + 1; in ofw_dump_property()193 if ((visbuf = malloc(vblen)) == NULL) in ofw_dump_property()