| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | logresolve.c | 234 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/ |
| D | dso_vms.c | 321 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/ |
| D | fork-child.c | 359 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()
|
| D | exceptions.c | 511 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/ |
| D | ata_wdc.c | 568 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()
|
| D | wd.c | 875 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/ |
| D | atapiscsi.c | 1324 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/ |
| D | aicasm.h | 90 void stop(const char *errstring, int err_code);
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libsm/ |
| D | Makefile | 5 SRCS= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c \
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | Makefile | 29 signal.c sm_gethost.c monitor.c errstring.c strl.c
|
| /mirbsd/src/usr.bin/less/ |
| D | search.c | 348 const char *errstring; local 352 &errstring, &erroffset, NULL); 355 parg.p_string = (char *) errstring;
|
| /mirbsd/src/sys/dev/ |
| D | ccd.c | 1557 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()
|
| D | vnd.c | 389 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/ |
| D | fd.c | 969 char *errstring; local 1005 errstring = readdisklabel(dev, fdstrategy, lp, &cdl, 0); 1006 if (errstring) {
|
| D | mcd.c | 726 char *errstring; local 762 errstring = readdisklabel(MCDLABELDEV(dev), mcdstrategy, lp, clp, 764 if (errstring) {
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | fd.c | 1798 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/ |
| D | sd.c | 970 char *errstring, packname[sizeof(lp->d_packname) + 1]; local 1036 errstring = readdisklabel(SDLABELDEV(dev), sdstrategy, lp, clp, 1038 if (errstring) {
|
| D | cd.c | 1165 char *errstring; local 1224 errstring = readdisklabel(CDLABELDEV(dev), cdstrategy, lp, clp,
|
| /mirbsd/src/lib/libc/time/ |
| D | zic.c | 918 gethms(string, errstring, signable) in gethms() argument 920 const char * const errstring; 939 error(errstring); 946 error(errstring);
|
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_openbsdkintf.c | 2157 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/ |
| D | RELEASE_NOTES | 2992 include/sendmail/errstring.h 2994 libsmutil/errstring.c
|