Lines Matching +full:8 +full:xxx
75 #define FHT_VMSUCX 8
138 /* XXX or could be Ultrix+MASSBUS "hp" disk? */ in Parse_fh()
146 (GET_U_1(fhp + 8) == 12) && (GET_U_1(fhp + 9) == 0)) { in Parse_fh()
151 /* XXX the test of fhp[5] == 8 could be wrong */ in Parse_fh()
152 if ((GET_U_1(fhp + 4) == 0) && (GET_U_1(fhp + 5) == 8) && (GET_U_1(fhp + 6) == 0) && in Parse_fh()
178 /*XXX we probably only need to test of these two bytes */ in Parse_fh()
183 /* XXX no obvious difference between SUNOS5 and IRIX5 */ in Parse_fh()
186 /* XXX what about AIX? */ in Parse_fh()
193 if ((GET_U_1(fhp + 8) == 12) && (GET_U_1(fhp + 9) == 0)) { in Parse_fh()
195 } else if ((GET_U_1(fhp + 8) == 0) && (GET_U_1(fhp + 9) == 10)) { in Parse_fh()
199 /* XXX is this always true of HP-UX? */ in Parse_fh()
206 * XXX Could be SUNOS5/IRIX5 or AIX. I don't in Parse_fh()
207 * XXX see any way to disambiguate these, so in Parse_fh()
208 * XXX I'm going with the more likely guess. in Parse_fh()
209 * XXX Sorry, Big Blue. in Parse_fh()
224 /* XXX still needs to handle SUNOS3 */ in Parse_fh()
251 /* XXX could ignore 3 high-order bytes */ in Parse_fh()
267 *inop = GET_BE_U_4(fhp + 8); in Parse_fh()
287 * XXX - none of the heuristics above return this. in Parse_fh()
385 /* XXX debugging */ in Parse_fh()
391 /* XXX really ? When -u is used this function is not called */ in Parse_fh()
397 /* XXX for now, give "bogus" values to aid debugging */ in Parse_fh()
404 /* XXX really ? */ in Parse_fh()
418 * (1) leading code byte [XXX not yet]