Home
last modified time | relevance | path

Searched refs:check_command (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c1657 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1798 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1807 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1817 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1826 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1836 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1845 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1855 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1865 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1875 reply = check_command(common, 12, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dcommon.py10 from checklayer import get_signatures, LayerType, check_command, compare_signatures, get_git_toplev…
76 check_command('Layer %s failed to parse.' % self.tc.layer['name'],
80 check_command('Layer %s failed to show environment.' % self.tc.layer['name'],
H A Dbsp.py8 from checklayer import LayerType, get_signatures, check_command, get_depgraph
202 output = check_command('Comparing signatures failed.', cmd).decode('utf-8')
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py247 …output = check_command('Getting existing layers failed.', 'bitbake-layers show-layers').decode('ut…
277 def check_command(error_msg, cmd, cwd=None): function
315check_command('Generating signatures failed. This might be due to some parse error and/or general …
447 output = check_command('Determining signature difference failed.',
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c1723 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1858 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1887 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1896 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1906 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1915 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1925 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1934 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1987 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1999 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/openbmc/qemu/scripts/qapi/
H A Dexpr.py553 def check_command(expr: QAPIExpression) -> None: function
666 check_command(expr)
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c1519 static int check_command(const char *raw_command) in check_command() function
1563 ret = check_command(raw_command); in create_or_delete_synth_event()
2174 ret = check_command(raw_command + len); in create_synth_event()
/openbmc/linux/tools/testing/selftests/net/
H A Dpmtu.sh1950 check_command() { function
1972 check_command taskset || return $ksft_skip