Home
last modified time | relevance | path

Searched refs:status (Results 176 – 200 of 783) sorted by relevance

12345678910>>...32

/qemu/tests/qemu-iotests/
H A D06229 status=1 # failure is the default!
63 status=0
H A D09028 status=1 # failure is the default!
61 status=0
H A D00128 status=1 # failure is the default!
63 status=0
H A D00828 status=1 # failure is the default!
63 status=0
H A D02228 status=1 # failure is the default!
63 status=0
H A D00531 status=1 # failure is the default!
76 status=0
H A D02128 status=1 # failure is the default!
61 status=0
H A D26525 status=1 # failure is the default!
68 status=0
H A D11929 status=1 # failure is the default!
59 status=0
H A D03529 status=1 # failure is the default!
70 status=0
H A D10528 status=1 # failure is the default!
69 status=0
H A D15028 status=1 # failure is the default!
73 status=0
H A D01128 status=1 # failure is the default!
74 status=0
H A D05328 status=1 # failure is the default!
70 status=0
H A D28225 status=1 # failure is the default!
67 status=0
H A D06928 status=1 # failure is the default!
58 status=0
/qemu/tests/qemu-iotests/tests/
H A Ddetect-zeroes-registered-buf31 status=1 # failure is the default!
60 status=0
H A Dregression-vhdx-log29 status=1 # failure is the default!
62 status=0
H A Dnbd-tls-iothread.out45 …MP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id":…
46 …MP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id":…
48 …MP, "microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "…
/qemu/tests/tcg/mips/
H A Dhello-mips.c16 static inline void exit1(int status) in exit1() argument
18 register unsigned long __a0 asm("$4") = (unsigned long) status; in exit1()
/qemu/hw/usb/
H A Dcanokey.c171 p->status = USB_RET_NAK; in canokey_handle_control()
174 p->status = USB_RET_STALL; in canokey_handle_control()
242 p->status = USB_RET_NAK; in canokey_handle_data()
245 p->status = USB_RET_STALL; in canokey_handle_data()
265 p->status = USB_RET_STALL; in canokey_handle_data()
/qemu/hw/input/
H A Dadb.c62 s->status = 0; in do_adb_request()
76 s->status = 0; in do_adb_request()
85 s->status |= ADB_STATUS_BUSTIMEOUT; in do_adb_request()
91 s->status |= ADB_STATUS_BUSTIMEOUT; in do_adb_request()
126 s->status |= ADB_STATUS_POLLREPLY; in adb_poll()
/qemu/include/hw/cxl/
H A Dcxl_pci.h81 uint16_t status; member
105 uint16_t status; member
156 uint16_t status; member
/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-signals-s390x.py32 status = int(gdb.parse_and_eval("$r2"))
33 report(status == 0, "status == 0")
/qemu/hw/scsi/
H A Dspapr_vscsi.c202 req->crq.s.status = VIOSRP_OK; in vscsi_send_iu()
204 req->crq.s.status = VIOSRP_ADAPTER_FAIL; in vscsi_send_iu()
240 trace_spapr_vscsi_send_rsp(status, res_in, res_out); in vscsi_send_rsp()
268 iu->srp.rsp.status = status; in vscsi_send_rsp()
269 if (status) { in vscsi_send_rsp()
565 if (sreq->status == CHECK_CONDITION) { in vscsi_command_complete()
577 if (sreq->status == 0) { in vscsi_command_complete()
587 vscsi_send_rsp(s, req, sreq->status, res_in, res_out); in vscsi_command_complete()
916 iu->srp.rsp.status = GOOD; in vscsi_process_tsk_mgmt()
986 sinfo->common.status = rc ? cpu_to_be32(1) : 0; in vscsi_send_adapter_info()
[all …]

12345678910>>...32