Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c82 PNMI_STATIC void CopyTrapQueue(SK_AC *pAC, char *pDstBuf);
7360 char *pDstBuf) /* Buffer to which the queued traps will be copied */ in CopyTrapQueue() argument
7378 *(pDstBuf + DstOff) = (char)(Len - 1); in CopyTrapQueue()
7379 SK_MEMCPY(pDstBuf + DstOff + 1, pBuf + Trap + 1, Len - 2); in CopyTrapQueue()