Searched refs:Create (Results 101 - 125 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DExtent.h58 static ExtentDataHeader* Create(Inode* inode, const char* buffer);
H A DLeafDirectory.cpp53 ExtentDataHeader* data = ExtentDataHeader::Create(fInode, fDataBuffer);
67 ExtentLeafHeader* leaf = ExtentLeafHeader::Create(fInode, fLeafBuffer);
165 ExtentLeafHeader* header = ExtentLeafHeader::Create(fInode, fLeafBuffer);
334 ExtentLeafHeader* leafHeader = ExtentLeafHeader::Create(fInode, fLeafBuffer);
424 ExtentLeafHeader::Create(Inode* inode, const char* buffer) function in class:ExtentLeafHeader
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.h47 static DMABuffer* Create(size_t count);
/haiku/src/system/kernel/vm/
H A DVMCache.cpp114 class Create : public VMCacheTraceEntry { class in namespace:VMCacheTracing
116 Create(VMCache* cache) function in class:VMCacheTracing::Create
429 if (Create* createEntry = dynamic_cast<Create*>(entry)) {
508 // Create object caches for the structures we allocate here.
1610 T(Create(cache));
1630 T(Create(cache));
1655 T(Create(cache));
1680 T(Create(cache));
1706 T(Create(cach
[all...]
H A DVMAddressSpace.cpp132 if (Create(B_SYSTEM_TEAM, KERNEL_BASE, KERNEL_SIZE, true,
187 VMAddressSpace::Create(team_id teamID, addr_t base, size_t size, bool kernel, function in class:VMAddressSpace
204 TRACE(("VMAddressSpace::Create(): team %" B_PRId32 " (%skernel): %#lx "
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp50 BreakpointsView::Create(Team* team, Listener* listener) function in class:BreakpointsView
160 .Add(fListView = BreakpointListView::Create(fTeam, this, this))
H A DVariablesView.h46 static VariablesView* Create(Listener* listener,
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp91 status_t error = BSolver::Create(solver);
169 status_t error = BSolver::Create(solver);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp246 Query::Create(Volume* volume, const char* queryString, uint32 flags, function in class:Query
290 status_t error = QueryImpl::Create(this, queryString, flags, port, token,
/haiku/src/bin/debug/strace/
H A Dioctl.cpp33 { name, #name, TypeHandlerFactory<type>::Create() }
197 1, TypeHandlerFactory<void *>::Create()));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp301 Query::Create(Volume* volume, const char* queryString, uint32 flags, function in class:Query
345 status_t error = QueryImpl::Create(this, queryString, flags, port, token,
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp50 static Entry* Create(image_id image, void*** targets,
71 // Create
73 ElfSymbolPatchInfo::Entry::Create(image_id image, void*** targets, function in class:ElfSymbolPatchInfo::Entry
222 Entry* entry = Entry::Create(image, (void***)targets->Items(),
/haiku/src/kits/package/hpkg/
H A DPackageReaderImpl.cpp117 static status_t Create(AttributeHandlerContext* context, function in struct:BPackageKit::BHPKG::BPrivate::PackageReaderImpl::EntryAttributeHandler
151 return EntryAttributeHandler::Create(context, &fEntry,
292 return EntryAttributeHandler::Create(context, NULL,
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp52 MessagingArea::Create(sem_id lockSem, sem_id counterSem) function in class:MessagingArea
331 fFirstArea = fLastArea = MessagingArea::Create(lockSem, counterSem);
464 area = MessagingArea::Create(fLockSem, fCounterSem);
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp56 HashedObjectCache::Create(const char* name, size_t object_size, function in class:HashedObjectCache
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp83 Version::Create(const char* major, const char* minor, const char* micro, function in class:Version
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h75 status_t Create(uint64* before, uint64* after, bool& atomic);
H A DRequestBuilder.h37 status_t Create(FileType type, const char* name,
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp56 SignalDispositionEditWindow::Create(::Team* team, int32 signal, function in class:SignalDispositionEditWindow
H A DConnectionConfigWindow.cpp32 BWindow(BRect(), "Create new connection", B_TITLED_WINDOW,
53 ConnectionConfigWindow::Create() function in class:ConnectionConfigWindow
H A DVariableEditWindow.cpp56 VariableEditWindow::Create(Value* initialValue, ValueNode* node, function in class:VariableEditWindow
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompress.cpp36 if (m_pioOutput->Create(pOutputFilename) != 0)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h37 static CachedExtent* Create(uint64 offset, uint64 length,
H A DInode.h75 static Inode* Create(Transaction& transaction, ino_t id,
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp82 status_t error = BSolver::Create(solver);

Completed in 121 milliseconds

12345678910