Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/cmd-crypto/tpmadm/
H A Dmain.c127 char *err_string; in print_error() local
130 err_string = Trspi_Error_String(ret); in print_error()
131 (void) fprintf(stderr, "%s: %s (0x%0x)\n", msg, err_string, ret); in print_error()
/titanic_44/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c45 my_perror(char *err_string) in my_perror() argument
53 (void) fprintf(stderr, gettext(err_string)); in my_perror()
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c704 char *err_string = NULL; in serengeti_display_board_info() local
713 &err_string, flags); in serengeti_display_board_info()
758 if (err_string) in serengeti_display_board_info()
759 free(err_string); in serengeti_display_board_info()
962 char *err_string = NULL; in cpu_node_configured() local
973 NULL, NULL, &err_string, flags); in cpu_node_configured()
987 if (err_string) in cpu_node_configured()
988 free(err_string); in cpu_node_configured()
/titanic_44/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c44 my_perror(char *err_string) in my_perror() argument
52 (void) fprintf(stderr, gettext(err_string)); in my_perror()
H A Df_format.c55 extern void my_perror(char *err_string);
/titanic_44/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c591 char err_string[128]; in readgeom() local
594 (void) sprintf(err_string, in readgeom()
597 return (warn(name, err_string)); in readgeom()
/titanic_44/usr/src/cmd/ps/
H A Ducbps.c141 static char *err_string(int);
437 psname, err_string(saverr)); in ucbmain()
488 asname, err_string(saverr)); in ucbmain()
1183 err_string(int err) in err_string() function
H A Dps.c327 static char *err_string(int);
959 pname, err_string(saverr)); in print_proc()
1018 pname, err_string(saverr)); in print_proc()
1195 err_string(errno)); in parse_format()
2410 err_string(int err) in err_string() function
/titanic_44/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c67 my_perror(char *err_string) in my_perror() argument
75 (void) fprintf(stderr, gettext(err_string)); in my_perror()
/titanic_44/usr/src/cmd/rmformat/
H A Drmf_main.c71 extern void my_perror(char *err_string);
H A Drmf_misc.c115 my_perror(char *err_string) in my_perror() argument
123 (void) fprintf(stderr, "%s", err_string); in my_perror()
H A Drmf_menu.c82 extern void my_perror(char *err_string);
H A Drmf_slice.c50 extern void my_perror(char *err_string);
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c787 int rqlen, char msg_string[], char *err_string) in g_scsi_printerr() argument
803 err_string); in g_scsi_printerr()
/titanic_44/usr/src/cmd/luxadm/
H A Dlux_util.c72 char msg_string[], char *err_string);
284 int rqlen, char msg_string[], char *err_string) in scsi_printerr() argument
299 err_string); in scsi_printerr()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c850 char *err_string; in validate_signature() local
959 err_string = xmalloc(errsz); in validate_signature()
960 (void) snprintf(err_string, errsz, in validate_signature()
965 err_string); in validate_signature()
966 free(err_string); in validate_signature()