Home
last modified time | relevance | path

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

/dragonfly/tools/tools/bus_autoconf/
H A Dbus_usb.c145 retval = strcmp(a->module_name, b->module_name); in usb_compare()
170 strlcpy(id->module_name, module, sizeof(id->module_name)); in usb_import_entry()
261 id->module_name); in usb_dump()
279 if (strcmp(id[n].module_name, id[0].module_name)) in usb_dump()
321 "};\n\n", id->module_name); in usb_dump()
H A Dbus_usb.h34 char module_name[32]; member
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_services.c53 const char *module_name, in dm_write_persistent_data() argument
65 const char *module_name, in dm_read_persistent_data() argument
/dragonfly/usr.sbin/asf/
H A Dasf.c96 findmodule(char *mod_path, const char *module_name) in findmodule() argument
100 size_t module_name_len = strlen(module_name); in findmodule()
133 memcmp(module_name, ftsent->fts_name, module_name_len) != 0) in findmodule()
/dragonfly/contrib/gdb-7/include/mach-o/
H A Dexternal.h230 unsigned char module_name[4]; member
248 unsigned char module_name[4]; member
/dragonfly/contrib/binutils-2.27/include/mach-o/
H A Dexternal.h229 unsigned char module_name[4]; member
247 unsigned char module_name[4]; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvmsdbgout.c576 char *module_name, *m; in write_modbeg() local
582 module_name = xstrdup (lbasename (primary_filename)); in write_modbeg()
584 m = strrchr (module_name, '.'); in write_modbeg()
588 modnamelen = strlen (module_name); in write_modbeg()
590 module_name[i] = TOUPPER (module_name[i]); in write_modbeg()
604 modbeg.dst_b_modbeg_name = strlen (module_name); in write_modbeg()
622 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddm_services.h288 const char *module_name,
322 const char *module_name,
/dragonfly/contrib/binutils-2.27/include/
H A Dieee.h28 char *module_name; member
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c170 ip_fw3_register_module(int module_id,char *module_name) in ip_fw3_register_module() argument
180 strncpy(tmp->name, module_name, strlen(module_name)); in ip_fw3_register_module()
185 kprintf("ipfw3 module %s loaded\n", module_name); in ip_fw3_register_module()
H A Dip_fw3.h535 void ip_fw3_register_module(int module_id,char *module_name);
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h980 uint8_t module_name[8]; member
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c12147 const char *module_name; in read_module_type() local
12150 module_name = dwarf2_name (die, cu); in read_module_type()
12151 if (!module_name) in read_module_type()
12155 type = init_type (TYPE_CODE_MODULE, 0, 0, module_name, objfile); in read_module_type()