Searched refs:error_string (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 549 const char *error_string; in dhcp_ipc_strerror() local 570 error_string = strerror(errno); in dhcp_ipc_strerror() 571 if (error_string == NULL) in dhcp_ipc_strerror() 572 error_string = "unknown error"; in dhcp_ipc_strerror() 575 syscalls[error], error_string); in dhcp_ipc_strerror() 577 error_string = buffer; in dhcp_ipc_strerror() 581 error_string = "out of memory"; in dhcp_ipc_strerror() 585 error_string = "wait timed out, operation still pending..."; in dhcp_ipc_strerror() 589 error_string = "interface does not exist or cannot be managed " in dhcp_ipc_strerror() 594 error_string = "internal error (might work later)"; in dhcp_ipc_strerror() [all …]
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | doorway.c | 448 char *error_string; in auditd_thread_init() local 490 error_string = NULL; in auditd_thread_init() 493 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init() 494 report_error(rc, error_string, p->plg_path); in auditd_thread_init() 495 free(error_string); in auditd_thread_init() 526 error_string = NULL; in auditd_thread_init() 528 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init() 529 report_error(rc, error_string, p->plg_path); in auditd_thread_init() 530 free(error_string); in auditd_thread_init() 1198 char *error_string; in process() local [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | t1394_errmsg.c | 38 static const char *error_string[] = { variable 158 msg = error_string[err]; in t1394_errmsg()
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | directory.h | 96 char *error_string);
|
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | labelit.c | 468 int32_t len, int8_t *error_string) in convert_string() argument 474 (void) fprintf(stderr, "%s", error_string); in convert_string()
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 815 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()
|