Lines Matching refs:SPACE
447 #define SPACE(f) (((tuple_flags *)(&(f)))->space) macro
461 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
490 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
496 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
501 if (SPACE(tuple->Flags)) { in follow_link()
504 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
510 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
514 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
520 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
538 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
558 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
650 ret = read_cis_cache(s, SPACE(tuple->Flags), in pccard_get_tuple_data()