Searched refs:IOCtlInfo (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DIOCtlInfo.h0 // IOCtlInfo.h
8 // IOCtlInfo
9 struct IOCtlInfo { struct
H A DSettings.h10 struct IOCtlInfo;
21 const IOCtlInfo* GetIOCtlInfo(int command) const;
H A DSettings.cpp13 #include "IOCtlInfo.h"
27 struct Settings::IOCtlInfoMap : public HashMap<HashKey32<int>, IOCtlInfo*> {
234 const IOCtlInfo*
250 IOCtlInfo* info = entry.value;
272 IOCtlInfo* info = fIOCtlInfos->Remove(command);
274 info = new(nothrow) IOCtlInfo;
H A DFileSystem.h24 struct IOCtlInfo;
93 const IOCtlInfo* GetIOCtlInfo(int command) const;
H A DFileSystem.cpp455 const IOCtlInfo*
H A DVolume.cpp29 #include "IOCtlInfo.h"
1361 const IOCtlInfo* info = fFileSystem->GetIOCtlInfo(command);

Completed in 158 milliseconds