Home
last modified time | relevance | path

Searched refs:lookup_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h314 static inline int lookup_type(struct token *token) in lookup_type() function
H A Dexpression.c465 if (token->special == '[' && lookup_type(token->next)) { in primary_expression()
585 if (!match_op(token, '(') || !lookup_type(token->next)) in type_info_expression()
708 if (lookup_type(next)) { in cast_expression()
H A Dparse.c1059 if (lookup_type(token->next)) { in typeof_specifier()
1459 if (lookup_type(token->next)) { in alignas_specifier()
1788 if (lookup_type(next)) in is_nested()
1810 if (lookup_type(next)) in which_func()
2352 if (lookup_type(token)) { in parse_for_statement()
2588 if (lookup_type(token)) { in statement_list()
2616 lookup_type(token->next)) in identifier_list()
2934 } while (lookup_type(token)); in parse_k_r_arguments()
3039 if (lookup_type(token)) in external_declaration()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h860 u8 lookup_type, u8 port_id, bool sleep_ok);
863 u8 lookup_type, u8 port_id, bool sleep_ok);
866 unsigned int vni_mask, u8 dip_hit, u8 lookup_type,
H A Dt4_hw.c8210 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, in t4_alloc_encap_mac_filt() argument
8232 V_FW_VI_MAC_CMD_LOOKUP_TYPE(lookup_type)); in t4_alloc_encap_mac_filt()
8258 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_alloc_raw_mac_filt() argument
8277 p->data0_pkd = cpu_to_be32(V_DATALKPTYPE(lookup_type) | in t4_alloc_raw_mac_filt()
8446 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_free_raw_mac_filt() argument
8466 p->data0_pkd = cpu_to_be32(V_DATALKPTYPE(lookup_type) | in t4_free_raw_mac_filt()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h227 u8 lookup_type; member
H A Dcudbg_lib.c3522 tcam->lookup_type = G_DATALKPTYPE(data2); in collect_mps_tcam()
3529 if (tcam->lookup_type && in collect_mps_tcam()
3530 (tcam->lookup_type != M_DATALKPTYPE)) { in collect_mps_tcam()
3550 if (tcam->lookup_type && in collect_mps_tcam()
3551 (tcam->lookup_type != M_DATALKPTYPE)) { in collect_mps_tcam()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c4086 if (tcam->lookup_type && (tcam->lookup_type != in view_mps_tcam()
4100 tcam->lookup_type ? 'I' : 'O', in view_mps_tcam()
4131 tcam->lookup_type ? 'I' : 'O', in view_mps_tcam()