Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dhdimage.cc71 const char **hdimage_mode_names; variable
85 hdimage_mode_names[i] = builtin_mode_names[i]; in init()
89 hdimage_mode_names[i] = PLUG_get_plugin_name(PLUGTYPE_IMG, n); in init()
92 hdimage_mode_names[count] = NULL; in init()
97 return hdimage_mode_names; in get_mode_names()
104 while (hdimage_mode_names[i] != NULL) { in get_mode_id()
105 if (!strcmp(mode, hdimage_mode_names[i])) return i; in get_mode_id()
119 while (hdimage_mode_names[i] != NULL) { in list_modules()
120 len1 = strlen(hdimage_mode_names[i]); in list_modules()
127 strcat(list, hdimage_mode_names[i]); in list_modules()
[all …]