Lines Matching defs:disk

25 struct disk {  struct
29 long lhead; /* # der K�pfe im Label */
30 long lacyl; /* # der alternativen Zylinder im Label */
31 long lpcyl; /* # der Zylinder im Label (total) */
32 long lncyl; /* # der Daten Zylinder im Label */
33 long lspt; /* # der Sektoren/Spur im Label */
34 long lapc; /* # der alternativen Sektoren/Zyl im Label */
40 long nhead; /* # der K�pfe */
41 long pcyl; /* # der Zylinder (total) */
42 long atrk; /* # der alternativen Spuren/Volume */
43 long tpz; /* # der Spuren/Zone */
44 long spt; /* # der Sektoren/Spur (total) */
45 long mintpz; /* Minimal zul�ssige # der Spuren/Zone */
46 long maxtpz; /* Maximal zul�ssige # der Spuren/Zone */
47 long aspz; /* # der Alternativen Sektoren/Zone */
48 long secsize; /* Gr��e eines Sektors in Bytes */
49 long phys_secsize; /* Gr��e eines phys. Sektors in Bytes */
50 long capacity; /* Kapazit�t aus sformat.dat */
51 long min_capacity; /* Minimale Kapazit�t aus sformat.dat */
52 long rpm; /* Umdrehungen pro Minute */
53 long track_skew; /* Spiraloffset bei Kopfumschaltung */
54 long cyl_skew; /* Spiraloffset bei Zylinderumschaltung */
55 long reduced_curr; /* Zylinder# f. Red. Schreibstrom (acb-4000)*/
56 long write_precomp; /* Zylinder# f. Schreibkompens. (acb-4000)*/
57 long step_rate; /* Step Rate f. Buffered Seek (acb-4000)*/
58 long rot_pos_locking; /* Typ f. Spindelsync */
59 long rotational_off; /* Spindelsync phase (x/256) */
60 long interleave; /* Interleaving Faktor */
61 long fmt_pattern; /* Format Pattern */
62 long fmt_mode; /* Format mode (Sony SMO-C501) */
63 long spare_band_size; /* Spare Band Size (Sony SMO-C501) */
65 long def_lst_format; /* Defect List Format */
66 long split_wv_cmd; /* split write-verify cmd = TRUE else FALSE */
69 long rd_retry_count; /* Read retry count */
70 long wr_retry_count; /* Write retry count */
71 long recov_timelim; /* Recovery time limit in msec Einheiten */
74 long buf_full_ratio; /* Buffer full ratio */
75 long buf_empt_ratio; /* Buffer empty ratio */
76 long bus_inact_limit; /* Bus inactivity limit 100 usec Einheiten */
77 long disc_time_limit; /* Disconnect time limit 100 usec Einheiten */
78 long conn_time_limit; /* Connect time limit 100 usec Einheiten */
79 long max_burst_size; /* Maximale Burst Gr��e 512 Bytes Einheiten */
80 long data_tr_dis_ctl; /* Data transfer disconnect control */
83 long queue_alg_mod; /* Queuing alg modifier */
84 long dis_queuing; /* Queuing enable */
89 long gap1; /* Wird nicht ben�tigt */
90 long gap2; /* Wird nicht ben�tigt */
91 long int_cyl; /* Intern vom Kontroller verwaltete Zylinder*/
92 long fmt_time; /* Foratierzeit in Sekunden (1 Durchlauf) */
93 long fmt_timeout; /* Foratier timeout in Sekunden f�r Treiber */
117 char *disk_type; /* Name der Platte in der Parameter Datei */ argument
118 char *alt_disk_type; /* Alternativer Name in der Parameter Datei */ argument
134 #define D_DISK_CURRENT 0x0100 /* This is a "CURRENT" disk */ argument