Searched refs:fdformat (Results 1 – 7 of 7) sorted by relevance
27 PROG= fdformat46 fdformat: fdformat.c target47 $(LINK.c) -o $@ ./fdformat.c $(LDLIBS)
133 fdformat.1 \
166 fdformat \
653 fdformat/fdformat
100 file path=usr/share/man/man1/fdformat.1
614 file path=usr/bin/fdformat mode=4555
198 static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd);2524 if (fdformat(fdc, unit, cyl, hd)) in fd_ioctl()2950 fdformat(struct fdctlr *fdc, int unit, int cyl, int hd) in fdformat() function