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

  /src/usr.sbin/eeprom/
prephandlers.c 187 int fd, optnode, nrofvars; local in function:prep_dump
210 for (optnode = 0; optnode < nrofvars; optnode++) {
216 if (optnode == 0)
ofhandlers.c 97 int fd, optnode; local in function:of_handler
107 if (ioctl(fd, OFIOCGETOPTNODE, (char *)&optnode) < 0) {
114 ofio.of_nodeid = optnode;
215 int fd, optnode; local in function:of_dump
220 if (ioctl(fd, OFIOCGETOPTNODE, (char *)&optnode) < 0)
229 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
ophandlers.c 84 int fd, rv, optnode; local in function:check_for_openprom
91 rv = ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode);
103 int fd, optnode; local in function:op_handler
113 if (ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode) < 0) {
120 opio.op_nodeid = optnode;
207 int fd, optnode; local in function:op_dump
212 if (ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode) < 0)
221 opio1.op_nodeid = opio2.op_nodeid = optnode;

Completed in 15 milliseconds