Lines Matching defs:curr_pos
1168 char kbuf[64], *curr_pos;
1178 curr_pos = kbuf;
1181 if (strncmp(curr_pos, "lock ", 5) == 0) {
1182 curr_pos += 5;
1187 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
1217 } else if (strncmp(curr_pos, "unlock ", 7) == 0) {
1218 curr_pos += 7;
1223 if (strncmp(curr_pos, "all", 3) == 0)
1227 (curr_pos, remaining, &io_state)) {
1273 } else if (strncmp(curr_pos, "trylock ", 8) == 0) {
1274 curr_pos += 8;
1279 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
1314 } else if (strncmp(curr_pos, "target ", 7) == 0) {
1318 curr_pos += 7;
1322 if (!strncmp(curr_pos, "default", 7))
1325 if (!vga_pci_str_to_vars(curr_pos, remaining,
1339 pr_debug("%s ==> %04x:%02x:%02x.%x pdev %p\n", curr_pos,
1381 } else if (strncmp(curr_pos, "decodes ", 8) == 0) {
1382 curr_pos += 8;
1386 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {