Lines Matching refs:features
92 if (!(s->features & SS_CAP_STATIC_MAP) && (mem->res == NULL)) { in set_cis_map()
102 if (!(s->features & SS_CAP_STATIC_MAP) && (!s->cis_virt)) in set_cis_map()
115 if (s->features & SS_CAP_STATIC_MAP) { in set_cis_map()
1040 u_char *p, *q, features; in parse_cftable_entry() local
1066 features = *p; p++; in parse_cftable_entry()
1069 if ((features & 3) > 0) { in parse_cftable_entry()
1075 if ((features & 3) > 1) { in parse_cftable_entry()
1081 if ((features & 3) > 2) { in parse_cftable_entry()
1089 if (features & 0x04) { in parse_cftable_entry()
1100 if (features & 0x08) { in parse_cftable_entry()
1108 if (features & 0x10) { in parse_cftable_entry()
1115 switch (features & 0x60) { in parse_cftable_entry()
1145 if (features & 0x80) { in parse_cftable_entry()
1193 u_char *p, *q, features; in parse_cftable_entry_cb() local
1205 features = *p; p++; in parse_cftable_entry_cb()
1208 if ((features & 3) > 0) { in parse_cftable_entry_cb()
1214 if ((features & 3) > 1) { in parse_cftable_entry_cb()
1220 if ((features & 3) > 2) { in parse_cftable_entry_cb()
1228 if (features & 0x08) { in parse_cftable_entry_cb()
1236 if (features & 0x10) { in parse_cftable_entry_cb()
1243 if (features & 0x20) { in parse_cftable_entry_cb()
1251 if (features & 0x80) { in parse_cftable_entry_cb()