Searched refs:module_name (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h42 const char *module_name; member in struct:gconv_module
/haiku-fatelf/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-fatelf/src/bin/gdb/include/
H A Doasys.h64 char *module_name; member in struct:oasys_module_table
135 char module_name[26-6]; member in struct:oasys_header_record
H A Dieee.h28 char *module_name; member in struct:ieee_module
/haiku-fatelf/headers/private/kernel/boot/
H A Dpartitions.h90 const char *module_name; member in struct:file_system_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Djoystick_driver.h45 char module_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Djoystick_driver.h45 char module_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Djoystick_driver.h52 char module_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dpath.c65 char *module_name; /* File name to check */ local
91 module_name = stpi_path_merge((const char *) stp_list_item_get_data(diritem),
93 stp_list_item_create(findlist, NULL, module_name);
/haiku-fatelf/headers/private/device/
H A Djoystick_driver.h115 char module_name[64]; member in struct:_joystick_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp75 char module_name[B_FILE_NAME_LENGTH]; member in struct:console_desc
664 status_t status = get_module(sConsole.module_name, (module_info **)&sConsole.module);
676 put_module(sConsole.module_name);
772 strlcpy(sConsole.module_name, buffer, sizeof(sConsole.module_name));
/haiku-fatelf/src/kits/device/
H A DJoystickTweaker.cpp187 strlcpy(info->module_info.module_name, str.String(),
H A DJoystick.cpp547 outName->SetTo(fJoystickInfo->module_info.module_name);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c75 CORE_ADDR module_name; member in struct:__anon3865
486 target_read_string (minf.module_name, &name, PATH_MAX, &errcode);
H A Dwin32-nat.c2387 if (offsetof (struct win32_pstatus, data.module_info.module_name) + dll_name_size > bfd_get_section_size (sect))
2396 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size);
/haiku-fatelf/src/bin/gdb/bfd/
H A Doasys.c1077 if (length > (size_t) sizeof (r.module_name))
1079 length = sizeof (r.module_name);
1082 (void) memcpy (r.module_name,
1085 (void) memset (r.module_name + length,
1087 sizeof (r.module_name) - length);
H A Dieee.c1634 ieee->mb.module_name = read_id (&(ieee->h));
1636 abfd->filename = ieee->mb.module_name;
/haiku-fatelf/src/system/boot/loader/
H A Dpartitions.cpp241 fModuleName = module->module_name;

Completed in 159 milliseconds