/src/sys/dev/isa/ |
fd.c | 274 int fdformat(dev_t, struct ne7_fd_formb *, struct lwp *); 1579 error = fdformat(dev, fd_formb, l); 1601 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l) function in typeref:typename:int 1630 printf("fdformat: blkno %" PRIx64 " count %x\n",
|
/src/sys/arch/atari/dev/ |
hdfd.c | 333 int fdformat(dev_t, struct ne7_fd_formb *, struct proc *); 1452 error = fdformat(dev, fd_formb, l->l_proc); 1475 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct proc *p) function in typeref:typename:int 1503 printf("fdformat: blkno %x count %lx\n", bp->b_blkno, bp->b_bcount);
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 317 int fdformat(dev_t, struct ne7_fd_formb *, struct lwp *); 1423 error = fdformat(dev, fd_formb, l); 1445 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l) function in typeref:typename:int 1472 printf("fdformat: blkno %llx count %x\n",
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 395 int fdformat(dev_t, struct ne7_fd_formb *, struct proc *); 2314 error = fdformat(dev, fd_formb, l->l_proc); 2361 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct proc *p) function in typeref:typename:int 2394 printf("fdformat: blkno 0x%llx count %d\n",
|
/src/sys/arch/sparc/dev/ |
fd.c | 362 int fdformat(dev_t, struct ne7_fd_formb *, struct proc *); 2131 error = fdformat(dev, fd_formb, l->l_proc); 2178 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct proc *p) function in typeref:typename:int 2211 printf("fdformat: blkno 0x%llx count %d\n",
|
/src/sys/arch/x68k/dev/ |
fd.c | 321 static int fdformat(dev_t, struct ne7_fd_formb *, struct lwp *); 1762 error = fdformat(dev, fd_formb, l); 1811 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l) function in typeref:typename:int 1839 printf("fdformat: blkno %" PRIx64 " count %x\n",
|
/src/sys/arch/sun3/dev/ |
fd.c | 331 static int fdformat(dev_t, struct ne7_fd_formb *, struct proc *); 1759 error = fdformat(dev, fd_formb, l->l_proc); 1824 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct proc *p) function in typeref:typename:int
|