Searched refs:save_command (Results 1 – 2 of 2) sorted by relevance
694 u16 save_command; in cpqhp_save_used_resources() local715 pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command); in cpqhp_save_used_resources()745 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()761 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()777 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()801 && (save_command & 0x01)) { in cpqhp_save_used_resources()822 && (save_command & 0x02)) { in cpqhp_save_used_resources()839 && (save_command & 0x02)) { in cpqhp_save_used_resources()873 && (save_command & 0x01)) { in cpqhp_save_used_resources()893 && (save_command & 0x02)) { in cpqhp_save_used_resources()[all …]
677 char **save_command = s->command; in kdb_defcmd2() local701 memcpy(s->command, save_command, s->count * sizeof(*(s->command))); in kdb_defcmd2()703 kfree(save_command); in kdb_defcmd2()