Home
last modified time | relevance | path

Searched refs:fIOCtlInfos (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp152 : 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 …]
H A DSettings.h32 IOCtlInfoMap* fIOCtlInfos; variable