Lines Matching defs:this_opt
212 char *this_opt;
217 while ((this_opt = strsep(&options, ",")) != NULL) {
218 if (!*this_opt) continue;
220 if (! strcmp(this_opt, "inverse"))
222 else if (! strcmp(this_opt, "redraw"))
224 else if (! strcmp(this_opt, "ypan"))
226 else if (! strcmp(this_opt, "ywrap"))
228 else if (! strcmp(this_opt, "vgapal"))
230 else if (! strcmp(this_opt, "pmipal"))
232 else if (! strncmp(this_opt, "mtrr:", 5))
233 mtrr = simple_strtoul(this_opt+5, NULL, 0);
234 else if (! strcmp(this_opt, "nomtrr"))
236 else if (! strncmp(this_opt, "vtotal:", 7))
237 vram_total = simple_strtoul(this_opt+7, NULL, 0);
238 else if (! strncmp(this_opt, "vremap:", 7))
239 vram_remap = simple_strtoul(this_opt+7, NULL, 0);