Searched refs:new_command (Results 1 – 3 of 3) sorted by relevance
102 new_command = c_client.create_command(device['id'], command_dict)103 if not c_client.get_command(new_command['id']):109 if not new_command['id'] in command_ids:113 new_command = c_client.update_command(new_command['id'],
54 new_command = self.commands.create_command(GOOD_COMMAND)55 self.assertTrue('id' in new_command)56 command_id = new_command['id']57 self.assertEqual(new_command['state'], 'queued')60 new_command)
144 unsigned short new_command, pci_command; in adjust_pci_device() local148 new_command = ( pci_command | PCI_COMMAND_MASTER | in adjust_pci_device()150 if ( pci_command != new_command ) { in adjust_pci_device()154 pci_command, new_command ); in adjust_pci_device()155 pci_write_config_word ( pci, PCI_COMMAND, new_command ); in adjust_pci_device()