Searched defs:errormsg (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Derrormsg.c33 errormsg(const char* dictionary, int level, ...) function
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_init.c117 prom_fatal_error(const char *errormsg) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c66 char *errormsg, *rsrc_name; local
87 /* Set "status" and "errormsg" and goto failure */
102 /* Set "status" and "errormsg" and goto failure */
112 /* Set "status" and "errormsg" and goto failure */
124 tnf_string, msg, errormsg);
H A Dtavor_qpmod.c89 char *errormsg; local
184 /* Set "status" and "errormsg" and goto failure */
198 /* Set "status" and "errormsg" and goto failure */
212 /* Set "status"/"errormsg", goto failure */
245 /* Set "status"/"errormsg", goto failure */
254 /* Set "status" and "errormsg" and goto failure */
277 /* Set "status" and "errormsg" and goto failure */
297 /* Set "status" and "errormsg" and goto failure */
311 /* Set "status" and "errormsg" and goto failure */
325 /* Set "status"/"errormsg", got
[all...]
H A Dtavor_srq.c77 char *errormsg; local
119 /* Set "status" and "errormsg" and goto failure */
132 /* Set "status" and "errormsg" and goto failure */
140 /* Set "status" and "errormsg" and goto failure */
162 /* Set "status" and "errormsg" and goto failure */
186 /* Set "status" and "errormsg" and goto failure */
198 /* Set "status" and "errormsg" and goto failure */
255 /* Set "status" and "errormsg" and goto failure */
300 /* Set "status" and "errormsg" and goto failure */
321 /* Set "status" and "errormsg" an
659 char *errormsg; local
[all...]
H A Dtavor_cq.c80 char *errormsg; local
99 /* Set "status" and "errormsg" and goto failure */
121 /* Set "status" and "errormsg" and goto failure */
134 /* Set "status" and "errormsg" and goto failure */
156 /* Set "status" and "errormsg" and goto failure */
176 /* Set "status" and "errormsg" and goto failure */
206 /* Set "status" and "errormsg" and goto failure */
247 /* Set "status" and "errormsg" and goto failure */
305 /* Set "status" and "errormsg" and goto failure */
384 tnf_string, msg, errormsg);
560 char *errormsg; local
[all...]
H A Dtavor_event.c94 char *errormsg; local
143 /* Set "status" and "errormsg" and goto failure */
175 /* Set "status" and "errormsg" and goto failure */
193 /* Set "status" and "errormsg" and goto failure */
211 /* Set "status" and "errormsg" and goto failure */
231 /* Set "status" and "errormsg" and goto failure */
249 /* Set "status" and "errormsg" and goto failure */
268 /* Set "status" and "errormsg" and goto failure */
287 /* Set "status" and "errormsg" and goto failure */
306 /* Set "status" and "errormsg" an
918 char *errormsg; local
[all...]
H A Dtavor_misc.c86 char *errormsg; local
98 /* Set "status" and "errormsg" and goto failure */
111 /* Set "status" and "errormsg" and goto failure */
123 /* Set "status" and "errormsg" and goto failure */
147 /* Set "status" and "errormsg" and goto failure */
171 /* Set "status" and "errormsg" and goto failure */
233 tnf_string, msg, errormsg);
561 char *errormsg; local
570 /* Set "status" and "errormsg" and goto failure */
581 /* Set "status" and "errormsg" an
[all...]
H A Dtavor_mr.c193 char *errormsg; local
206 /* Set "status" and "errormsg" and goto failure */
224 /* Set "status" and "errormsg" and goto failure */
237 /* Set "status" and "errormsg" and goto failure */
287 /* Set "status" and "errormsg" and goto failure */
313 /* Set "status" and "errormsg" and goto failure */
323 /* Set "status" and "errormsg" and goto failure */
408 /* Set "status" and "errormsg" and goto failure */
464 tnf_string, msg, errormsg);
486 char *errormsg; local
823 char *errormsg; local
913 char *errormsg; local
1042 char *errormsg; local
1158 char *errormsg; local
1672 char *errormsg; local
1801 char *errormsg; local
2123 char *errormsg; local
[all...]
H A Dtavor_qp.c89 char *errormsg; local
129 /* Set "status" and "errormsg" and goto failure */
145 /* Set "status" and "errormsg" and goto failure */
158 /* Set "status" and "errormsg" and goto failure */
168 /* Set "status" and "errormsg" and goto failure */
177 /* Set "status" and "errormsg" and goto failure */
187 /* Set "status" and "errormsg" and goto failure */
200 /* Set "status" and "errormsg" and goto failure */
214 /* Set "status" and "errormsg" and goto failure */
220 /* Set "status" and "errormsg" an
670 char *errormsg; local
1068 char *errormsg; local
[all...]
H A Dtavor_rsrc.c427 char *errormsg, *rsrc_name; local
481 /* Set "status" and "errormsg" and goto failure */
497 /* Set "status" and "errormsg" and goto failure */
528 /* Set "status" and "errormsg" and goto failure */
544 /* Set "status" and "errormsg" and goto failure */
557 tnf_string, msg, errormsg);
581 char *errormsg, *rsrc_name; local
614 /* Set "status" and "errormsg" and goto failure */
655 /* Set "status" and "errormsg" and goto failure */
690 /* Set "status" and "errormsg" an
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c137 char *errormsg; member in struct:server_info_ext
486 if (info->sinfo[0].errormsg)
487 free(info->sinfo[0].errormsg);
488 info->sinfo[0].errormsg = NULL;
513 if (info->sinfo[1].errormsg)
514 info->sinfo[0].errormsg = strdup(info->sinfo[1].errormsg);
558 if (serverInfo->sinfo[1].errormsg)
559 free(serverInfo->sinfo[1].errormsg);
560 serverInfo->sinfo[1].errormsg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c980 const char *errormsg; local
1020 if (len >= 0x40) { errormsg = "Service instance name too long"; goto fail; }
1038 if (src[1] != '_') { errormsg = "Application protocol name must begin with underscore"; goto fail; }
1058 errormsg = "Application protocol name must contain only letters, digits, and hyphens";
1070 if (!ValidTransportProtocol(src)) { errormsg = "Transport protocol name must be _udp or _tcp"; goto fail; }
1073 if (*src) { errormsg = "Service type must have only two labels"; goto fail; }
1076 if (!domain->c[0]) { errormsg = "Service domain must be non-empty"; goto fail; }
1078 { errormsg = "Illegal domain \"local.arpa.\" Use \"local.\" (or empty string)"; goto fail; }
1080 if (!dst) { errormsg = "Service domain too long"; goto fail; }
1084 LogMsg("ConstructServiceName: %s: %#s.%##s%##s", errormsg, nam
[all...]

Completed in 85 milliseconds