Home
last modified time | relevance | path

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

/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_dev.h.patch57 * - On failure, a negative value.
74 * - On failure, a negative value.
106 * - On failure, a negative value.
120 * - On failure, a negative value.
134 * - On failure, a negative value.
148 * - On failure, a negative value.
H A D23.07-rte_bus_pci.h.patch22 - * Number of bytes read on success, negative on error.
46 - * Number of bytes written on success, negative on error.
H A D23.11-rte_bus_pci.h.patch119 - * Number of bytes read on success, negative on error.
143 - * Number of bytes written on success, negative on error.
/spdk/lib/json/
H A Djson_util.c73 bool negative; member
106 num->negative = true; in json_number_split()
190 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint8()
212 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint16()
238 if (split_num.negative) { in spdk_json_number_to_int32()
265 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint32()
287 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint64()
/spdk/test/vhost/
H A Dvhost.sh21 run_test "vhost_negative" $WORKDIR/other/negative.sh