Searched defs:errStrg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Derrormsgs.c118 char err_msg[MAXLEN], *errStrg; local
123 errStrg = strerror(errno);
124 if (errStrg != NULL) {
125 (void) strcpy(err_msg, errStrg);
1092 errStrg = g_alloc_string(err_msg);
1094 return (errStrg);
/illumos-gate/usr/src/cmd/luxadm/
H A Derrormsgs.c131 char err_msg[MAXLEN], *errStrg; local
136 errStrg = strerror(errno);
137 if (errStrg != NULL) {
138 (void) strcpy(err_msg, errStrg);
1105 errStrg = alloc_string(err_msg);
1107 return (errStrg);

Completed in 87 milliseconds