| /src/sys/dev/pcmcia/ | 
| fdc_pcmcia.c | 84 	    (n = fdcresult(fdc, 1)) != 1) 94 	    (n = fdcresult(fdc, 1)) != 1) {
 103 	    (n = fdcresult(fdc, -1)) == -1)
 124 	    fdcresult(fdc, 1) != 1)
 
 | 
| /src/sys/arch/arc/jazz/ | 
| fd.c | 228 static int fdcresult(struct fdc_softc *); 312 	n = fdcresult(fdc);
 608 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 737 		(void)fdcresult(fdc);
 926 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 ||
 952 		i = fdcresult(fdc);
 995 			(void)fdcresult(fdc);
 1015 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 || cyl != 0) {
 
 | 
| /src/sys/arch/x68k/dev/ | 
| fd.c | 310 static int fdcresult(struct fdc_softc *); 509 	fdcresult(fdc);
 540 			fdcresult(fdc);
 570 		(void)fdcresult(fdc);
 587 			n = fdcresult(fdc);
 880 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 896 				log(LOG_ERR, "fdcresult: overrun\n");
 904 	log(LOG_ERR, "fdcresult: timeout\n");
 1053 		(void)fdcresult(fdc);
 1117 				if ((tmp = fdcresult(fdc)) != 2 |
 [all...]
 | 
| /src/sys/arch/atari/dev/ | 
| hdfd.c | 323 int	fdcresult(struct fdc_softc *); 435 		(void)fdcresult(fdc);
 501 	n = fdcresult(fdc);
 781 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 793 				log(LOG_ERR, "fdcresult: overrun\n");
 801 	log(LOG_ERR, "fdcresult: timeout\n");
 891 		(void) fdcresult(fdc);
 1128 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 ||
 1152 		if (fdcresult(fdc) != 7 || (st1 & 0x37) != 0) {
 1201 			(void) fdcresult(fdc)
 [all...]
 | 
| /src/sys/arch/sun3/dev/ | 
| fd.c | 319 static int	fdcresult(struct fdc_softc *); 399 	if (out_fdc(fdc, NE7CMD_DUMPREG) || fdcresult(fdc) != 10)
 476 	    fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x90) {
 530 			if (fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x80)
 840 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 853 				log(LOG_ERR, "fdcresult: overrun\n");
 860 	log(LOG_ERR, "fdcresult: timeout\n");
 1020 		(void)fdcresult(fdc);
 1082 		fdcresult(fdc);
 1106 			fdcresult(fdc)
 [all...]
 | 
| /src/sys/dev/isa/ | 
| fd.c | 267 int fdcresult(struct fdc_softc *fdc); 510 		(void) fdcresult(fdc);
 528 	n = fdcresult(fdc);
 876 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 891 				log(LOG_ERR, "fdcresult: overrun\n");
 899 	log(LOG_ERR, "fdcresult: timeout\n");
 1018 		(void) fdcresult(fdc);
 1227 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 ||
 1253 		if (fdcresult(fdc) != 7 || (st0 & 0xf8) != 0) {
 1295 			(void) fdcresult(fdc)
 [all...]
 | 
| /src/sys/arch/sparc64/dev/ | 
| fdc.c | 381 int	fdcresult(struct fdc_softc *); 568 	if (fdc_wrfifo(fdc, NE7CMD_DUMPREG) || fdcresult(fdc) != 10)
 592 		    fdcresult(fdc) != 1) {
 603 	    fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x90) {
 912 			if (fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x80)
 1239 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 1252 				log(LOG_ERR, "fdcresult: overrun\n");
 1261 	log(LOG_ERR, "fdcresult: timeout\n");
 1437 		(void)fdcresult(fdc);
 1522 		if (fdc_wrfifo(fdc, NE7CMD_SENSEI) != 0 || fdcresult(fdc) == -1
 [all...]
 | 
| /src/sys/arch/sparc/dev/ | 
| fd.c | 348 int	fdcresult(struct fdc_softc *); 512 	if (fdc_wrfifo(fdc, NE7CMD_DUMPREG) || fdcresult(fdc) != 10)
 536 		    fdcresult(fdc) != 1) {
 547 	    fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x90) {
 742 			if (fdcresult(fdc) == 1 && fdc->sc_status[0] == 0x80)
 1059 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 1072 				log(LOG_ERR, "fdcresult: overrun\n");
 1081 	log(LOG_ERR, "fdcresult: timeout\n");
 1269 		(void) fdcresult(fdc);
 1339 		if (fdc_wrfifo(fdc, NE7CMD_SENSEI) != 0 || fdcresult(fdc) == -1
 [all...]
 | 
| /src/sys/arch/acorn32/mainbus/ | 
| fd.c | 307 int fdcresult(struct fdc_softc *fdc); 471 	n = fdcresult(fdc);
 740 fdcresult(struct fdc_softc *fdc)  function in typeref:typename:int
 755 				log(LOG_ERR, "fdcresult: overrun\n");
 763 	log(LOG_ERR, "fdcresult: timeout\n");
 870 		(void) fdcresult(fdc);
 1110 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 ||
 1136 		if (fdcresult(fdc) != 7 || (st0 & 0xf8) != 0) {
 1182 			(void) fdcresult(fdc);
 1204 		if (fdcresult(fdc) != 2 || (st0 & 0xf8) != 0x20 || cyl != 0)
 [all...]
 |