Searched refs:pSource (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.c1205 // Function: iiDownloadBlock(pB, pSource, isStandard)
1207 // pSource - loadware block to download
1214 // Downloads a single block (at pSource)to the board referenced by pB. Caller
1235 iiDownloadBlock ( i2eBordStrPtr pB, loadHdrStrPtr pSource, int isStandard) argument
1248 if (pSource->e.loadMagic != MAGIC_LOADFILE)
1254 pB->i2eToLoad = 1 + pSource->e.loadBlocksMore;
1260 pB->i2eLVersion = pSource->e.loadVersion;
1261 pB->i2eLRevision = pSource->e.loadRevision;
1262 pB->i2eLSub = pSource->e.loadSubRevision;
1284 if (!iiWriteBuf(pB, pSource
1365 iiDownloadAll(i2eBordStrPtr pB, loadHdrStrPtr pSource, int isStandard, int size) argument
[all...]
H A Di2lib.c472 unsigned char *pDest, *pSource; local
646 pSource = pCs->cmd; // Copy the command into the buffer
648 *pDest++ = *pSource++;
896 // Function: i2Output(pCh, pSource, count)
903 // Queues the data at pSource to be sent as data packets to the board. If there
913 i2Output(i2ChanStrPtr pCh, const char *pSource, int count) argument
992 memcpy( (char*)(DATA_OF(pInsert)), pSource, amountToMove );
994 pSource += amountToMove;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h5509 sqlite3 *pSource, /* Source database handle */
H A Dsqlite3.c6033 sqlite3 *pSource, /* Source database handle */
[all...]

Completed in 389 milliseconds