Searched refs:of_buflen (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ofw/
H A Dopenfirmio.c164 of->of_buflen = len;
167 if (len > of->of_buflen) {
171 of->of_buflen = len;
196 if ((u_int)of->of_buflen > OFIOCMAXVALUE)
201 value = malloc(of->of_buflen, M_TEMP, M_WAITOK);
206 error = copyin(of->of_buf, value, of->of_buflen);
209 len = OF_setprop(node, name, value, of->of_buflen);
212 of->of_buflen = len;
216 if (node == 0 || of->of_buflen < 0)
234 if (len > of->of_buflen)
[all...]
H A Dopenfirmio.h49 int of_buflen; /* length of of_buf (value-result) */ member in struct:ofiocdesc
/freebsd-11.0-release/usr.sbin/ofwdump/
H A Dofw_util.c112 d.of_buflen = 0;
139 d.of_buflen = buflen;
147 return (d.of_buflen);
168 d.of_buflen = buflen;
171 return (d.of_buflen);
183 d.of_buflen = buflen;
188 return (d.of_buflen);
200 return (d.of_buflen);
223 d.of_buflen = *buflen - reserve;
229 return (d.of_buflen);
[all...]

Completed in 52 milliseconds