Lines Matching refs:SPACE
443 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
457 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
486 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
492 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
497 if (SPACE(tuple->Flags)) { in follow_link()
500 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
506 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
510 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
516 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
534 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
554 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
646 ret = read_cis_cache(s, SPACE(tuple->Flags), in pccard_get_tuple_data()