Lines Matching refs:cmd
139 cmd = 'ums %s %s %s' % (tgt_usb_ctlr, tgt_dev_type, tgt_dev_id)
140 u_boot_console.run_command(cmd, wait_for_prompt=False)
158 cmd = ('/bin/mount', host_ums_part_node)
159 u_boot_utils.run_and_log(u_boot_console, cmd)
175 cmd = ('/bin/umount', host_ums_part_node)
176 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
209 cmd = ('rm', '-f', mounted_test_fn)
210 u_boot_utils.run_and_log(u_boot_console, cmd)
213 cmd = ('cp', test_f.abs_fn, mounted_test_fn)
214 u_boot_utils.run_and_log(u_boot_console, cmd)
228 cmd = ('rm', '-f', mounted_test_fn)
229 u_boot_utils.run_and_log(u_boot_console, cmd)