Lines Matching refs:pDBfree
602 pDB = aup->pDBfree; in au1000_GetFreeDB()
605 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
612 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local
613 if (pDBfree) in au1000_ReleaseDB()
614 pDBfree->pnext = pDB; in au1000_ReleaseDB()
615 aup->pDBfree = pDB; in au1000_ReleaseDB()
1145 struct db_dest *pDB, *pDBfree; in au1000_probe() local
1319 pDBfree = NULL; in au1000_probe()
1323 pDB->pnext = pDBfree; in au1000_probe()
1324 pDBfree = pDB; in au1000_probe()
1329 aup->pDBfree = pDBfree; in au1000_probe()