Lines Matching refs:features
93 if (!(s->features & SS_CAP_STATIC_MAP) && (mem->res == NULL)) { in set_cis_map()
103 if (!(s->features & SS_CAP_STATIC_MAP) && (!s->cis_virt)) in set_cis_map()
116 if (s->features & SS_CAP_STATIC_MAP) { in set_cis_map()
1082 u_char *p, *q, features; in parse_cftable_entry() local
1108 features = *p; p++; in parse_cftable_entry()
1111 if ((features & 3) > 0) { in parse_cftable_entry()
1117 if ((features & 3) > 1) { in parse_cftable_entry()
1123 if ((features & 3) > 2) { in parse_cftable_entry()
1131 if (features & 0x04) { in parse_cftable_entry()
1142 if (features & 0x08) { in parse_cftable_entry()
1150 if (features & 0x10) { in parse_cftable_entry()
1157 switch (features & 0x60) { in parse_cftable_entry()
1187 if (features & 0x80) { in parse_cftable_entry()