Searched refs:fIOCtlInfos (Results 1 – 2 of 2) sorted by relevance
152 : fIOCtlInfos(NULL) in Settings()171 fIOCtlInfos = new(nothrow) IOCtlInfoMap; in SetTo()172 if (!fIOCtlInfos) in SetTo()222 if (fIOCtlInfos) { in Unset()223 for (IOCtlInfoMap::Iterator it = fIOCtlInfos->GetIterator(); in Unset()228 delete fIOCtlInfos; in Unset()229 fIOCtlInfos = NULL; in Unset()237 return (fIOCtlInfos ? fIOCtlInfos->Get(command) : NULL); in GetIOCtlInfo()246 if (fIOCtlInfos) { in Dump()247 for (IOCtlInfoMap::Iterator it = fIOCtlInfos->GetIterator(); in Dump()[all …]
32 IOCtlInfoMap* fIOCtlInfos; variable