Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c546 const char *error_string; in dhcp_ipc_strerror() local
567 error_string = strerror(errno); in dhcp_ipc_strerror()
568 if (error_string == NULL) in dhcp_ipc_strerror()
569 error_string = "unknown error"; in dhcp_ipc_strerror()
572 syscalls[error], error_string); in dhcp_ipc_strerror()
574 error_string = buffer; in dhcp_ipc_strerror()
578 error_string = "out of memory"; in dhcp_ipc_strerror()
582 error_string = "wait timed out, operation still pending..."; in dhcp_ipc_strerror()
586 error_string = "interface does not exist or cannot be managed " in dhcp_ipc_strerror()
591 error_string = "internal error (might work later)"; in dhcp_ipc_strerror()
[all …]
/onnv-gate/usr/src/cmd/auditd/
H A Ddoorway.c439 char *error_string; in auditd_thread_init() local
481 error_string = NULL; in auditd_thread_init()
484 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
485 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
486 free(error_string); in auditd_thread_init()
518 error_string = NULL; in auditd_thread_init()
520 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
521 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
522 free(error_string); in auditd_thread_init()
1188 char *error_string; in process() local
[all …]
/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/
H A DSolaris_NFSShare.c375 char error_string[MAXSIZE]; in cp_createInstance_Solaris_NFSShare() local
376 (void) strlcpy(error_string, NFSD_START_FAILURE, in cp_createInstance_Solaris_NFSShare()
381 NULL, error_string, NULL, &err); in cp_createInstance_Solaris_NFSShare()
384 (void) strlcat(error_string, cmd_return, in cp_createInstance_Solaris_NFSShare()
386 (void) strlcpy(return_string, error_string, in cp_createInstance_Solaris_NFSShare()
397 char error_string[MAXSIZE]; in cp_createInstance_Solaris_NFSShare() local
398 (void) strlcpy(error_string, MOUNTD_START_FAILURE, in cp_createInstance_Solaris_NFSShare()
403 NULL, error_string, NULL, &err); in cp_createInstance_Solaris_NFSShare()
406 (void) strlcat(error_string, cmd_return, in cp_createInstance_Solaris_NFSShare()
408 (void) strlcpy(return_string, error_string, in cp_createInstance_Solaris_NFSShare()
/onnv-gate/usr/src/uts/common/io/1394/
H A Dt1394_errmsg.c42 static const char *error_string[] = { variable
169 msg = error_string[err]; in t1394_errmsg()
/onnv-gate/usr/src/lib/libidmap/common/
H A Ddirectory.h96 char *error_string);
/onnv-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c470 int32_t len, int8_t *error_string) in convert_string() argument
476 (void) fprintf(stderr, "%s", error_string); in convert_string()
/onnv-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c815 char error_string[256]; in process_c_flag() local
818 (void) snprintf(error_string, 255, in process_c_flag()
820 PERROR(error_string); in process_c_flag()