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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/
H A Dt1394_errmsg.c42 static const char *error_string[] = { variable
169 msg = error_string[err];
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Ddirectory.h96 char *error_string);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/
H A DSolaris_NFSShare.c375 char error_string[MAXSIZE]; local
376 (void) strlcpy(error_string, NFSD_START_FAILURE,
381 NULL, error_string, NULL, &err);
384 (void) strlcat(error_string, cmd_return,
386 (void) strlcpy(return_string, error_string,
397 char error_string[MAXSIZE]; local
398 (void) strlcpy(error_string, MOUNTD_START_FAILURE,
403 NULL, error_string, NULL, &err);
406 (void) strlcat(error_string, cmd_return,
408 (void) strlcpy(return_string, error_string,
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-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);

Completed in 120 milliseconds