• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/

Lines Matching defs:fat

83     unsigned char fat$b_rtype;          /* record type                      */
85 unsigned fat$v_rtype : 4; /* record type subfield */
86 unsigned fat$v_fileorg : 4; /* file organization */
87 } fat$r_rtype_bits;
88 } fat$r_rtype_overlay;
105 unsigned char fat$b_rattrib; /* record attributes */
107 unsigned fat$v_fortrancc : 1;
108 unsigned fat$v_impliedcc : 1;
109 unsigned fat$v_printcc : 1;
110 unsigned fat$v_nospan : 1;
111 unsigned fat$v_msbrcw : 1;
112 } fat$r_rattrib_bits;
113 } fat$r_rattrib_overlay;
124 unsigned short int fat$w_rsize; /* record size in bytes */
127 unsigned long int fat$l_hiblk; /* highest allocated VBN */
130 unsigned short int fat$w_hiblkh; /* high order word */
131 unsigned short int fat$w_hiblkl; /* low order word */
132 } fat$r_hiblk_fields;
133 } fat$r_hiblk_overlay;
136 unsigned long int fat$l_efblk; /* end of file VBN */
139 unsigned short int fat$w_efblkh; /* high order word */
140 unsigned short int fat$w_efblkl; /* low order word */
141 } fat$r_efblk_fields;
142 } fat$r_efblk_overlay;
143 unsigned short int fat$w_ffbyte; /* first free byte in EFBLK */
144 unsigned char fat$b_bktsize; /* bucket size in blocks */
145 unsigned char fat$b_vfcsize; /* # of control bytes in VFC record */
146 unsigned short int fat$w_maxrec; /* maximum record size in bytes */
147 unsigned short int fat$w_defext; /* default extend quantity */
148 unsigned short int fat$w_gbc; /* global buffer count */
149 char fat$fill[8];
150 unsigned short int fat$w_versions;
154 #define fat$b_rtype fat$r_rtype_overlay.fat$b_rtype
155 #define fat$v_rtype fat$r_rtype_overlay.fat$r_rtype_bits.fat$v_rtype
156 #define fat$v_fileorg fat$r_rtype_overlay.fat$r_rtype_bits.fat$v_fileorg
157 #define fat$b_rattrib fat$r_rattrib_overlay.fat$b_rattrib
158 #define fat$v_fortrancc fat$r_rattrib_overlay.fat$r_rattrib_bits.fat$v_fortrancc
159 #define fat$v_impliedcc fat$r_rattrib_overlay.fat$r_rattrib_bits.fat$v_impliedcc
160 #define fat$v_printcc fat$r_rattrib_overlay.fat$r_rattrib_bits.fat$v_printcc
161 #define fat$v_nospan fat$r_rattrib_overlay.fat$r_rattrib_bits.fat$v_nospan
162 #define fat$v_msbrcw fat$r_rattrib_overlay.fat$r_rattrib_bits.fat$v_msbrcw
163 #define fat$l_hiblk fat$r_hiblk_overlay.fat$l_hiblk
164 #define fat$w_hiblkh fat$r_hiblk_overlay.fat$r_hiblk_fields.fat$w_hiblkh
165 #define fat$w_hiblkl fat$r_hiblk_overlay.fat$r_hiblk_fields.fat$w_hiblkl
166 #define fat$l_efblk fat$r_efblk_overlay.fat$l_efblk
167 #define fat$w_efblkh fat$r_efblk_overlay.fat$r_efblk_fields.fat$w_efblkh
168 #define fat$w_efblkl fat$r_efblk_overlay.fat$r_efblk_fields.fat$w_efblkl