Home
last modified time | relevance | path

Searched refs:check_cmd (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-phosphor/scripts/
H A Drun-repotest114 check_cmd="check_${t}"
116 eval "${check_cmd}=\"echo WARNING: Skipping $t due to missing command:\""
154 check_cmd="check_${file_type}"
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h29 bool (*check_cmd)(struct hinic_hwdev *hwdev, u16 src_func_idx, member
H A Dhinic_hw_mbox.c1243 if (cmd_handle[i].check_cmd) in hinic_mbox_check_cmd_valid()
1244 return cmd_handle[i].check_cmd(hwdev, src_idx, in hinic_mbox_check_cmd_valid()
/openbmc/qemu/hw/ide/
H A Dahci.c45 static void check_cmd(AHCIState *s, int port);
360 check_cmd(s, port); in ahci_port_write()
383 check_cmd(s, port); in ahci_port_write()
595 static void check_cmd(AHCIState *s, int port) in check_cmd() function
616 check_cmd(ad->hba, ad->port_no); in ahci_check_cmd_bh()
1805 check_cmd(s, i); in ahci_state_post_load()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1242 static bool check_cmd(const struct intel_engine_cs *engine, in check_cmd() function
1510 if (!check_cmd(engine, desc, cmd, length)) { in intel_engine_cmd_parser()