Searched refs:read_next_module_name (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/os/drivers/
H A Dmodule.h53 extern status_t read_next_module_name(void *cookie, char *buffer,
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp221 _EXPORT status_t read_next_module_name(void *cookie, char *buf, size_t *bufsize) function
312 return read_next_module_name(cookie, buf, bufsize);
326 return read_next_module_name(cookie, buf, bufsize);
825 while(read_next_module_name(ml_cookie, module_name, &sz) == B_OK) {
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp148 while (read_next_module_name(list, name, &nameSize) == B_OK) {
325 while (read_next_module_name(list, name, &nameSize) == B_OK) {
/haiku/src/system/kernel/
H A Dcpu.cpp72 if (read_next_module_name(cookie, name, &nameLength) != B_OK)
108 if (read_next_module_name(cookie, name, &nameLength) != B_OK)
H A Dmodule.cpp1976 The structure is then used by read_next_module_name(), and
2113 read_next_module_name(void* cookie, char* buffer, size_t* _bufferSize) function
2118 TRACE(("read_next_module_name: looking for next module\n"));
2134 TRACE(("read_next_module_name: finished with status %s\n",
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp789 read_next_module_name(void *cookie, char *buf, size_t *bufsize) function
791 TRACE(("read_next_module_name(%p, %p, %lu)\n", cookie, buf, *bufsize));
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp788 while (read_next_module_name(cookie, buffer, &bufferSize) == B_OK) {
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp470 if (read_next_module_name(cookie, moduleName, &length) != B_OK)
H A Dstack.cpp749 if (read_next_module_name(cookie, name, &length) != B_OK)
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp405 while (read_next_module_name(list, name, &nameLength) == B_OK) {
1803 status_t status = read_next_module_name(list, name, &nameLength);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1057 if (read_next_module_name(cookie, name.LockBuffer(),
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp963 if (read_next_module_name(iterator, name, &nameLength) != B_OK)
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1359 status_t status = read_next_module_name(list, name, &nameLength);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1761 if (read_next_module_name(cookie, name, &nameLength) != B_OK)
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1868 if (read_next_module_name(cookie, name, &nameLength) != B_OK

Completed in 109 milliseconds