Home
last modified time | relevance | path

Searched refs:fdformat (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A DMakefile27 PROG= fdformat
46 fdformat: fdformat.c target
47 $(LINK.c) -o $@ ./fdformat.c $(LDLIBS)
/illumos-gate/usr/src/cmd/
H A DMakefile166 fdformat \
/illumos-gate/usr/src/man/man1/
H A DMakefile133 fdformat.1 \
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man1.inc100 file path=usr/share/man/man1/fdformat.1
H A DSUNWcs.p5m614 file path=usr/bin/fdformat mode=4555
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c198 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