Lines Matching defs:this_opt
1088 char *this_opt;
1093 while ((this_opt = strsep(&options, ",")) != NULL) {
1094 if (!strncmp(this_opt, "monitor:", 8)) {
1095 if (!strncmp(this_opt + 8, "crt", 3)) {
1099 } else if (!strncmp(this_opt + 8, "1600sw", 6) ||
1100 !strncmp(this_opt + 8, "lcd", 3)) {
1105 } else if (!strncmp(this_opt, "mem:", 4)) {
1106 gbe_mem_size = memparse(this_opt + 4, &this_opt);
1112 mode_option = this_opt;