Lines Matching refs:ofs

480 	u_int ofs;  in follow_link()  local
489 ofs = get_unaligned_le32(link + 1); in follow_link()
495 ofs = tuple->LinkOffset; in follow_link()
504 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
509 return ofs; in follow_link()
510 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
512 ofs = ofs >> 1; in follow_link()
514 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
519 return ofs; in follow_link()
520 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
528 int ofs, i, attr; in pccard_get_next_tuple() local
537 ofs = tuple->CISOffset + tuple->TupleLink; in pccard_get_next_tuple()
544 ret = read_cis_cache(s, attr, ofs, 2, link); in pccard_get_next_tuple()
548 ofs++; in pccard_get_next_tuple()
555 ofs = follow_link(s, tuple); in pccard_get_next_tuple()
556 if (ofs < 0) in pccard_get_next_tuple()
559 ret = read_cis_cache(s, attr, ofs, 2, link); in pccard_get_next_tuple()
575 ret = read_cis_cache(s, attr, ofs+2, 4, in pccard_get_next_tuple()
583 ret = read_cis_cache(s, attr, ofs+2, 4, in pccard_get_next_tuple()
595 tuple->LinkOffset = ofs + 3; in pccard_get_next_tuple()
599 ret = read_cis_cache(s, attr, ofs+2, in pccard_get_next_tuple()
623 ofs += link[1] + 2; in pccard_get_next_tuple()
632 tuple->CISOffset = ofs + 2; in pccard_get_next_tuple()
765 char *s, u_char *ofs, u_char *found) in parse_strings() argument
775 ofs[i] = j; in parse_strings()
809 vers_1->str, vers_1->ofs, &vers_1->ns); in parse_vers_1()
821 altstr->str, altstr->ofs, &altstr->ns); in parse_altstr()