Searched refs:fdformat (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fdformat/ |
H A D | Makefile | 25 # cmd/fdformat/Makefile 28 PROG= fdformat 44 fdformat: fdformat.c 45 $(LINK.c) -o $@ ./fdformat.c $(LDLIBS)
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 155 fdformat \
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 131 fdformat.1 \
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | fd.c | 196 static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd); 2521 if (fdformat(fdc, unit, cyl, hd)) 2937 * fdformat 2947 fdformat(struct fdctlr *fdc, int unit, int cyl, int hd) function 2961 (C, "fdformat cyl %d, hd %d\n", cyl, hd));
|
Completed in 94 milliseconds