Home | History | Annotate | Download | only in disklabel

Lines Matching refs:fprintf

64 	(void)fprintf(f, "# %s:\n", specialname);
66 (void)fprintf(f, "type: %s\n", dktypenames[lp->d_type]);
68 (void)fprintf(f, "type: %" PRIu16 "\n", lp->d_type);
69 (void)fprintf(f, "disk: %.*s\n", (int) sizeof(lp->d_typename),
71 (void)fprintf(f, "label: %.*s\n", (int) sizeof(lp->d_packname),
73 (void)fprintf(f, "flags:");
75 (void)fprintf(f, " removable");
77 (void)fprintf(f, " ecc");
79 (void)fprintf(f, " badsect");
80 (void)fprintf(f, "\n");
81 (void)fprintf(f, "bytes/sector: %" PRIu32 "\n", lp->d_secsize);
82 (void)fprintf(f, "sectors/track: %" PRIu32 "\n", lp->d_nsectors);
83 (void)fprintf(f, "tracks/cylinder: %" PRIu32 "\n", lp->d_ntracks);
84 (void)fprintf(f, "sectors/cylinder: %" PRIu32 "\n", lp->d_secpercyl);
85 (void)fprintf(f, "cylinders: %" PRIu32 "\n", lp->d_ncylinders);
86 (void)fprintf(f, "total sectors: %" PRIu32 "\n", lp->d_secperunit);
87 (void)fprintf(f, "rpm: %" PRIu32 "\n", lp->d_rpm);
88 (void)fprintf(f, "interleave: %" PRIu32 "\n", lp->d_interleave);
89 (void)fprintf(f, "trackskew: %" PRIu32 "\n", lp->d_trackskew);
90 (void)fprintf(f, "cylinderskew: %" PRIu32 "\n", lp->d_cylskew);
91 (void)fprintf(f, "headswitch: %" PRIu32 "\t\t# microseconds\n",
93 (void)fprintf(f, "track-to-track seek: %" PRIu32 "\t# microseconds\n",
95 (void)fprintf(f, "drivedata: ");
102 (void)fprintf(f, "%" PRIu32 " ", lp->d_drivedata[j]);
103 (void)fprintf(f, "\n\n");
129 (void)fprintf(f, " %c: %9s %9s ",
132 (void)fprintf(f, " %c: %9" PRIu32 " %9" PRIu32 " ",
137 (void)fprintf(f, "%10.10s", fstypenames[pp->p_fstype]);
139 (void)fprintf(f, "%10" PRIu8, pp->p_fstype);
143 (void)fprintf(f, " %5" PRIu32 " %5" PRIu64 " %5.5s ",
150 (void)fprintf(f, " %5" PRIu32 " %5" PRIu64 " %5" PRIu16 " ",
155 (void)fprintf(f, " %5" PRIu32 " %5" PRIu64 " %5" PRIu16 " ",
160 (void)fprintf(f, " %5" PRIu32 " %5" PRIu64 " ",
165 (void)fprintf(f, " %6" PRIu32 " ",
170 (void)fprintf(f, "%20.20s", "");
174 (void)fprintf(f, " # (Cyl. %6" PRIu32,
184 (void)fprintf(f, "- %6" PRIu32,
194 (void)fprintf(f, ")\n");
196 (void)fprintf(f, "\n");
204 (void)fprintf(f, "%" PRIu16 " partitions:\n", lp->d_npartitions);
205 (void)fprintf(f,