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

/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Dophandlers.c86 int fd, rv, optnode; local
93 rv = ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode);
107 int fd, optnode; local
117 if (ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode) < 0) {
124 opio.op_nodeid = optnode;
214 int fd, optnode; local
219 if (ioctl(fd, OPIOCGETOPTNODE, (char *)&optnode) < 0)
228 opio1.op_nodeid = opio2.op_nodeid = optnode;
H A Dofhandlers.c99 int fd, optnode; local
109 if (ioctl(fd, OFIOCGETOPTNODE, (char *)&optnode) < 0) {
116 ofio.of_nodeid = optnode;
226 int fd, optnode; local
231 if (ioctl(fd, OFIOCGETOPTNODE, (char *)&optnode) < 0)
240 ofio1.of_nodeid = ofio2.of_nodeid = optnode;
H A Dprephandlers.c187 int fd, optnode, nrofvars; local
210 for (optnode = 0; optnode < nrofvars; optnode++) {
216 if (optnode == 0)

Completed in 60 milliseconds