Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h189 enum InfoType info_type = eInfoTypeNoArgs; member
192 enum InfoType GetInfoType() const { return info_type; } in GetInfoType()
251 info_type = eInfoTypeRegisterPlusOffset; in SetRegisterPlusOffset()
258 info_type = eInfoTypeRegisterPlusIndirectOffset; in SetRegisterPlusIndirectOffset()
266 info_type = eInfoTypeRegisterToRegisterPlusOffset; in SetRegisterToRegisterPlusOffset()
275 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset; in SetRegisterToRegisterPlusIndirectOffset()
283 info_type = eInfoTypeRegisterRegisterOperands; in SetRegisterRegisterOperands()
289 info_type = eInfoTypeOffset; in SetOffset()
294 info_type = eInfoTypeRegister; in SetRegister()
299 info_type = eInfoTypeImmediate; in SetImmediate()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c941 enum iwl_rx_phy_info_type info_type; in iwl_mvm_oldsn_workaround()
1095 switch (phy_data->info_type) { in iwl_mvm_reorder()
1140 if (phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB && in iwl_mvm_reorder()
1141 phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB_EXT) { in iwl_mvm_reorder()
1168 switch (phy_data->info_type) { in iwl_mvm_reorder()
1182 switch (phy_data->info_type) { in iwl_mvm_agg_rx_received()
1505 u8 info_type = phy_data->info_type;
1508 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU ||
1509 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EX
1218 enum iwl_rx_phy_info_type info_type; global() member
1782 u8 info_type = phy_data->info_type; iwl_mvm_decode_eht_phy_data() local
2658 u32 info_type; iwl_mvm_rx_monitor_no_data() local
[all...]
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h271 u_int32_t info_type; member
H A Dng_l2cap.h578 u_int16_t info_type; /* info type */ member
/freebsd/contrib/ee/
H A Dee.c163 int info_type = CONTROL_KEYS; /* flag to indicate type of info to display */ variable
1661 info_type = COMMANDS; in command_prompt()
1675 info_type = CONTROL_KEYS; in command_prompt()
1685 info_type = CONTROL_KEYS; in command_prompt()
3303 info_type = CONTROL_KEYS; in set_up_term()
3692 if (info_type == CONTROL_KEYS) in paint_info_win()
3695 else if (info_type == COMMANDS) in paint_info_win()
3738 info_type = CONTROL_KEYS; in create_info_window()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c1079 ip->info_type = p->info_type; in ng_btsocket_l2cap_raw_control()
/freebsd/contrib/tcpdump/
H A Dprint-slow.c77 nd_uint8_t info_type; member
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1658 _ng_l2cap_info_req(cmd->aux, cmd->ident, ip->info_type); in ng_l2cap_l2ca_get_info_req()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c4153 uint8_t info_type, uint64_t *info, int64_t *signed_info) in scsi_get_sense_info() argument
4169 desc = scsi_find_desc(sense, sense_len, info_type); in scsi_get_sense_info()
4173 switch (info_type) { in scsi_get_sense_info()
4221 switch (info_type) { in scsi_get_sense_info()
H A Dscsi_all.h3835 uint8_t info_type, uint64_t *info,
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h11459 u8 info_type[0x5]; member