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

  /src/usr.sbin/eeprom/
ofhandlers.c 212 struct ofiocdesc ofio1, ofio2; local in function:of_dump
223 memset(&ofio1, 0, sizeof(ofio1));
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
231 ofio1.of_name = buf1;
232 ofio1.of_buf = buf2;
238 * For reference: ofio1 is for obtaining the name. Pass the
249 ofio1.of_namelen = strlen(ofio1.of_name);
250 ofio1.of_buflen = sizeof(buf2)
    [all...]
ofhandlers.c 212 struct ofiocdesc ofio1, ofio2; local in function:of_dump
223 memset(&ofio1, 0, sizeof(ofio1));
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
231 ofio1.of_name = buf1;
232 ofio1.of_buf = buf2;
238 * For reference: ofio1 is for obtaining the name. Pass the
249 ofio1.of_namelen = strlen(ofio1.of_name);
250 ofio1.of_buflen = sizeof(buf2)
    [all...]

Completed in 24 milliseconds