Searched refs:LoadModule (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h60 virtual status_t LoadModule();
H A DKDiskSystem.h101 virtual status_t LoadModule();
H A DKPartitioningSystem.h77 virtual status_t LoadModule();
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp144 error = LoadModule();
353 // LoadModule
355 KDiskSystem::LoadModule() function in class:KDiskSystem
H A DKFileSystem.cpp261 // LoadModule
263 KFileSystem::LoadModule() function in class:KFileSystem
H A DKPartitioningSystem.cpp500 // LoadModule
502 KPartitioningSystem::LoadModule() function in class:KPartitioningSystem
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h136 int LoadModule(const char *path);
H A DVSTAddOn.cpp117 int ret = plugin->LoadModule(p.Path());
H A DVSTHost.cpp301 VSTPlugin::LoadModule(const char *path) function in class:VSTPlugin
H A DVSTNode.cpp38 fPlugin->LoadModule(path);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h225 bool LoadModule(const char *name, driver_parameter *parameter,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp1446 if (!LoadModule(settings->parameters[index].values[0],
1479 if (!LoadModule(settings->parameters[index].values[value_id],
1497 KPPPInterface::LoadModule(const char *name, driver_parameter *parameter, function in class:KPPPInterface
1500 TRACE("KPPPInterface: LoadModule(%s)\n", name ? name : "XXX: NO NAME");

Completed in 141 milliseconds