Searched refs:Create (Results 1 - 25 of 247) sorted by path

12345678910

/haiku/headers/os/package/solver/
H A DSolver.h46 static status_t Create(BSolver*& _solver);
/haiku/headers/private/debugger/settings/
H A DTeamUiSettingsFactory.h19 virtual status_t Create(const BMessage& archive,
/haiku/headers/private/kernel/
H A DUserEvent.h52 static TeamSignalEvent* Create(Team* team, uint32 signalNumber,
70 static ThreadSignalEvent* Create(Thread* thread, uint32 signalNumber,
89 static CreateThreadEvent* Create(
/haiku/headers/private/package/
H A DTempfileManager.h27 BEntry Create(const BString& baseName = kDefaultName);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h32 status_t Create(const char* name, type_code type,
H A DIndex.cpp166 Index::Create(Transaction& transaction, const char* name, uint32 type) function in class:Index
207 // Inode::Create() will keep the inode locked for us
208 return Inode::Create(transaction, fVolume->IndicesNode(), name,
H A DIndex.h29 status_t Create(Transaction& transaction, const char* name,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp115 Attribute::Create(const char* name, type_code type, int openMode, function in class:Attribute
H A DAttribute.h36 status_t Create(const char* name, type_code type,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp617 // Create
619 ShareVolume::Create(Node* _dir, const char* name, int openMode, int mode, function in class:ShareVolume
H A DShareVolume.h75 virtual status_t Create(Node* dir, const char* name,
H A DVirtualVolume.cpp383 // Create
385 VirtualVolume::Create(Node* dir, const char* name, int openMode, int mode, function in class:VirtualVolume
H A DVirtualVolume.h51 virtual status_t Create(Node* dir, const char* name,
H A DVolume.cpp284 // Create
286 Volume::Create(Node* dir, const char* name, int openMode, int mode, function in class:Volume
H A DVolume.h85 virtual status_t Create(Node* dir, const char* name,
/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/netfs/server/
H A DRequestBufferReplacer.cpp37 RequestBuffer* requestBuffer = RequestBuffer::Create(fBufferSize);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp43 // Create
45 RequestBuffer::Create(uint32 dataSize) function in class:RequestBuffer
H A DRequestChannel.cpp225 RequestBuffer* requestBuffer = RequestBuffer::Create(header.size);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h73 status_t Create(const char* name, int mode, int perms,
H A DInodeRegular.cpp66 Inode::Create(const char* name, int mode, int perms, OpenFileCookie* cookie, function in class:Inode
H A DNFS4Inode.cpp822 req.Create(NF4DIR, name, cattr, i);
825 req.Create(NF4LNK, name, cattr, i, path);
848 result = reply.Create(&changeInfo->fBefore, &changeInfo->fAfter,
H A DRPCCall.cpp27 Call::Create(uint32 proc, const Auth* creds, const Auth* ver) function in class:Call
H A DRPCCall.h20 static Call* Create(uint32 proc, const Auth* creds,
H A DRPCCallbackReply.cpp26 CallbackReply::Create(uint32 xid, AcceptStat rpcError) function in class:CallbackReply

Completed in 120 milliseconds

12345678910