Searched refs:_Init (Results 1 - 25 of 156) sorted by relevance

1234567

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.h26 status_t _Init(const driver_settings *settings,
H A DFileSystemInitializer.h36 status_t _Init(port_id port);
H A DFileSystemInitializer.cpp56 return _Init(port);
90 error = _Init(port);
110 FileSystemInitializer::_Init(port_id port) function in class:FileSystemInitializer
H A DUserlandFS.h48 status_t _Init();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DSettings.h26 status_t _Init(const driver_settings *settings,
/haiku-fatelf/src/libs/alm/
H A DALMGroup.cpp14 _Init(item, NULL);
20 _Init(NULL, view);
85 _Init(NULL, NULL);
90 ALMGroup::_Init(BLayoutItem* item, BView* view, enum orientation orien) function in class:ALMGroup
139 _Init(NULL, NULL, orien);
143 _Init(NULL, NULL, orien);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DGlobalFactory.cpp42 status_t error = factory->_Init();
78 GlobalFactory::_Init() function in class:GlobalFactory
H A DGlobalFactory.h37 status_t _Init();
/haiku-fatelf/src/system/kernel/device_manager/
H A Dio_resources.cpp35 _Init();
46 io_resource_private::_Init() function in class:io_resource_private
92 _Init();
120 _Init();
H A Dio_resources.h25 void _Init();
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp35 return _Init(volume, blockIndex,
49 return _Init(volume, blockIndex,
65 return _Init(volume, blockIndex,
111 Block::_Init(Volume* volume, uint64 blockIndex, const void* data, function in class:Block
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp30 _Init();
38 _Init();
80 StringChartLegendRenderer::_Init() function in class:StringChartLegendRenderer
H A DStringChartLegend.h40 void _Init();
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockerPool.h20 status_t _Init(int32 count);
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h38 void _Init();
H A DImageFunctionsView.h44 void _Init();
H A DStackTraceView.h43 void _Init();
/haiku-fatelf/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h29 void _Init();
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitioningDialog.h27 status_t _Init(BDiskScannerParameterEditor *editor);
/haiku-fatelf/src/servers/bluetooth/
H A DDeskbarReplicant.h35 void _Init();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DBlockerPool.h20 status_t _Init(int32 count);
/haiku-fatelf/src/system/boot/loader/net/
H A DChainBuffer.cpp17 _Init(data, size, next,
73 // _Init
75 ChainBuffer::_Init(void *data, uint32 size, ChainBuffer *next, uint32 flags) function in class:ChainBuffer
/haiku-fatelf/src/bin/debug/profile/
H A DSharedImage.cpp65 error = _Init(iterator);
87 error = _Init(iterator);
121 SharedImage::_Init(debug_symbol_iterator* iterator) function in class:SharedImage
/haiku-fatelf/headers/private/kernel/boot/net/
H A DChainBuffer.h38 void _Init(void *data, uint32 size, ChainBuffer *next, uint32 flags);
/haiku-fatelf/headers/private/package/
H A DJobQueue.h47 status_t _Init();

Completed in 215 milliseconds

1234567