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

  /src/usr.sbin/eeprom/
ofhandlers.c 212 struct ofiocdesc ofio1, ofio2; local in function:of_dump
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
234 ofio2.of_name = buf3;
235 ofio2.of_buf = buf4;
244 * ofio2 is for obtaining the value associated with that name.
264 strcpy(ofio2.of_name, ofio1.of_buf); /* XXX strcpy is safe */
265 ofio2.of_namelen = strlen(ofio2.of_name);
267 if (ofio2.of_namelen == 0) {
272 memset(ofio2.of_buf, 0, sizeof(buf4))
    [all...]
ofhandlers.c 212 struct ofiocdesc ofio1, ofio2; local in function:of_dump
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
234 ofio2.of_name = buf3;
235 ofio2.of_buf = buf4;
244 * ofio2 is for obtaining the value associated with that name.
264 strcpy(ofio2.of_name, ofio1.of_buf); /* XXX strcpy is safe */
265 ofio2.of_namelen = strlen(ofio2.of_name);
267 if (ofio2.of_namelen == 0) {
272 memset(ofio2.of_buf, 0, sizeof(buf4))
    [all...]
ofhandlers.c 212 struct ofiocdesc ofio1, ofio2; local in function:of_dump
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
234 ofio2.of_name = buf3;
235 ofio2.of_buf = buf4;
244 * ofio2 is for obtaining the value associated with that name.
264 strcpy(ofio2.of_name, ofio1.of_buf); /* XXX strcpy is safe */
265 ofio2.of_namelen = strlen(ofio2.of_name);
267 if (ofio2.of_namelen == 0) {
272 memset(ofio2.of_buf, 0, sizeof(buf4))
    [all...]

Completed in 33 milliseconds