Lines Matching refs:SPACE
445 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
459 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
488 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
494 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
499 if (SPACE(tuple->Flags)) { in follow_link()
502 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
508 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
512 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
518 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
536 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
556 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
648 ret = read_cis_cache(s, SPACE(tuple->Flags), in pccard_get_tuple_data()