Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drioboot.c122 rio_dprintk (RIO_DEBUG_BOOT, "Data at user address 0x%x\n",(int)rbp->DataP);
162 if ( copyin((int)rbp->DataP,((caddr_t)(p->RIOBootPackets))+offset,
329 if ( copyin((int)rbp->DataP,DownCode,rbp->Count)==COPYFAIL ) {
341 else if ( copyin((int)rbp->DataP,StartP,rbp->Count)==COPYFAIL ) {
Ddaemon.h56 char *DataP; member