save_command      694 drivers/pci/hotplug/cpqphp_pci.c 	u16 save_command;
save_command      715 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command);
save_command      745 drivers/pci/hotplug/cpqphp_pci.c 			if ((b_base <= b_length) && (save_command & 0x01)) {
save_command      761 drivers/pci/hotplug/cpqphp_pci.c 			if ((w_base <= w_length) && (save_command & 0x02)) {
save_command      777 drivers/pci/hotplug/cpqphp_pci.c 			if ((w_base <= w_length) && (save_command & 0x02)) {
save_command      801 drivers/pci/hotplug/cpqphp_pci.c 					    && (save_command & 0x01)) {
save_command      822 drivers/pci/hotplug/cpqphp_pci.c 						    && (save_command & 0x02)) {
save_command      839 drivers/pci/hotplug/cpqphp_pci.c 						    && (save_command & 0x02)) {
save_command      873 drivers/pci/hotplug/cpqphp_pci.c 					    && (save_command & 0x01)) {
save_command      893 drivers/pci/hotplug/cpqphp_pci.c 						    && (save_command & 0x02)) {
save_command      910 drivers/pci/hotplug/cpqphp_pci.c 						    && (save_command & 0x02)) {
save_command      677 kernel/debug/kdb/kdb_main.c 	char **save_command = s->command;
save_command      701 kernel/debug/kdb/kdb_main.c 	memcpy(s->command, save_command, s->count * sizeof(*(s->command)));
save_command      703 kernel/debug/kdb/kdb_main.c 	kfree(save_command);