/netbsd-src/sys/arch/amiga/stand/bootblock/ppcboot/ |
H A D | Makefile | 59 CLEANFILES += xxppcboot fdppcboot x.out f.out xxstart.o fdstart.o libboot.a 72 f.out: fdstart.o libboot.a 81 fdstart.o: ${DIR_BOOT}/bbstart.s
|
/netbsd-src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
H A D | Makefile | 58 CLEANFILES += ${FILES} x.out f.out xxstart.o fdstart.o libboot.a 118 f.out: fdstart.o libboot.a 129 fdstart.o: ${.CURDIR}/../boot//bbstart.s
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | fd.c | 205 static void fdstart(struct fd_softc *); 639 st_dmagrab((dma_farg)fdcint, (dma_farg)fdstart, sc, in fdstrategy() 686 fdstart(struct fd_softc *sc) in fdstart() function 771 st_dmagrab((dma_farg)fdcint, (dma_farg)fdstart, sc1, &lock_stat, 0, in fddone() 818 * fdstart()/ --> fd_xfer() -> activate hardware *
|
H A D | hdfd.c | 314 void fdstart(struct fd_softc *); 655 fdstart(fd); in fdstrategy() 677 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | grf_clreg.h | 57 unsigned short fdstart; member
|
H A D | grf_etreg.h | 58 unsigned short fdstart; member
|
H A D | grf_cvreg.h | 56 unsigned short fdstart; member
|
H A D | fd.c | 209 void fdstart(struct fd_softc *); 695 fdstart(sc); in fdstrategy() 1174 fdstart(struct fd_softc *sc) in fdstart() function 1658 fdstart(ssc); in fdfindwork()
|
H A D | grf_cv3dreg.h | 54 unsigned short fdstart; member
|
H A D | grf_et.c | 1499 c = fb + (32 * tm->fdstart); in et_inittextmode() 1501 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy)) in et_inittextmode()
|
H A D | grf_cv3d.c | 1605 c = (volatile unsigned char *)fb + (32 * tm->fdstart * 4 + 2); in cv3d_inittextmode() 1607 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy) * 4) in cv3d_inittextmode()
|
H A D | grf_cl.c | 1734 c = (unsigned char *) (fb) + (32 * tm->fdstart); in cl_inittextmode() 1736 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy)) in cl_inittextmode()
|
H A D | grf_cv.c | 1730 c = (volatile unsigned char *)fb + (32 * tm->fdstart * 4 + 2); in cv_inittextmode() 1732 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy) * 4) in cv_inittextmode()
|
/netbsd-src/sys/arch/arc/jazz/ |
H A D | fd.c | 215 static void fdstart(struct fd_softc *); 483 fdstart(fd); in fdstrategy() 504 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/acorn32/mainbus/ |
H A D | fd.c | 297 void fdstart(struct fd_softc *); 616 fdstart(fd); in fdstrategy() 637 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/mac68k/obio/ |
H A D | iwm_fd.c | 87 static void fdstart(fd_softc_t *); 951 fdstart(fd); in fdstrategy() 1004 fdstart(fd_softc_t *fd) in fdstart() function
|
/netbsd-src/sys/dev/isa/ |
H A D | fd.c | 254 void fdstart(struct fd_softc *); 750 fdstart(fd); in fdstrategy() 769 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | fd.c | 309 static void fdstart(struct fd_softc *); 712 fdstart(fd); in fdstrategy() 733 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | fd.c | 299 static void fdstart(struct fd_softc *); 746 fdstart(fd); in fdstrategy() 767 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | fd.c | 337 void fdstart(struct fd_softc *); 910 fdstart(fd); in fdstrategy() 929 fdstart(struct fd_softc *fd) in fdstart() function
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | fdc.c | 370 void fdstart(struct fd_softc *); 1087 fdstart(fd); 1107 fdstart(struct fd_softc *fd) function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dclass.c | 1177 FuncDeclaration *fdstart = s->isFuncDeclaration(); in isFuncHidden() local 1179 if (overloadApply(fdstart, (void *)fd, &isf)) in isFuncHidden()
|