Searched refs:LpbReq (Results 1 – 2 of 2) sorted by relevance
87 static struct LpbReq LpbReq; variable1427 if (copyin((int)arg, (caddr_t)&LpbReq, 1428 sizeof(LpbReq) )==COPYFAIL ) {1433 if (LpbReq.Host >= p->RIONumHosts) { /* host is unsigned */1435 LpbReq.Host);1439 if ( LpbReq.Link >= LINKS_PER_UNIT ) { /* eek! */1441 LpbReq.Link);1445 HostP = &p->RIOHosts[LpbReq.Host];1449 LpbReq.Host );1454 LpbReq.Link, LpbReq.Host);[all …]
86 struct LpbReq struct