Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A Dcache_file.c.patch13 # define error_string strerror(errno)
18 # define error_string (sys_errlist[errno])
20 # define error_string "error message not found"
27 # define error_string strerror(errno)
32 # define error_string (sys_errlist[errno])
34 # define error_string "error message not found"
H A Dconf_file.c.patch13 # define error_string strerror(errno)
18 # define error_string (sys_errlist[errno])
20 # define error_string "error message not found"
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c37 static const char *error_string(enum NSMResponseTypes type) in error_string() function
100 if (!qemu_cbor_add_string_to_map(root, "Error", error_string(error))) { in error_response()
107 error_string(error)); in error_response()
120 error_setg(errp, "Failed to initialize %s response", error_string(error)); in error_response()