Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dopenfirmio.h73 #define OFIOCMAXVALUE 8192 macro
H A Dopenfirmio.c187 if ((u_int)of->of_buflen > OFIOCMAXVALUE) in openfirm_ioctl()
/freebsd/usr.sbin/ofwdump/
H A Dofw_util.c214 *buflen = len + reserve + OFIOCMAXVALUE; in ofw_getprop_alloc()
H A Dofwdump.c192 vblen = (OFIOCMAXVALUE + len) * 4 + 1; in ofw_dump_property()