/src/sys/dev/mca/ |
ed_mca.c | 441 const char *errstring; local in function:edgetdisklabel 449 errstring = readdisklabel( 451 if (errstring) { 462 errstring = readdisklabel(EDLABELDEV(dev), 465 if (errstring) { 466 printf("%s: %s\n", device_xname(ed->sc_dev), errstring);
|
ed_mca.c | 441 const char *errstring; local in function:edgetdisklabel 449 errstring = readdisklabel( 451 if (errstring) { 462 errstring = readdisklabel(EDLABELDEV(dev), 465 if (errstring) { 466 printf("%s: %s\n", device_xname(ed->sc_dev), errstring);
|
/src/sys/dev/ata/ |
ata_wdc.c | 184 const char *errstring; local in function:wdc_ata_bio_start 222 errstring = "wait"; 229 errstring = "recal"; 243 errstring = "piomode"; 262 errstring = "dmamode"; 277 errstring = "geometry"; 288 errstring = "setmulti"; 309 errstring); 315 errstring);
|
ata_wdc.c | 184 const char *errstring; local in function:wdc_ata_bio_start 222 errstring = "wait"; 229 errstring = "recal"; 243 errstring = "piomode"; 262 errstring = "dmamode"; 277 errstring = "geometry"; 288 errstring = "setmulti"; 309 errstring); 315 errstring);
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
xs_wire.h | 69 const char *errstring; member in struct:xsd_errors
|
xs_wire.h | 69 const char *errstring; member in struct:xsd_errors
|
/src/sys/dev/scsipi/ |
atapi_wdc.c | 487 const char *errstring; local in function:wdc_atapi_start 521 errstring = "unbusy"; 526 errstring = "piomode"; 560 errstring = "dmamode"; 659 errstring = "piobm"; 681 errstring); 690 errstring);
|
atapi_wdc.c | 487 const char *errstring; local in function:wdc_atapi_start 521 errstring = "unbusy"; 526 errstring = "piomode"; 560 errstring = "dmamode"; 659 errstring = "piobm"; 681 errstring); 690 errstring);
|
/src/sys/dev/ |
dksubr.c | 926 const char *errstring; local in function:dk_getdisklabel 930 errstring = readdisklabel(DKLABELDEV(dev), dkd->d_strategy, 932 if (errstring) { 935 printf("%s: %s\n", dksc->sc_xname, errstring);
|
dksubr.c | 926 const char *errstring; local in function:dk_getdisklabel 930 errstring = readdisklabel(DKLABELDEV(dev), dkd->d_strategy, 932 if (errstring) { 935 printf("%s: %s\n", dksc->sc_xname, errstring);
|
ccd.c | 1586 const char *errstring; local in function:ccdgetdisklabel 1605 errstring = "CCDF_NOLABEL set; ignoring on-disk label"; 1607 errstring = readdisklabel(CCDLABELDEV(dev), ccdstrategy, 1609 if (errstring) 1643 if (errstring != NULL) 1644 printf("%s: %s\n", cs->sc_xname, errstring);
|
ccd.c | 1586 const char *errstring; local in function:ccdgetdisklabel 1605 errstring = "CCDF_NOLABEL set; ignoring on-disk label"; 1607 errstring = readdisklabel(CCDLABELDEV(dev), ccdstrategy, 1609 if (errstring) 1643 if (errstring != NULL) 1644 printf("%s: %s\n", cs->sc_xname, errstring);
|
vnd.c | 1911 const char *errstring; local in function:vndgetdisklabel 1923 errstring = readdisklabel(VNDLABELDEV(dev), vndstrategy, lp, clp); 1924 if (errstring) { 1929 aprint_normal_dev(sc->sc_dev, "%s\n", errstring);
|
vnd.c | 1911 const char *errstring; local in function:vndgetdisklabel 1923 errstring = readdisklabel(VNDLABELDEV(dev), vndstrategy, lp, clp); 1924 if (errstring) { 1929 aprint_normal_dev(sc->sc_dev, "%s\n", errstring);
|
/src/sys/dev/pci/ |
if_tl.c | 596 const char *errstring; local in function:tl_init 634 errstring = "out of memory for lists"; 667 errstring = "can't allocate DMA maps for lists"; 687 errstring = "can't DMA map DMA memory for lists"; 701 errstring = "can't allocate DMA maps for mbufs"; 711 errstring = "out of mbuf for receive list"; 744 errstring = "could not set media"; 759 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|
if_tl.c | 596 const char *errstring; local in function:tl_init 634 errstring = "out of memory for lists"; 667 errstring = "can't allocate DMA maps for lists"; 687 errstring = "can't DMA map DMA memory for lists"; 701 errstring = "can't allocate DMA maps for mbufs"; 711 errstring = "out of mbuf for receive list"; 744 errstring = "could not set media"; 759 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|
/src/sys/dev/ic/ |
mvsata.c | 1488 const char *errstring; local in function:mvsata_bio_ready 1502 errstring = "wait"; 1508 errstring = "recal"; 1521 errstring = "piomode-bio"; 1534 errstring = "dmamode-bio"; 1546 errstring = "geometry"; 1555 errstring = "setmulti"; 1571 chp->ch_channel, drive, errstring); 1576 chp->ch_channel, drive, errstring); 2012 const char *errstring; local in function:mvsata_atapi_start [all...] |
mvsata.c | 1488 const char *errstring; local in function:mvsata_bio_ready 1502 errstring = "wait"; 1508 errstring = "recal"; 1521 errstring = "piomode-bio"; 1534 errstring = "dmamode-bio"; 1546 errstring = "geometry"; 1555 errstring = "setmulti"; 1571 chp->ch_channel, drive, errstring); 1576 chp->ch_channel, drive, errstring); 2012 const char *errstring; local in function:mvsata_atapi_start [all...] |
/src/sys/arch/emips/ebus/ |
ace_ebus.c | 2099 const char *errstring; local in function:acegetdisklabel 2111 errstring = readdisklabel(MAKEACEDEV(0, device_unit(ace->sc_dev), 2114 if (errstring) { 2115 printf("%s: %s\n", device_xname(ace->sc_dev), errstring);
|
flash_ebus.c | 2015 const char *errstring; local in function:eflashgetdisklabel 2028 errstring = readdisklabel(MAKEEFLASHDEV(0, device_unit(sc->sc_dev), 2031 if (errstring) { 2032 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|
ace_ebus.c | 2099 const char *errstring; local in function:acegetdisklabel 2111 errstring = readdisklabel(MAKEACEDEV(0, device_unit(ace->sc_dev), 2114 if (errstring) { 2115 printf("%s: %s\n", device_xname(ace->sc_dev), errstring);
|
flash_ebus.c | 2015 const char *errstring; local in function:eflashgetdisklabel 2028 errstring = readdisklabel(MAKEEFLASHDEV(0, device_unit(sc->sc_dev), 2031 if (errstring) { 2032 printf("%s: %s\n", device_xname(sc->sc_dev), errstring);
|