Searched refs:ofio2 (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Dofhandlers.c223 struct ofiocdesc ofio1, ofio2; local
240 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
245 ofio2.of_name = buf3;
246 ofio2.of_buf = buf4;
255 * ofio2 is for obtaining the value associated with that name.
275 strcpy(ofio2.of_name, ofio1.of_buf); /* XXX strcpy is safe */
276 ofio2.of_namelen = strlen(ofio2.of_name);
278 if (ofio2.of_namelen == 0) {
283 memset(ofio2
[all...]

Completed in 112 milliseconds