Searched refs:PortReq (Results 1 – 2 of 2) sorted by relevance
89 static struct PortReq PortReq; variable1355 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,
100 struct PortReq struct