| /src/sys/dev/ofw/ |
| openfirmio.h | 50 char *of_name; /* pointer to field name */ member in struct:ofiocdesc
|
| openfirmio.c | 164 error = openfirmgetstr(of->of_namelen, of->of_name, &name); 195 error = openfirmgetstr(of->of_namelen, of->of_name, &name); 222 error = openfirmgetstr(of->of_namelen, of->of_name, 270 error = openfirmgetstr(of->of_namelen, of->of_name, &name);
|
| /src/usr.sbin/eeprom/ |
| ofhandlers.c | 115 ofio.of_name = keyword; 116 ofio.of_namelen = strlen(ofio.of_name); 231 ofio1.of_name = buf1; 234 ofio2.of_name = buf3; 239 * name of the last property read in of_name, and the next one 249 ofio1.of_namelen = strlen(ofio1.of_name); 264 strcpy(ofio2.of_name, ofio1.of_buf); /* XXX strcpy is safe */ 265 ofio2.of_namelen = strlen(ofio2.of_name); 279 if (strcmp(ex->ex_keyword, ofio2.of_name) == 0) 285 printf("%s=%s\n", ofio2.of_name, ofio2.of_buf) [all...] |
| /src/sys/dev/onewire/ |
| onewire_subr.c | 38 const char * of_name; member in struct:onewire_family 96 for (of = onewire_famtab; of->of_name != NULL; of++) 98 return (of->of_name);
|
| /src/usr.sbin/ofctl/ |
| ofctl.c | 72 struct of_prop *of_name; member in struct:of_node 125 node->of_name = prop; 209 ofio.of_name = name; 246 ofio.of_name = namebuf; 264 ofio.of_nodeid, ofio.of_name); 400 ofio.of_name = __UNCONST(name); 432 return node->of_name;
|
| /src/usr.sbin/installboot/ |
| evboards.c | 979 .of_name = __UNCONST(name), 1002 .of_name = __UNCONST(prop),
|