Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/support/
Dlogresolve.c234 char *errstring[MAX_ERR + 3]; in stats() local
238 errstring[i] = "Unknown error"; in stats()
239 errstring[HOST_NOT_FOUND] = "Host not found"; in stats()
240 errstring[TRY_AGAIN] = "Try again"; in stats()
241 errstring[NO_RECOVERY] = "Non recoverable error"; in stats()
242 errstring[NO_DATA] = "No data record"; in stats()
243 errstring[NO_ADDRESS] = "No address"; in stats()
244 errstring[NO_REVERSE] = "No reverse entry"; in stats()
284 errstring[current->noname]); in stats()
/mirbsd/src/lib/libssl/src/crypto/dso/
Ddso_vms.c321 char errstring[257]; in vms_bind_sym() local
324 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym()
327 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym()
337 errstring[length] = '\0'; in vms_bind_sym()
345 ": ", errstring); in vms_bind_sym()
350 ": ", errstring); in vms_bind_sym()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dfork-child.c359 char *errstring; in fork_inferior() local
364 errstring = safe_strerror (errno); in fork_inferior()
378 fprintf_unfiltered (gdb_stderr, "Got error %s.\n", errstring); in fork_inferior()
Dexceptions.c511 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() argument
520 print_any_exception (gdb_stderr, errstring, exception); in catch_errors()
/mirbsd/src/sys/dev/ata/
Data_wdc.c568 char *errstring = NULL; in wdc_ata_ctrl_intr() local
581 errstring = "recal"; in wdc_ata_ctrl_intr()
606 errstring = "piomode"; in wdc_ata_ctrl_intr()
628 errstring = "dmamode"; in wdc_ata_ctrl_intr()
650 errstring = "geometry"; in wdc_ata_ctrl_intr()
669 errstring = "setmulti"; in wdc_ata_ctrl_intr()
701 chp->wdc->sc_dev.dv_xname, chp->channel, xfer->drive, errstring); in wdc_ata_ctrl_intr()
709 errstring); in wdc_ata_ctrl_intr()
Dwd.c875 char *errstring; in wdgetdisklabel() local
887 errstring = readdisklabel(WDLABELDEV(dev), in wdgetdisklabel()
889 if (errstring) { in wdgetdisklabel()
898 errstring = readdisklabel(WDLABELDEV(dev), in wdgetdisklabel()
901 if (errstring) { in wdgetdisklabel()
902 printf("%s: %s\n", wd->sc_dev.dv_xname, errstring); in wdgetdisklabel()
/mirbsd/src/sys/dev/atapiscsi/
Datapiscsi.c1324 char *errstring = NULL; local
1352 errstring = "Device Reset Wait";
1357 errstring = "Identify";
1365 errstring = "Post-Identify";
1371 errstring = "PIOMODE";
1378 errstring = "dmamode";
1386 errstring = "unknown state";
1513 chp->wdc->sc_dev.dv_xname, chp->channel, xfer->drive, errstring);
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm.h90 void stop(const char *errstring, int err_code);
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
DMakefile5 SRCS= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c \
/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
DMakefile29 signal.c sm_gethost.c monitor.c errstring.c strl.c
/mirbsd/src/usr.bin/less/
Dsearch.c348 const char *errstring; local
352 &errstring, &erroffset, NULL);
355 parg.p_string = (char *) errstring;
/mirbsd/src/sys/dev/
Dccd.c1557 char *errstring; in ccdgetdisklabel() local
1588 errstring = readdisklabel(CCDLABELDEV(dev), ccdstrategy, in ccdgetdisklabel()
1590 if (errstring) in ccdgetdisklabel()
1596 if (errstring != NULL) in ccdgetdisklabel()
1597 printf("%s: %s\n", cs->sc_xname, errstring); in ccdgetdisklabel()
Dvnd.c389 char *errstring = NULL; in vndgetdisklabel() local
418 errstring = readdisklabel(VNDLABELDEV(dev), vndstrategy, lp, in vndgetdisklabel()
420 if (errstring) { in vndgetdisklabel()
422 errstring); in vndgetdisklabel()
/mirbsd/src/sys/dev/isa/
Dfd.c969 char *errstring; local
1005 errstring = readdisklabel(dev, fdstrategy, lp, &cdl, 0);
1006 if (errstring) {
Dmcd.c726 char *errstring; local
762 errstring = readdisklabel(MCDLABELDEV(dev), mcdstrategy, lp, clp,
764 if (errstring) {
/mirbsd/src/sys/arch/sparc/dev/
Dfd.c1798 char *errstring; local
1829 errstring = readdisklabel(dev, fdstrategy, lp, clp, 0);
1830 if (errstring) {
1831 printf("%s: %s\n", fd->sc_dv.dv_xname, errstring);
/mirbsd/src/sys/scsi/
Dsd.c970 char *errstring, packname[sizeof(lp->d_packname) + 1]; local
1036 errstring = readdisklabel(SDLABELDEV(dev), sdstrategy, lp, clp,
1038 if (errstring) {
Dcd.c1165 char *errstring; local
1224 errstring = readdisklabel(CDLABELDEV(dev), cdstrategy, lp, clp,
/mirbsd/src/lib/libc/time/
Dzic.c918 gethms(string, errstring, signable) in gethms() argument
920 const char * const errstring;
939 error(errstring);
946 error(errstring);
/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c2157 char *errstring; in raidgetdisklabel() local
2175 errstring = readdisklabel(RAIDLABELDEV(dev), raidstrategy, lp, in raidgetdisklabel()
2177 if (errstring) { in raidgetdisklabel()
2178 printf("%s: %s\n", rs->sc_xname, errstring); in raidgetdisklabel()
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES2992 include/sendmail/errstring.h
2994 libsmutil/errstring.c