Home
last modified time | relevance | path

Searched refs:IORequestTable (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.h46 struct IORequestTable;
57 IORequestTable* fIORequests;
H A DHaikuKernelFileSystem.cpp41 struct HaikuKernelFileSystem::IORequestTable struct in HaikuKernelFileSystem
130 fIORequests = new(std::nothrow) IORequestTable; in Init()
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.h58 typedef BOpenHashTable<IORequestHashDefinition> IORequestTable; typedef
125 IORequestTable* fIORequests;
H A DModelLoader.cpp382 fIORequests = new(std::nothrow) IORequestTable; in PrepareForLoading()