Searched refs:of_buf (Results 1 – 3 of 3) sorted by relevance
110 d.of_buf = NULL; in ofw_finddevice()137 d.of_buf = buf; in ofw_nextprop()166 d.of_buf = buf; in ofw_getprop()181 d.of_buf = ofw_malloc(buflen); in ofw_setprop()182 memcpy(d.of_buf, buf, buflen); in ofw_setprop()184 free(d.of_buf); in ofw_setprop()221 d.of_buf = *buf; in ofw_getprop_alloc()
172 error = copyout(value, of->of_buf, len); in openfirm_ioctl()193 error = copyin(of->of_buf, value, of->of_buflen); in openfirm_ioctl()236 error = copyout(newname, of->of_buf, len); in openfirm_ioctl()
48 char *of_buf; /* pointer to field value */ member