Home
last modified time | relevance | path

Searched refs:PortReq (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c89 static struct PortReq PortReq; variable
1355 if ( copyin((int)arg, (caddr_t)&PortReq,
1356 sizeof(PortReq) )==COPYFAIL ) {
1362 if (PortReq.SysPort >= RIO_PORTS) { /* SysPort is unsigned */
1364 PortReq.SysPort);
1368 rio_dprintk (RIO_DEBUG_CTRL, "Request for port %d\n", PortReq.SysPort);
1369 if (copyout((caddr_t)p->RIOPortp[PortReq.SysPort],
1370 (int)PortReq.PortP,
Ddaemon.h100 struct PortReq struct