| /spdk/lib/json/ |
| H A D | json_write.c | 25 fail(struct spdk_json_write_ctx *w) in fail() function 38 return fail(w); in flush_buf() 120 return fail(w); in emit_buf_full() 143 if (emit(w, " ", 2)) { return fail(w); } in emit_indent() 154 if (emit_fmt(w, "\n", 1)) { return fail(w); } in begin_value() 155 if (emit_indent(w)) { return fail(w); } in begin_value() 158 if (emit(w, ",", 1)) { return fail(w); } in begin_value() 159 if (emit_fmt(w, "\n", 1)) { return fail(w); } in begin_value() 160 if (emit_indent(w)) { return fail(w); } in begin_value() 170 if (begin_value(w)) { return fail(w); } in spdk_json_write_val_raw() [all …]
|
| /spdk/test/vhost/migration/ |
| H A D | migration.sh | 62 [[ -n "$vm_monitor_port" ]] || fail "No monitor port!" 85 fail "source VM $1 or destination VM is not properly configured for live migration" 98 fail "Migration failed:\n" 107 fail "VM$target_vm is not running"
|
| H A D | migration-tc2.sh | 78 fail "no NIC for nvmf target"
|
| /spdk/test/unit/lib/nvmf/auth.c/ |
| H A D | auth_ut.c | 710 struct spdk_nvmf_auth_failure *fail; in test_auth_challenge() 715 fail = (void *)msgbuf; in test_auth_challenge() 786 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_challenge() 787 CU_ASSERT_EQUAL(fail->auth_id, SPDK_NVMF_AUTH_ID_FAILURE1); in test_auth_challenge() 788 CU_ASSERT_EQUAL(fail->t_id, 8); in test_auth_challenge() 789 CU_ASSERT_EQUAL(fail->rc, SPDK_NVMF_AUTH_FAILURE); in test_auth_challenge() 790 CU_ASSERT_EQUAL(fail->rce, SPDK_NVMF_AUTH_FAILED); in test_auth_challenge() 804 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_challenge() 805 CU_ASSERT_EQUAL(fail->auth_id, SPDK_NVMF_AUTH_ID_FAILURE1); in test_auth_challenge() 806 CU_ASSERT_EQUAL(fail in test_auth_challenge() 695 struct spdk_nvmf_auth_failure *fail; test_auth_challenge() local 1071 struct spdk_nvmf_auth_failure *fail; test_auth_success1() local [all...] |
| /spdk/test/setup/ |
| H A D | driver.sh | 47 local fail=0 61 [[ $setup_driver == $driver ]] || fail=1 64 ((fail == 0))
|
| /spdk/test/vhost/readonly/ |
| H A D | readonly.sh | 59 fail "Go away user come back as root" 78 fail "Failed to create malloc bdev" 85 fail "$disk_name bdev not found!"
|
| /spdk/lib/init/ |
| H A D | json_config.c | 56 * we can't put a hard limit during configuration load as it most likely randomly fail. 594 goto fail; in json_config_prepare_ctx() 609 goto fail; in json_config_prepare_ctx() 615 goto fail; in json_config_prepare_ctx() 618 goto fail; in json_config_prepare_ctx() 626 goto fail; in json_config_prepare_ctx() 631 goto fail; in json_config_prepare_ctx() 637 goto fail; in json_config_prepare_ctx() 644 fail: in json_config_prepare_ctx()
|
| /spdk/test/app/fuzz/common/ |
| H A D | fuzz_common.h | 214 goto fail; in fuzz_parse_args_into_array() 223 goto fail; in fuzz_parse_args_into_array() 239 goto fail; in fuzz_parse_args_into_array() 245 fail: in fuzz_parse_args_into_array()
|
| /spdk/test/vhost/fiotest/ |
| H A D | fio.sh | 83 fail "no fio job file specified" 126 fail "invalid VM configuration syntax $vm_conf" 132 fail "VM$vm_num defined more than twice ( $(printf "'%s' " "${vms[@]}"))!"
|
| /spdk/test/vhost/hotplug/ |
| H A D | common.sh | 97 fail "invalid VM configuration syntax $vm_conf" 103 fail "VM$vm_num defined more than twice ( $(printf "'%s' " "${vms[@]}"))!"
|
| H A D | scsi_hotdetach.sh | 18 fail "Disk has not been deleted"
|
| /spdk/test/vhost/other/ |
| H A D | negative.sh | 51 fail "vhost started when specifying invalid config file" 55 # Expecting vhost to fail if an incorrect argument is given 57 fail "vhost started with invalid -x command line option" 85 error "Set coalescing for nonexistent controller should fail" 125 error "Set coalescing with invalid parameter should fail" 135 error "Adding device to naa.0 should fail but succeeded" 143 error "Adding device to naa.0 should fail but succeeded" 154 error "Adding device to naa.0 occupied slot should fail but succeeded" 210 # so first rpc call to create the transport should fail with EEXIST.
|
| /spdk/docker/ |
| H A D | README.md | 109 curl --fail http://127.0.0.1:9090/api/v1/query?query=spdk_bytes_read 110 curl --fail http://127.0.0.1:9090/api/v1/query?query=spdk_bytes_written 117 will simply fail.
|
| /spdk/module/bdev/virtio/ |
| H A D | bdev_virtio_blk.c | 558 goto fail; in virtio_pci_blk_dev_create() 567 goto fail; in virtio_pci_blk_dev_create() 575 goto fail; in virtio_pci_blk_dev_create() 580 fail: in virtio_pci_blk_dev_create()
|
| H A D | bdev_virtio_scsi.c | 318 goto fail; in virtio_pci_scsi_dev_create() 323 goto fail; in virtio_pci_scsi_dev_create() 328 fail: in virtio_pci_scsi_dev_create()
|
| /spdk/lib/nvme/ |
| H A D | nvme_rdma.c | 874 goto fail; in nvme_rdma_create_rsps() 881 goto fail; in nvme_rdma_create_rsps() 888 goto fail; in nvme_rdma_create_rsps() 903 goto fail; in nvme_rdma_create_rsps() 925 fail: in nvme_rdma_create_reqs() 956 goto fail; in nvme_rdma_create_reqs() 964 goto fail; in nvme_rdma_create_reqs() 981 goto fail; 1001 fail: 1779 /* nvme_rdma driver may fail dat in nvme_rdma_qpair_destroy() [all...] |
| H A D | nvme_tcp.c | 286 goto fail; in nvme_tcp_alloc_reqs() 296 goto fail; in nvme_tcp_alloc_reqs() 316 fail: in nvme_tcp_alloc_reqs() 2100 goto fail; in nvme_tcp_read_pdu() 2115 goto fail; in nvme_tcp_read_pdu() 2126 goto fail; in nvme_tcp_read_pdu() 2134 fail: in nvme_tcp_qpair_check_timeout()
|
| /spdk/test/nvmf/host/ |
| H A D | discovery_remove_ifc.sh | 71 --reconnect-delay-sec 1 --fast-io-fail-timeout-sec 1 --wait-for-attach
|
| H A D | timeout.sh | 81 --ctrlr-loss-timeout-sec 5 --fast-io-fail-timeout-sec 2 --reconnect-delay-sec 1
|
| /spdk/doc/ |
| H A D | bdev_pg.md | 78 layer. Opening a bdev with write permission may fail if a virtual bdev module 126 functions may fail in one of two ways. First, they may fail immediately and 128 Second, they may fail asynchronously. In that case, the associated
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-no-vmlinux.patch | |
| /spdk/module/bdev/ocf/ |
| H A D | vbdev_ocf.c | 612 goto fail; in io_handle() 623 goto fail; in io_handle() 629 goto fail; in io_handle() 634 goto fail; in io_handle() 641 goto fail; in io_handle() 646 fail: in io_handle()
|
| /spdk/test/common/config/pkgdep/ |
| H A D | yum | 88 # FIXME: This does not fit here, but there's no sane alternative. Using RPMs from other sources will fail to meet
|
| /spdk/lib/virtio/ |
| H A D | virtio_pci.c | 96 goto fail; in virtio_pci_dev_sigbus_handler() 104 fail: in virtio_pci_dev_sigbus_handler()
|
| /spdk/test/vhost/perf_bench/ |
| H A D | vhost_perf.sh | 243 fail "No disk map provided for test. Exiting."
|