Searched refs:ofname (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/ofw/ |
| H A D | ofw_subr.c | 469 of_to_uint32_prop(prop_dictionary_t dict, int node, const char *ofname, in of_to_uint32_prop() argument 474 if (OF_getprop(node, ofname, &prop, sizeof(prop)) != sizeof(prop)) in of_to_uint32_prop() 485 of_to_dataprop(prop_dictionary_t dict, int node, const char *ofname, in of_to_dataprop() argument 491 len = OF_getprop(node, ofname, prop, 256); in of_to_dataprop()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| H A D | graph-header-logs | 106 ofname = fname 119 nodes.append (ofname) 128 print string + ofname + " : " +msg
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
| H A D | graph-header-logs | 106 ofname = fname 119 nodes.append (ofname) 128 print string + ofname + " : " +msg
|
| /netbsd-src/usr.sbin/ofctl/ |
| H A D | ofctl.c | 570 ofname(int node, char *buf, size_t buflen) in ofname() function 679 off += ofname(node, buf + off, len - off); in offullname2() 702 len = ofname(node, of_buf, of_buflen-1); in oflist()
|