Searched refs:pDBfree (Results 1 – 2 of 2) sorted by relevance
566 pDB = aup->pDBfree; in au1000_GetFreeDB() 569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB() 576 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local 577 if (pDBfree) in au1000_ReleaseDB() 578 pDBfree->pnext = pDB; in au1000_ReleaseDB() 579 aup->pDBfree = pDB; in au1000_ReleaseDB() 1065 struct db_dest *pDB, *pDBfree; in au1000_probe() local 1231 pDBfree = NULL; in au1000_probe() 1235 pDB->pnext = pDBfree; in au1000_probe() [all...]
71 struct db_dest *pDBfree; member