Lines Matching refs:features
93 if (!(s->features & SS_CAP_STATIC_MAP) && (mem->res == NULL)) { in set_cis_map()
104 if (!(s->features & SS_CAP_STATIC_MAP) && (!s->cis_virt)) in set_cis_map()
117 if (s->features & SS_CAP_STATIC_MAP) { in set_cis_map()
1084 u_char *p, *q, features; in parse_cftable_entry() local
1110 features = *p; p++; in parse_cftable_entry()
1113 if ((features & 3) > 0) { in parse_cftable_entry()
1119 if ((features & 3) > 1) { in parse_cftable_entry()
1125 if ((features & 3) > 2) { in parse_cftable_entry()
1133 if (features & 0x04) { in parse_cftable_entry()
1144 if (features & 0x08) { in parse_cftable_entry()
1152 if (features & 0x10) { in parse_cftable_entry()
1159 switch (features & 0x60) { in parse_cftable_entry()
1189 if (features & 0x80) { in parse_cftable_entry()