Searched refs:check_command (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
| H A D | common.py | 10 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 D | bsp.py | 8 from checklayer import LayerType, get_signatures, check_command, get_depgraph 202 output = check_command('Comparing signatures failed.', cmd).decode('utf-8')
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 1657 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/ |
| H A D | __init__.py | 247 …output = check_command('Getting existing layers failed.', 'bitbake-layers show-layers').decode('ut… 277 def check_command(error_msg, cmd, cwd=None): function 315 …check_command('Generating signatures failed. This might be due to some parse error and/or general … 447 output = check_command('Determining signature difference failed.',
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | expr.py | 553 def check_command(expr: QAPIExpression) -> None: function 666 check_command(expr)
|