Lines Matching refs:mod_name
49 const char *mod_name;
191 !match_wildcard(query->module, dt->mod_name))
259 dt->mod_name, dp->function,
1144 iter->table->mod_name, dp->function,
1209 if (!strcmp(cm->mod_name, dt->mod_name)) {
1212 cm->mod_name, cm->base, cm->length, cm->map_type);
1223 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct);
1251 dt->mod_name = modname;
1321 static int ddebug_remove_module(const char *mod_name)
1328 if (dt->mod_name == mod_name) {
1336 v2pr_info("removed module \"%s\"\n", mod_name);