Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 8 of 8) sorted by relevance

/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp815 char module_name[256];
824 sz = sizeof(module_name);
825 while(read_next_module_name(ml_cookie, module_name, &sz) == B_OK) {
826 if (strlen(module_name))
827 printf(" %s\n", module_name);
828 sz = sizeof(module_name);
845 sz = sizeof(module_name);
846 while (get_next_loaded_module_name(&cookie, module_name, &sz) == B_OK)
847 printf("%ld: %s\n", cookie, module_name);
860 sz = sizeof(module_name);
[all …]
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h42 const char *module_name; member
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp75 char module_name[B_FILE_NAME_LENGTH]; member
669 status_t status = get_module(sConsole.module_name, (module_info **)&sConsole.module); in console_open()
681 put_module(sConsole.module_name); in console_freecookie()
791 strlcpy(sConsole.module_name, buffer, sizeof(sConsole.module_name)); in init_hardware()
/haiku/headers/private/kernel/boot/
H A Dpartitions.h92 const char *module_name; member
/haiku/headers/private/device/
H A Djoystick_driver.h108 char module_name[64]; member
/haiku/src/kits/device/
H A DJoystickTweaker.cpp187 strlcpy(info->module_info.module_name, str.String(), in _BuildFromJoystickDesc()
H A DJoystick.cpp550 outName->SetTo(fJoystickInfo->module_info.module_name); in GetControllerModule()
/haiku/src/system/boot/loader/
H A Dpartitions.cpp267 fModuleName = module->module_name; in _Mount()