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

/haiku-fatelf/headers/os/drivers/
H A Dmodule.h53 extern status_t read_next_module_name(void *cookie, char *buffer,
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp146 while (read_next_module_name(list, name, &nameSize) == B_OK) {
323 while (read_next_module_name(list, name, &nameSize) == B_OK) {
/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp769 while (read_next_module_name(cookie, buffer, &bufferSize) == B_OK) {
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp786 read_next_module_name(void *cookie, char *buf, size_t *bufsize) function
788 TRACE(("read_next_module_name(%p, %p, %lu)\n", cookie, buf, *bufsize));
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp447 if (read_next_module_name(cookie, moduleName, &length) != B_OK)
H A Dstack.cpp750 if (read_next_module_name(cookie, name, &length) != B_OK)
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevice_manager.cpp403 while (read_next_module_name(list, name, &nameLength) == B_OK) {
1649 status_t status = read_next_module_name(list, name, &nameLength);
/haiku-fatelf/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp963 if (read_next_module_name(iterator, name, &nameLength) != B_OK)
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1049 if (read_next_module_name(cookie, name.LockBuffer(),
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_cpu.cpp831 if (read_next_module_name(cookie, name, &nameLength) != B_OK
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp1733 if (read_next_module_name(cookie, name, &nameLength) != B_OK)
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1359 status_t status = read_next_module_name(list, name, &nameLength);
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp1966 The structure is then used by read_next_module_name(), and
2103 read_next_module_name(void* cookie, char* buffer, size_t* _bufferSize) function
2108 TRACE(("read_next_module_name: looking for next module\n"));
2124 TRACE(("read_next_module_name: finished with status %s\n",

Completed in 222 milliseconds