HomeSort by: relevance | last modified time | path
    Searched refs:of_buflen (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ofw/
openfirmio.h 51 int of_buflen; /* length of op_buf (value-result) */ member in struct:ofiocdesc
openfirmio.c 170 if (len > of->of_buflen) {
174 of->of_buflen = len;
198 error = openfirmgetstr(of->of_buflen, of->of_buf, &value);
202 len = OF_setprop(node, name, value, of->of_buflen + 1);
211 if ((len != (of->of_buflen + 1)) && (len != of->of_buflen))
239 if (len > of->of_buflen)
240 len = of->of_buflen;
242 of->of_buflen = len;
  /src/usr.sbin/eeprom/
ofhandlers.c 123 ofio.of_buflen = sizeof(ofio_buf);
129 if (ofio.of_buflen <= 0) {
144 ofio.of_buflen = strlen(arg);
161 ofio.of_buflen = sizeof(ofio_buf);
167 if (ofio.of_buflen <= 0) {
250 ofio1.of_buflen = sizeof(buf2);
273 ofio2.of_buflen = sizeof(buf4);
  /src/usr.sbin/ofctl/
ofctl.c 212 ofio.of_buflen = 32;
217 ofio.of_buf = malloc(ofio.of_buflen);
219 err(1, "malloc(%d)", ofio.of_buflen);
222 ofio.of_buflen *= 2;
229 obj = prop_data_create_copy(ofio.of_buf, ofio.of_buflen);
258 ofio.of_buflen = sizeof(newnamebuf);
267 ofio.of_namelen = ofio.of_buflen;
270 newnamebuf[ofio.of_buflen] = '\0';
403 ofio.of_buflen = 0;
696 void *of_buf, size_t of_buflen)
    [all...]
  /src/usr.sbin/installboot/
evboards.c 1005 .of_buflen = buflen,
1020 ofio.of_buflen = -1;
1025 return ofio.of_buflen;

Completed in 90 milliseconds