Searched refs:save_command (Results 1 – 2 of 2) sorted by relevance
692 u16 save_command; in cpqhp_save_used_resources() local713 pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command); in cpqhp_save_used_resources()743 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()759 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()775 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()799 && (save_command & 0x01)) { in cpqhp_save_used_resources()820 && (save_command & 0x02)) { in cpqhp_save_used_resources()837 && (save_command & 0x02)) { in cpqhp_save_used_resources()871 && (save_command & 0x01)) { in cpqhp_save_used_resources()891 && (save_command & 0x02)) { in cpqhp_save_used_resources()[all …]
637 char **save_command = s->command; in kdb_defcmd2() local656 memcpy(s->command, save_command, s->count * sizeof(*(s->command))); in kdb_defcmd2()658 kfree(save_command); in kdb_defcmd2()