Lines Matching full:temp
105 u_int32_t temp; in Parse_fh() local
217 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
218 *inop = temp; in Parse_fh()
228 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]); in Parse_fh()
229 fsidp->Fsid_dev.Minor = temp & 0xFFFFF; in Parse_fh()
230 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF; in Parse_fh()
232 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh()
233 *inop = temp; in Parse_fh()
243 temp = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]); in Parse_fh()
244 *inop = temp; in Parse_fh()
255 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
256 *inop = temp; in Parse_fh()
272 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
273 *inop = temp; in Parse_fh()
280 temp = make_uint16(fhp[0], fhp[1]); in Parse_fh()
281 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF; in Parse_fh()
282 temp = make_uint24(fhp[1], fhp[2], fhp[3]); in Parse_fh()
283 fsidp->Fsid_dev.Minor = temp & 0x3FFFF; in Parse_fh()
286 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
287 *inop = temp; in Parse_fh()
298 temp = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]); in Parse_fh()
299 *inop = temp; in Parse_fh()
338 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
339 *inop = temp; in Parse_fh()
347 temp = make_uint24(fhp[1], fhp[2], fhp[3]); in Parse_fh()
348 fsidp->Fsid_dev.Minor = temp; in Parse_fh()
351 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh()
352 *inop = temp; in Parse_fh()