Searched refs:stype (Results 1 – 8 of 8) sorted by relevance
194 menu_set_type($1->stype);197 $1->stype);217 if ($1->stype != S_UNKNOWN)218 menu_set_type($1->stype);221 $1->stype);300 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {301 menu_set_type($1->stype);304 $1->stype);317 if ($1->stype == S_UNKNOWN) {
68 enum symbol_type stype; member
1042 int stype; in fill_row() local1110 stype = sym_get_type(sym); in fill_row()1111 switch (stype) { in fill_row()
21 u16 fc, stype, seq; in ccmp_aad_nonce() local28 stype = WLAN_FC_GET_STYPE(fc); in ccmp_aad_nonce()35 if (stype & 0x08) { in ccmp_aad_nonce()
308 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4)) argument
550 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()641 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
742 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()834 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
1447 UINT8 stype; member