Searched refs:Init (Results 701 - 725 of 990) sorted by relevance

<<21222324252627282930>>

/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp60 X86PagingMethod64Bit::Init(kernel_args* args, function in class:X86PagingMethod64Bit
113 status_t error = map->Init(kernel);
/haiku/src/kits/debugger/util/
H A DWorker.cpp248 Worker::Init() function in class:Worker
256 error = fJobs.Init();
/haiku/src/kits/storage/mime/
H A DAssociatedTypes.cpp338 status_t err = root.Init(fDatabaseLocation);
362 if (dir.Init(fDatabaseLocation, supertype) == B_OK) {
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp46 VirtioQueue::Init() function in class:VirtioQueue
293 VirtioDevice::Init(phys_addr_t regs, size_t regsLen, int32 irq, int32 queueCnt) function in class:VirtioDevice
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp232 fDropAnticipatingState->Init();
365 fCurrentState->Init();
/haiku/headers/private/net/
H A DProtocolUtilities.h29 static status_t Init(mutex* lock, const char* name) function in class:MutexLocking
168 status_t status = LockingBase::Init(&fLock, name);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h35 void Init();
36 void Init(CoreEntry* core);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp62 status_t Init(team_id team, port_id nubPort) function in struct:LocalDebuggerInterface::DebugContext
104 status_t Init() function in struct:LocalDebuggerInterface::DebugContextPool
187 status_t error = context->Init(fTeam, fNubPort);
262 LocalDebuggerInterface::Init() function in class:LocalDebuggerInterface
276 status_t error = fArchitecture->Init();
302 error = fDebugContextPool->Init();
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp38 CoreFileTeamInfo::Init(int32 id, int32 uid, int32 gid, const BString& args) function in class:CoreFileTeamInfo
133 CoreFileSymbolsInfo::Init(const void* symbolTable, uint32 symbolCount, function in class:CoreFileSymbolsInfo
217 CoreFile::Init(const char* fileName) function in class:CoreFile
219 status_t error = fElfFile.Init(fileName);
462 fTeamInfo.Init(id, uid, gid, copiedArgs);
677 || !symbolsInfo->Init(data, symbolCount, entrySize, stringTable,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp363 void Init(area_id dataArea,
402 panic("LargeMemoryPhysicalPageMapper::Init(): Failed to reserve "
430 Init(-1, pageTable, -1, (addr_t)virtualBase);
471 X86PagingMethodPAE::PhysicalPageSlotPool::Init(area_id dataArea, function in class:X86PagingMethodPAE::PhysicalPageSlotPool
564 pool->Init(dataArea, (pae_page_table_entry*)data, virtualArea,
592 X86PagingMethodPAE::Init(kernel_args* args, function in class:X86PagingMethodPAE
609 panic("X86PagingMethodPAE::Init(): Failed to create initial pool "
662 status_t error = map->Init(kernel);
/haiku/src/servers/debug/
H A DDebugServer.cpp199 status_t Init(port_id nubPort);
330 status_t error = handler->Init(message->Data().origin.nub_port);
367 status_t Init();
428 TeamDebugHandler::Init(port_id nubPort) function in class:TeamDebugHandler
433 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to get "
441 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to get "
451 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to init "
469 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to create "
479 debug_printf("debug_server: TeamDebugHandler::Init(): Failed to spawn "
1209 DebugServer::Init() function in class:DebugServer
[all...]
/haiku/src/kits/package/manager/
H A DPackageManager.cpp89 BPackageManager::Init(uint32 flags) function in class:BPackageKit::BManager::BPrivate::BPackageManager
171 Init(B_ADD_INSTALLED_REPOSITORIES | B_ADD_REMOTE_REPOSITORIES
207 Init(B_ADD_INSTALLED_REPOSITORIES);
298 Init(B_ADD_INSTALLED_REPOSITORIES | B_ADD_REMOTE_REPOSITORIES
325 Init(B_ADD_INSTALLED_REPOSITORIES | B_ADD_REMOTE_REPOSITORIES
345 Init(B_ADD_INSTALLED_REPOSITORIES | B_ADD_REMOTE_REPOSITORIES
/haiku/src/system/kernel/vm/
H A DVMCache.cpp649 VMCache::Init(uint32 cacheType, uint32 allocationFlags) function in class:VMCache
1603 status_t error = cache->Init(canOvercommit, numPrecommittedPages,
1623 status_t error = cache->Init(canOvercommit, numPrecommittedPages,
1649 status_t error = cache->Init(vnode, allocationFlags);
1674 status_t error = cache->Init(baseAddress, allocationFlags);
1700 status_t error = cache->Init(allocationFlags);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp130 // Init an indivual AVFormatContext
134 virtual status_t Init(int32 streamIndex);
234 // Init probing data
312 StreamBase::Init(int32 virtualIndex) function in class:StreamBase
316 TRACE("StreamBase::Init(%" B_PRId32 ")\n", virtualIndex);
916 virtual status_t Init(int32 streamIndex);
989 AVFormatReader::Stream::Init(int32 virtualIndex) function in class:AVFormatReader::Stream
991 TRACE("AVFormatReader::Stream::Init(%" B_PRId32 ")\n", virtualIndex);
993 status_t ret = StreamBase::Init(virtualIndex);
1377 ret = fGhostStream->Init(fVirtualInde
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp308 status_t Init() function in class:VariablesView::ModelNode
680 status_t Init();
820 status_t Init(Settings* rendererSettings, function in class:VariablesView::TableCellContextMenuTracker
1155 VariablesView::VariableTableModel::Init() function in class:VariablesView::VariableTableModel
1157 return fNodeTable.Init();
1702 if (node == NULL || node->Init() != B_OK)
2525 if (tracker == NULL || tracker->Init(settings, settingsMenu, preActionList,
2575 if (fVariableTableModel->Init() != B_OK)
2586 if (fViewStateHistory->Init() != B_OK)
2590 if (fExpressions->Init() !
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp105 error = clientConnection->Init();
142 status_t Init() function in class:NetFSServer::ServerInfoSender
274 // Init
276 NetFSServer::Init() function in class:NetFSServer
332 WARN("NetFSServer::Init(): Failed to spawn broadcaster thread "
1289 if ((error = sender->Init()) != B_OK) {
1407 error = server.Init();
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp78 status_t Init();
281 // Init
283 Module::Init() function in class:Module
313 status_t status = Init();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp233 // Init
235 FileSystem::Init(const char* name, team_id team, Port::Info* infos, int32 count, function in class:FileSystem
238 PRINT(("FileSystem::Init(\"%s\", %p, %" B_PRId32 ")\n", name, infos,
251 status_t error = fVNodeOps.Init();
265 if (fNodeListeners == NULL || fNodeListeners->Init() != B_OK)
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp257 WriterImplBase::Init(BPositionIO* file, bool keepFile, const char* fileName, function in class:BPackageKit::BHPKG::BPrivate::WriterImplBase
262 if (fPackageStringCache.Init() != B_OK)
361 fHeapWriter->Init();
/haiku/src/system/kernel/
H A Dsystem_info.cpp90 status_t Init() function in class:SystemNotificationService
92 status_t error = fTeamListeners.Init();
564 status_t error = sSystemNotificationService.Init();
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp174 status_t Init(boot::Partition* partition);
640 TarFS::Volume::Init(boot::Partition* partition) function in class:TarFS::Volume
836 if (volume->Init(partition) < B_OK) {
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp114 DMAResource::Init(device_node* node, generic_size_t blockSize, function in class:DMAResource
154 return Init(restrictions, blockSize, bufferCount, bounceBufferCount);
159 DMAResource::Init(const dma_restrictions& restrictions, function in class:DMAResource
187 TRACE("DMAResource::Init(): chose bounce buffer size %lu\n",
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp391 if (fNodeHash && fNodeHash->Init(64) != B_OK) {
846 if (sTeamHash == NULL || sTeamHash->Init(64) != B_OK)
852 if (sPrefetchHash == NULL || sPrefetchHash->Init(64) != B_OK) {
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp211 if (sSharedUserMutexContext.table.Init() != B_OK)
240 if (context->table.Init() != B_OK) {
293 entry->condition.Init(entry, kUserMutexEntryType);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp54 UnixStreamEndpoint::Init() function in class:UnixStreamEndpoint
56 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Init()\n", find_thread(NULL),
291 if ((error = fifo->Init()) != B_OK || (error = peerFifo->Init()) != B_OK)

Completed in 187 milliseconds

<<21222324252627282930>>