Searched refs:Create (Results 76 - 100 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyBuilder.cpp20 fReply(RPC::CallbackReply::Create(xid))
/haiku/src/bin/debug/strace/
H A DTypeHandler.cpp66 TypeHandlerFactory<void>::Create() function in class:TypeHandlerFactory
89 TypeHandlerFactory<bool>::Create() function in class:TypeHandlerFactory
400 TypeHandlerFactory<type>::Create() \
408 TypeHandlerFactory<type>::Create() \
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h73 static status_t Create(net_socket* socket, UnixEndpoint** _endpoint);
/haiku/src/servers/registrar/
H A DMessagingService.cpp45 // Create
47 MessagingArea::Create(area_id kernelAreaID, sem_id lockSem, sem_id counterSem, function in class:MessagingArea
297 status_t error = MessagingArea::Create(areaID, fLockSem, fCounterSem,
436 status_t error = MessagingArea::Create(area->NextKernelAreaID(),
/haiku/src/kits/package/
H A DPackageInfoSet.cpp99 static PackageMap* Create() function in struct:BPackageKit::BPackageInfoSet::PackageMap
112 PackageMap* newMap = Create();
306 fPackageMap = PackageMap::Create();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp354 status_t status = Inode::Create(transaction, NULL, NULL,
371 status = attr.Create("be:volume_id", B_UINT64_TYPE, O_RDWR, &cookie);
614 status_t status = Inode::Create(transaction, NULL, NULL,
625 status = index.Create(transaction, "name", B_STRING_TYPE);
629 status = index.Create(transaction, "BEOS:APP_SIG", B_STRING_TYPE);
633 status = index.Create(transaction, "last_modified", B_INT64_TYPE);
637 status = index.Create(transaction, "size", B_INT64_TYPE);
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp74 static status_t Create(AttributeHandlerContext* context, function in struct:BPackageKit::BHPKG::V1::BPrivate::PackageReaderImpl::DataAttributeHandler
144 return DataAttributeHandler::Create(context,
186 static status_t Create(AttributeHandlerContext* context, function in struct:BPackageKit::BHPKG::V1::BPrivate::PackageReaderImpl::EntryAttributeHandler
220 return EntryAttributeHandler::Create(context, &fEntry,
283 return DataAttributeHandler::Create(context, &fEntry.Data(),
365 return EntryAttributeHandler::Create(context, NULL,
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNode.cpp140 ExtentDataHeader* header = ExtentDataHeader::Create(fInode, fDataBuffer);
157 ExtentLeafHeader* leaf = ExtentLeafHeader::Create(fInode, fLeafBuffer);
172 NodeHeader* node = NodeHeader::Create(fInode, fLeafBuffer);
203 NodeHeader* header = NodeHeader::Create(fInode, fLeafBuffer);
391 ExtentLeafHeader* leafHeader = ExtentLeafHeader::Create(fInode, fLeafBuffer);
475 NodeHeader::Create(Inode* inode, const char* buffer) function in class:NodeHeader
H A DLeafAttribute.cpp43 AttrLeafHeader* header = AttrLeafHeader::Create(fInode, fLeafBuffer);
239 AttrLeafHeader* header = AttrLeafHeader::Create(fInode,fLeafBuffer);
285 AttrLeafHeader* header = AttrLeafHeader::Create(fInode,fLeafBuffer);
362 AttrLeafHeader::Create(Inode* inode, const char* buffer) function in class:AttrLeafHeader
H A DLeafDirectory.h41 static ExtentLeafHeader* Create(Inode* inode, const char* buffer);
H A DNode.h34 static NodeHeader* Create(Inode* inode, const char* buffer);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h85 static RequestBuffer* Create(uint32 dataSize);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp94 StringData* newString = StringData::Create(key);
H A DStringPool.h83 static StringData* Create(const StringDataKey& key) function in class:StringData
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h36 static SourceView* Create(Team* team, Listener* listener);
H A DTeamWindow.cpp305 TeamWindow::Create(::Team* team, UserInterfaceListener* listener) function in class:TeamWindow
472 fInspectorWindow = InspectorWindow::Create(fTeam,
506 fExpressionEvalWindow = ExpressionEvaluationWindow::Create(
529 fExpressionPromptWindow = ExpressionPromptWindow::Create(
553 = TeamSettingsWindow::Create(
583 = BreakpointEditWindow::Create(
611 WatchPromptWindow* window = WatchPromptWindow::Create(
1177 .Add(fConsoleOutputView = ConsoleOutputView::Create())
1186 sourceScrollView->SetTarget(fSourceView = SourceView::Create(fTeam, this));
1194 .Add(fThreadListView = ThreadListView::Create(fTea
[all...]
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.h37 static InspectorWindow* Create(::Team* team,
H A DMemoryView.h55 static MemoryView* Create(::Team* team, Listener* listener);
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp46 ExceptionStopConfigView::Create(::Team* team, UserInterfaceListener* listener) function in class:ExceptionStopConfigView
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp119 status_t error = ElfSymbolLookup::Create(
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp54 BreakpointEditWindow::Create(::Team* team, UserBreakpoint* breakpoint, function in class:BreakpointEditWindow
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h44 static DebugReportGenerator* Create(::Team* team,
/haiku/src/system/kernel/vm/
H A DVMKernelArea.h117 static VMKernelArea* Create(VMAddressSpace* addressSpace,
/haiku/headers/private/package/hpkg/
H A DPackageFileHeapAccessorBase.h47 static GenericCompressionAlgorithmOwner* Create( function in struct:BPackageKit::BHPKG::BPrivate::GenericCompressionAlgorithmOwner
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h56 static FUSEEntry* Create(FUSENode* parent, const char* name, FUSENode* node) function in struct:UserlandFS::FUSEEntry

Completed in 190 milliseconds

12345678910