Searched refs:save_command (Results 1 – 2 of 2) sorted by relevance
698 u16 save_command; in cpqhp_save_used_resources() local719 pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command); in cpqhp_save_used_resources()749 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()765 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()781 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()805 && (save_command & 0x01)) { in cpqhp_save_used_resources()826 && (save_command & 0x02)) { in cpqhp_save_used_resources()843 && (save_command & 0x02)) { in cpqhp_save_used_resources()877 && (save_command & 0x01)) { in cpqhp_save_used_resources()897 && (save_command & 0x02)) { in cpqhp_save_used_resources()[all …]
675 char **save_command = s->command; in kdb_defcmd2() local699 memcpy(s->command, save_command, s->count * sizeof(*(s->command))); in kdb_defcmd2()701 kfree(save_command); in kdb_defcmd2()