Searched refs:errstr (Results 76 - 100 of 141) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c264 char *errstr; local
300 errstr = "statefile must be a block device";
302 errstr = "statefile device must not "
305 errstr = "statefile device must not "
308 errstr = NULL;
311 if (errstr) {
312 cpr_err(CE_CONT, "%s.\n", errstr);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c576 char *errstr; local
579 info->mi_hash, APPLY_NONE, &errstr)) {
580 if (errstr)
582 "%s\n"), info->mi_path, errstr); local
887 char *errstr; local
891 info->mi_hash, apply, &errstr)) {
892 semerr(errstr);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1044 sh->errstr = pkt->errbuf;
1127 sh->errstr = pkt->errbuf;
1178 sh->errstr = pkt->errbuf;
1326 sh->errstr = pkt->errbuf;
1570 (void) ddi_pathname(dip, handle->errstr);
1576 handle->errstr);
1578 (void) ddi_pathname(dip, handle->errstr);
1581 (void) strcat(handle->errstr, p);
1582 (void) strcat(handle->errstr, ddi_node_name(dip));
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c468 char *errstr = strerror(Errno); local
471 (void) snprintf(resp, SSIZE, "E%d\n%s\n", Errno, errstr);
472 DEBUG2("rmtd: E %d (%s)\n", Errno, errstr);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c130 int *linksizep, int *errorp, char *errstr);
132 char *nextlinkkey, int *nextlinksizep, int *errorp, char *errstr);
1458 int *errorp, char *errstr)
1468 dellinkp = fetch_record(dbp, linkkey, linksize, NULL, errorp, errstr);
1474 debug_print_key(stderr, errstr,
1509 *errorp = delete_record(dbp, linkkey, linksize, errstr);
1514 &fhrec, errorp, errstr);
1518 debug_print_key(stderr, errstr,
1530 errstr);
1551 char *nextlinkkey, int *nextlinksizep, int *errorp, char *errstr)
1457 delete_link_by_key(struct db_list *dbp, char *linkkey, int *linksizep, int *errorp, char *errstr) argument
1550 delete_link(struct db_list *dbp, fhandle_t *dfh, char *name, char *nextlinkkey, int *nextlinksizep, int *errorp, char *errstr) argument
[all...]
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c172 char **errstr; member in struct:list_stat
590 lstat.errstr = errstring;
627 lstat.errstr = errstring;
700 lstat.errstr = errstring;
2334 sizeof (cfga_list_data_t), lstatp->errstr)) == NULL) {
2418 sizeof (cfga_stat_data_t), lstatp->errstr)) == NULL) {
2491 config_err(errno, DI_INIT_FAILED, lstatp->errstr);
2505 config_err(errno, DI_INIT_FAILED, lstatp->errstr);
2514 *(lstatp->errstr) = strdup(lstatp->shp_errstr);
2693 &lib_loc, lstatp->errstr);
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c311 char *errstr = getErrstr(); local
317 (errstr && *errstr) ? errstr : "Unknown");
H A Dpkgdbmerg.c220 char *errstr = getErrstr(); local
226 (errstr && *errstr) ? errstr : "Unknown");
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c50 const char *errstr; member in struct:ua_key
135 errmsg(M_INVALID, res, keys[i].errstr);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c103 char errstr[51]; local
109 (void) snprintf(errstr, sizeof (errstr),
112 (void) snprintf(errstr, sizeof (errstr),
116 clnt_sperror(clnt, errstr));
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c662 char errstr[2 * MAXERROR]; local
688 (void) snprintf(errstr, sizeof (errstr),
690 MKERROR(LOG_ERR, *errorp, NS_CONFIG_NOTLOADED, strdup(errstr),
773 (void) snprintf(errstr, (2 * MAXERROR), gettext(
779 strdup(errstr), NULL);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py556 errstr = "%s: %s" % (name, e)
558 errstr = str(e)
561 " %s" % (tarpath, errstr))
599 errstr = "%s: %s" % (elt.name, e)
601 errstr = str(e)
605 (tarpath, errstr))
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c4411 char *errstr;
4417 errstr = "Standard Error: Error bit set in register - device"
4422 errstr = "NCQ Error: Error bit set in register - device"
4427 errstr = "Error in data FIS not detected by device";
4431 errstr = "Initial command FIS transmission failed";
4435 errstr = "Inconsistency in protocol";
4439 errstr = "DMA direction flag does not match the command";
4443 errstr = "Run out of scatter gather entries while writing data";
4447 errstr = "Run out of scatter gather entries while reading data";
4451 errstr
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c813 char *errstr; local
820 if ((errstr = strerror(e)) != NULL)
821 error(errstr);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c265 char errstr[DLADM_STRSIZE]; local
271 linkname, dladm_status2str(status, errstr));
/illumos-gate/usr/src/man/man1/
H A DMakefile443 errstr.1 \
584 errstr.1 := LINKSRC = ckstr.1
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c1257 char *errstr = getErrstr(); local
1263 (errstr && *errstr) ? errstr : "Unknown");
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h222 char *errstr; member in struct:__anon9959
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c395 char *errstr; local
404 errstr = kmem_alloc(len, KM_SLEEP);
406 (void) snprintf(errstr, len, "%s%s%s", dr_mem_estr[result],
409 return (errstr);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c901 char *errstr, *matcheddn, **v3refs; local
916 matcheddn = errstr = NULL;
919 &origerr, &matcheddn, &errstr, &v3refs, NULL );
937 err = nsldapi_chase_v2_referrals( ld, lr, &errstr,
945 lr->lr_res_error = errstr;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c1914 const char *errstr; local
1918 errstr = "Pstopstatus PCNULL"; break;
1920 errstr = "Pstopstatus PCSTOP"; break;
1922 errstr = "Pstopstatus PCDSTOP"; break;
1924 errstr = "Pstopstatus PCWSTOP"; break;
1926 errstr = "Pstopstatus PC???"; break;
1928 dprintf("%s: %s\n", errstr, strerror(err));
3502 const char *errstr; local
3506 errstr = "Lstopstatus PCNULL"; break;
3508 errstr
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c332 char *errstr; local
337 opts, listops, &errstr, CFGA_FLAG_LIST_ALL);
1656 char *errstr = NULL; local
1661 errstr = (char *)rcm_info_error(cached_tuple);
1665 (errstr != NULL && nvlist_add_string(client->usg_props,
1666 RI_QUERY_ERR, errstr) != 0)) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c827 char errstr[DLADM_STRSIZE]; local
843 rsrc, dladm_status2str(status, errstr));
H A Drcm_subr.c415 char *modname, const char *infostr, const char *errstr,
448 if (errstr) {
450 errstr);
452 (char *)errstr)) {
414 add_busy_rsrc_to_list(char *alias, pid_t pid, int state, int seq_num, char *modname, const char *infostr, const char *errstr, nvlist_t *client_props, rcm_info_t **list) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c569 char *errstr = dlerror(); local
570 syslog(LOG_ERR, "%s", errstr);
577 char *errstr = dlerror(); local
578 syslog(LOG_ERR, "%s", errstr);

Completed in 161 milliseconds

123456