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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dau1k_ir.c90 db_dest_t *pDB; local
91 pDB = aup->pDBfree;
93 if (pDB) {
94 aup->pDBfree = pDB->pnext;
96 return pDB;
99 static void ReleaseDB(struct au1k_private *aup, db_dest_t *pDB) argument
103 pDBfree->pnext = pDB;
104 aup->pDBfree = pDB;
210 db_dest_t *pDB, *pDBfree; local
246 pDB
485 db_dest_t *pDB; local
577 db_dest_t *pDB; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dau1000_eth.c457 db_dest_t *pDB; local
458 pDB = aup->pDBfree;
460 if (pDB) {
461 aup->pDBfree = pDB->pnext;
463 return pDB;
466 void au1000_ReleaseDB(struct au1000_private *aup, db_dest_t *pDB) argument
470 pDBfree->pnext = pDB;
471 aup->pDBfree = pDB;
686 db_dest_t *pDB; local
695 pDB
878 db_dest_t *pDB; local
994 db_dest_t *pDB, *pDBfree; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.h496 wxDb *pDB; member in class:CqueryDlg
H A Ddbtest.cpp2380 pDB = pDb;
2434 colInf = pDB->GetColumns(tblName);
2833 dbTable = new wxDbTable(pDB, masterTableName, 0, (const wxString &)wxEmptyString,

Completed in 65 milliseconds