/src/sys/dev/ofw/ |
openfirmio.h | 52 char *of_buf; /* pointer to field value */ member in struct:ofiocdesc
|
openfirmio.c | 186 error = copyout(value, of->of_buf, len); 198 error = openfirmgetstr(of->of_buflen, of->of_buf, &value); 243 error = copyout(newname, of->of_buf, len);
|
/src/usr.sbin/eeprom/ |
ofhandlers.c | 122 ofio.of_buf = &ofio_buf[0]; 137 printf("%s\n", ofio.of_buf); 143 ofio.of_buf = arg; 157 printf("%s\n", ofio.of_buf); 160 ofio.of_buf = &ofio_buf[0]; 176 printf("%s=%s\n", keyword, ofio.of_buf); 195 printf("%s=0x%08x\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf); 202 printf("%s=%d\n", exent->ex_keyword, *(uint32_t *)ofiop->of_buf); 232 ofio1.of_buf = buf2; 235 ofio2.of_buf = buf4 [all...] |
/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...] |
/src/usr.sbin/installboot/ |
evboards.c | 1004 .of_buf = buf,
|