Searched refs:handle_cmd (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | obmcutil | 337 function handle_cmd() function 413 handle_cmd $query 471 handle_cmd hostrebootoff 472 handle_cmd bmcrebootoff 477 handle_cmd hostrebooton 478 handle_cmd bmcrebooton 582 handle_cmd "$@"
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 468 static bool handle_cmd(struct kvm_vm *vm, int cmd) in handle_cmd() function 675 if (!handle_cmd(vm, uc.args[1])) { in vcpu_run_loop()
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 46 static void handle_cmd(AHCIState *s, int port, uint8_t slot); 603 handle_cmd(s, port, slot); in check_cmd() 1342 static void handle_cmd(AHCIState *s, int port, uint8_t slot) in handle_cmd() function
|
H A D | trace-events | 106 handle_cmd_nolist(void *s, int port) "ahci(%p)[%d]: handle_cmd called without s->dev[port].lst"
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 683 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, member
|
H A D | tcm_qla2xxx.c | 1523 .handle_cmd = tcm_qla2xxx_handle_cmd,
|
H A D | qla_target.c | 4195 ret = ha->tgt.tgt_ops->handle_cmd(vha, cmd, cdb, data_length, in __qlt_do_work()
|