Home
last modified time | relevance | path

Searched refs:vblen (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ofwdump/
H A Dofwdump.c160 static int pblen = 0, vblen = 0; in ofw_dump_property() local
189 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()