Searched refs:of_buf (Results 1 – 3 of 3) sorted by relevance
113 d.of_buf = NULL; in ofw_finddevice()140 d.of_buf = buf; in ofw_nextprop()169 d.of_buf = buf; in ofw_getprop()184 d.of_buf = ofw_malloc(buflen); in ofw_setprop()185 memcpy(d.of_buf, buf, buflen); in ofw_setprop()187 free(d.of_buf); in ofw_setprop()224 d.of_buf = *buf; in ofw_getprop_alloc()
176 error = copyout(value, of->of_buf, len); in openfirm_ioctl()197 error = copyin(of->of_buf, value, of->of_buflen); in openfirm_ioctl()240 error = copyout(newname, of->of_buf, len); in openfirm_ioctl()
52 char *of_buf; /* pointer to field value */ member