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

  /src/usr.sbin/eeprom/
ophandlers.c 204 struct opiocdesc opio1, opio2; local in function:op_dump
215 memset(&opio1, 0, sizeof(opio1));
221 opio1.op_nodeid = opio2.op_nodeid = optnode;
223 opio1.op_name = buf1;
224 opio1.op_buf = buf2;
230 * For reference: opio1 is for obtaining the name. Pass the
241 opio1.op_namelen = strlen(opio1.op_name);
242 opio1.op_buflen = sizeof(buf2)
    [all...]

Completed in 16 milliseconds