Searched refs:fdformat (Results 1 – 6 of 6) sorted by relevance
27 PROG= fdformat46 fdformat: fdformat.c target47 $(LINK.c) -o $@ ./fdformat.c $(LDLIBS)
166 fdformat \
133 fdformat.1 \
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