Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c87 static struct LpbReq LpbReq; variable
1427 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 …]
Ddaemon.h86 struct LpbReq struct