Searched defs:err_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_uri_ui.c421 char *err_info = NULL; local
426 err_info = (char *)malloc(SIP_URI_BUF_SIZE);
427 if (err_info == NULL)
431 (void) strncpy(err_info, "Error : No URI",
433 err_info[strlen("Error : No URI")] = '\0';
434 return (err_info);
437 (void) strncpy(err_info, "Error(s) in", strlen("Error(s) in"));
438 err_info[strlen("Error(s) in")] = '\0';
440 (void) strncat(err_info, " SCHEME,", strlen(" SCHEME,"));
442 (void) strncat(err_info, " USE
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h109 ErrorInfo_t err_info; /* error info */ member in struct:cpqary3_bmic_pass
121 ErrorInfo_t err_info; /* error info */ member in struct:cpqary3_scsi_pass
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h309 struct fit_comp_error_info err_info; member in struct:skd_request_context

Completed in 61 milliseconds