HomeSort by: relevance | last modified time | path
    Searched defs:of_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ofw/
openfirmio.h 52 char *of_buf; /* pointer to field value */ member in struct:ofiocdesc
  /src/usr.sbin/ofctl/
ofctl.c 211 ofio.of_buf = NULL;
215 if (ofio.of_buf != NULL)
216 free(ofio.of_buf);
217 ofio.of_buf = malloc(ofio.of_buflen);
218 if (ofio.of_buf == NULL)
226 free(ofio.of_buf);
229 obj = prop_data_create_copy(ofio.of_buf, ofio.of_buflen);
230 free(ofio.of_buf);
248 ofio.of_buf = newnamebuf;
402 ofio.of_buf = NULL
492 u_long of_buf[256]; local in function:main
920 u_int8_t of_buf[4097]; local in function:ofgetprop
    [all...]

Completed in 12 milliseconds