Lines Matching defs:curr_pos
1078 char kbuf[64], *curr_pos;
1088 curr_pos = kbuf;
1091 if (strncmp(curr_pos, "lock ", 5) == 0) {
1092 curr_pos += 5;
1097 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
1127 } else if (strncmp(curr_pos, "unlock ", 7) == 0) {
1128 curr_pos += 7;
1133 if (strncmp(curr_pos, "all", 3) == 0)
1137 (curr_pos, remaining, &io_state)) {
1183 } else if (strncmp(curr_pos, "trylock ", 8) == 0) {
1184 curr_pos += 8;
1189 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
1224 } else if (strncmp(curr_pos, "target ", 7) == 0) {
1228 curr_pos += 7;
1232 if (!strncmp(curr_pos, "default", 7))
1235 if (!vga_pci_str_to_vars(curr_pos, remaining,
1249 pr_debug("%s ==> %04x:%02x:%02x.%x pdev %p\n", curr_pos,
1291 } else if (strncmp(curr_pos, "decodes ", 8) == 0) {
1292 curr_pos += 8;
1296 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {