Searched defs:error_string (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394_errmsg.c42 static const char *error_string[] = { variable
169 msg = error_string[err];
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c815 char error_string[256]; local
818 (void) snprintf(error_string, 255,
820 PERROR(error_string);
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c470 int32_t len, int8_t *error_string)
476 (void) fprintf(stderr, "%s", error_string);
469 convert_string(int8_t *value, int8_t *out_buf, int32_t out_len, int32_t len, int8_t *error_string) argument
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c546 const char *error_string; local
567 error_string = strerror(errno);
568 if (error_string == NULL)
569 error_string = "unknown error";
572 syscalls[error], error_string);
574 error_string = buffer;
578 error_string = "out of memory";
582 error_string = "wait timed out, operation still pending...";
586 error_string = "interface does not exist or cannot be managed "
591 error_string
[all...]
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c439 char *error_string; local
481 error_string = NULL;
484 &open_params, &error_string)) != AUDITD_SUCCESS) {
485 report_error(rc, error_string, p->plg_path);
486 free(error_string);
518 error_string = NULL;
520 &open_params, &error_string)) != AUDITD_SUCCESS) {
521 report_error(rc, error_string, p->plg_path);
522 free(error_string);
1188 char *error_string; local
[all...]

Completed in 51 milliseconds