Searched refs:Init (Results 426 - 450 of 989) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp86 status_t Init(PackageDirectory* parentDir, const char* name, ino_t nodeID) function in struct:PackageFS::PackageNode
316 status_t Init(int fd, const PackageFileHeapReader* heapReader) function in struct:PackageFS::PackageVolume
318 status_t error = fRootDirectory.Init(&fRootDirectory, ".",
384 status_t Init() function in struct:PackageFS::PackageLoaderContentHandler
455 error = node->Init(parentDir, entry->Name(), fVolume->NextNodeID());
847 status_t error = packageReader.Init(fd, false, 0);
857 error = volume->Init(fd, packageReader.RawHeapReader());
868 error = handler.Init();
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageFile.cpp75 status_t Init(dev_t deviceID, ino_t nodeID, int fd) function in struct:PackageFile::DataAccessor
167 error = fDataAccessor->Init(deviceID, nodeID, fd);
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp508 error = job->Init(partition->ContentType(),
553 error = job->Init(partition->RawContentName(),
577 error = job->Init(partition->ContentParameters(),
634 error = job->Init(partition->Offset(), partition->Size(), partition->Type(),
716 error = job->Init(partition->Offset(), fContentsToMove,
746 error = job->Init(partition->Name(), B_DISK_DEVICE_JOB_SET_NAME);
775 error = job->Init(partition->Type(), B_DISK_DEVICE_JOB_SET_TYPE);
804 error = job->Init(partition->Parameters(),
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.h72 status_t Init();
111 status_t Init();
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp153 ConditionVariable::Init(const void* object, const char* objectType) function in class:ConditionVariable
264 status_t error = sConditionVariableHash.Init(kConditionVariableHashSize);
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h25 status_t Init(Port* port);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp115 // Init
117 ServerVolume::Init(const char* name) function in class:ServerVolume
119 status_t error = VirtualVolume::Init(name);
130 error = fConnectionProvider->Init();
143 ERROR("ServerVolume::Init(): ERROR: Failed to add share `%s': "
369 status_t error = shareVolume->Init(shareInfo->GetShareName());
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp21 // Init
23 NodeHandleMap::Init() function in class:NodeHandleMap
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp81 // Init
83 RequestThread::Init(FileSystem* fileSystem) function in class:RequestThread
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.h47 void Init();
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h62 virtual status_t Init(ProfiledEntity* entity);
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp32 MemoryReader::Init(port_id nubPort) function in class:MemoryReader
/haiku/src/kits/storage/disk_device/jobs/
H A DMoveJob.cpp41 // Init
43 MoveJob::Init(off_t offset, PartitionReference** contents, int32 contentsCount) function in class:MoveJob
/haiku/src/servers/registrar/
H A DMessageDeliverer.h64 status_t Init();
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp62 M68KPagingStructures040::Init(page_root_entry* virtualPageRoot, function in class:M68KPagingStructures040
/haiku/src/system/kernel/device_manager/
H A DIOCache.h26 virtual status_t Init(const char* name);
H A DIOSchedulerSimple.h25 virtual status_t Init(const char* name);
/haiku/src/tools/restest/
H A DResourceFile.h22 void Init(BFile& file); // throws Exception
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSuperBlock.cpp37 block in a different location. The Init() methods tries to find and read
95 // Init
97 SuperBlock::Init(int device, off_t offset) function in class:SuperBlock
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp35 Index::Init(Volume* volume, const char* name, uint32 type, bool fixedKeyLength, function in class:Index
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h39 status_t Init();
/haiku/src/kits/package/
H A DPathFinder.cpp37 packageManager.Init(BPackageManager::B_ADD_INSTALLED_REPOSITORIES);
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.h22 status_t Init(bool kernel);
/haiku/headers/private/kernel/
H A DDPC.h61 status_t Init(const char* name, int32 priority,
/haiku/src/servers/package/
H A DPackageFile.h31 status_t Init(const entry_ref& entryRef,

Completed in 112 milliseconds

<<11121314151617181920>>