Lines Matching defs:temp
626 struct pci_resource *temp;
690 temp = *head;
691 if (temp == max) {
694 while (temp && temp->next != max)
695 temp = temp->next;
697 if (temp)
698 temp->next = max->next;
1501 dbg("%s: temp register set to %x by power fault\n", __func__, temp_register);
1514 dbg("%s: temp register set to %x by error\n", __func__, temp_register);