Searched refs:error_string (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
H A D | cache_file.c.patch | 13 # 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 D | conf_file.c.patch | 13 # define error_string strerror(errno) 18 # define error_string (sys_errlist[errno]) 20 # define error_string "error message not found"
|
/openbmc/linux/lib/ |
H A D | vsprintf.c | 676 static char *error_string(char *buf, char *end, const char *s, in error_string() function 713 *buf = error_string(*buf, end, err_msg, spec); in check_pointer() 830 return error_string(buf, end, str, spec); in ptr_to_id() 869 return error_string(buf, end, "pK-error", spec); in restricted_pointer() 1606 return error_string(buf, end, "(einval)", spec); in ip_addr_string() 1611 return error_string(buf, end, err_fmt_msg, spec); in ip_addr_string() 1749 return error_string(buf, end, "(%pN?)", spec); in netdev_bits() 1765 return error_string(buf, end, "(%p4?)", spec); in fourcc_string() 1936 return error_string(buf, end, "(%pt?)", spec); in time_and_date() 1945 return error_string(buf, end, "(%pC?)", spec); in clock() [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | mconsole_kern.c | 476 char *ptr = req->request.data, *name, *error_string = ""; in mconsole_config() local 493 err = (*dev->config)(name, &error_string); in mconsole_config() 494 mconsole_reply(req, error_string, err, 0); in mconsole_config()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-nsm.c | 37 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()
|
/openbmc/linux/drivers/scsi/ |
H A D | pmcraid.h | 830 char *error_string; member
|
H A D | pmcraid.c | 1681 ioasc, error_info->error_string); in pmcraid_ioasc_logger()
|