Searched refs:Create (Results 1 - 25 of 247) sorted by last modified time

12345678910

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp2051 status_t error = Query::Create(volume, queryString, flags, port, token, query);
H A DQuery.h36 static status_t Create(Volume* volume, const char* queryString,
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/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp728 Inode* inode = Inode::Create(transaction, id, directory, mode);
H A DInode.cpp116 * Create new Inode object with inode_item
119 Inode::Create(Transaction& transaction, ino_t id, Inode* parent, int32 mode, function in class:Inode
122 TRACE("Inode::Create() id % " B_PRIu64 " mode %" B_PRId32 " flags %"
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp612 info.shared_area = sharedCreator.Create("intel extreme shared info",
/haiku/src/servers/package/
H A DVolume.cpp368 // Create first boot processing special transaction for current
437 status_t error = BSolver::Create(solver);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp783 FUSEEntry* entry = node != NULL ? FUSEEntry::Create(node, "/", node) : NULL;
1633 FUSEVolume::Create(void* _dir, const char* name, int openMode, int mode, function in class:FUSEVolume
1637 PRINT(("FUSEVolume::Create(%p (%" B_PRId64 "), \"%s\", %#x, %#x)\n", dir,
2793 entry = FUSEEntry::Create(dir, entryName, node);
2883 entry = FUSEEntry::Create(newDir, newName, node);
3418 entry = FUSEEntry::Create(buffer->directory, name, node);
3550 entry = FUSEEntry::Create(buffer->directory, name, node);
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp422 IORequest* request = IORequest::Create((flags & B_VIP_IO_REQUEST) != 0);
448 IORequest* request = IORequest::Create((flags & B_VIP_IO_REQUEST) != 0);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacparser.h378 UINT32 Create);
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp299 status_t error = BSolver::Create(solver);
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp984 status_t error = Query::Create(volume, queryString, flags, port, token,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp19 class Create : public AbstractTraceEntry { class in namespace:BFSInodeTracing
21 Create(Inode* inode, Inode* parent, const char* name, int32 mode, function in class:BFSInodeTracing::Create
42 out.Print("bfs:Create %lld (%p), parent %lld (%p), \"%s\", "
137 /*! A helper class used by Inode::Create() to keep track of the belongings
1363 status_t status = Inode::Create(transaction, this, NULL,
1373 // Inode::Create() locks the inode for us
1374 return Inode::Create(transaction, attributes, name,
2584 // In balance to the Inode::Create() method, the main indices
2620 Inode::Create(Transaction& transaction, Inode* parent, const char* name, function in class:Inode
2724 T(Create(inod
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp758 status_t status = Inode::Create(transaction, directory, name,
814 status = Inode::Create(transaction, directory, name, S_SYMLINK | 0777,
1350 status = Inode::Create(transaction, directory, name,
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp191 static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type) function in class:DwarfTypeFactory::ArtificialIntegerType
1138 error = ArtificialIntegerType::Create(
/haiku/src/system/boot/loader/
H A Delf.cpp52 static status_t Create(int fd, preloaded_image** _image);
177 ELFLoader<Class>::Create(int fd, preloaded_image** _image) function in class:ELFLoader
674 status = ELF64Loader::Create(fd, _image);
684 status = ELF32Loader::Create(fd, _image);
/haiku/src/apps/debugger/
H A DDebugger.cpp349 fTeamsWindow = TeamsWindow::Create(&fSettingsManager);
392 fConnectionWindow = ConnectionConfigWindow::Create();
604 fStartTeamWindow = StartTeamWindow::Create(hostInterface);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp126 Model::IORequest* modelRequest = Model::IORequest::Create(
/haiku/src/system/kernel/
H A Dthread.cpp271 Thread::Create(const char* name, Thread*& _thread) function in class:Thread
906 status = Thread::Create(attributes.name, thread);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp158 static ThreadState* Create() function in struct:__anon2::ThreadState
282 static ImageInfo* Create(struct image* image) function in struct:__anon2::ImageInfo
462 static AreaInfo* Create(Allocator& allocator, VMArea* area, size_t ramSize, function in struct:__anon2::AreaInfo
939 ThreadState* state = ThreadState::Create();
1022 AreaInfo* areaInfo = AreaInfo::Create(fAreaInfoAllocator, area,
1052 ImageInfo* info = ImageInfo::Create(image);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp72 status_t error = UnixEndpoint::Create(socket, &endpoint);
H A DUnixEndpoint.h73 static status_t Create(net_socket* socket, UnixEndpoint** _endpoint);
H A DUnixEndpoint.cpp24 UnixEndpoint::Create(net_socket* socket, UnixEndpoint** _endpoint) function in class:UnixEndpoint
26 TRACE("[%" B_PRId32 "] UnixEndpoint::Create(%p, %p)\n", find_thread(NULL),
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp792 // Create some messages to sling around
1114 // Create some messages to sling around
1477 BBitmap testBmp8(helper.BitmapBounds(), B_CMAP8); // Create an 8-bit bitmap the same size
2338 // Create some messages to sling around
3512 status_t Create()
3571 CHK(file.Create() == B_OK);
3581 CHK(file.Create() == B_OK);
3600 CHK(file.Create() == B_OK);
3612 CHK(file.Create() == B_OK);
3634 CHK(file.Create()
[all...]
/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...]

Completed in 187 milliseconds

12345678910