Searched refs:command_list (Results 1 – 7 of 7) sorted by relevance
43 for cmd in gencom.command_list:154 for cmd in gencom.command_list:173 sorted_command_list = sorted(gencom.command_list)217 sorted_command_list = sorted(gencom.command_list)239 for cmd in gencom.command_list:315 for cmd in gencom.command_list:332 for cmd in gencom.command_list:351 for cmd in gencom.command_list:368 for cmd in gencom.command_list:375 for cmd in gencom.command_list:[all …]
254 for cmd in gencom.command_list:266 for cmd in gencom.command_list:500 for cmd in gencom.command_list:509 sorted_command_list = sorted(gencom.command_list)572 for cmd in gencom.command_list:590 for cmd in gencom.command_list:
84 command_list = [] variable360 command_list.append(cmd_name)386 command_list.append(cmd_name)416 if cmd_name in command_list:
65 for cmd in gencom.command_list:124 sorted_command_list = sorted(gencom.command_list)
65 Opt::List => command_list(virt_manager), in main()79 fn command_list(virt_manager: Strong<dyn IVirtManager>) -> Result<(), Error> { in command_list() function
98 struct listnode command_list; member172 list_add_tail(&tuner->command_list, &cmd->node); in send_command_l()292 if (list_empty(&tuner->command_list) || ts.tv_sec != 0) { in callback_thread_loop()307 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()488 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()548 list_for_each(item, &stub_tuner->command_list) { in tuner_get_configuration()707 list_init(&rdev->tuner->command_list); in rdev_open_tuner()
727 auto command_list = GetCommandsFromPacketView(*packet); in on_incoming_packet() local728 for (auto& command : command_list) { in on_incoming_packet()