Home
last modified time | relevance | path

Searched refs:raw_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local
488 raw_type = bhnd_nvram_raw_type(var_type); in bhnd_nvram_sprom_write_var()
489 error = bhnd_nvram_value_coerce(var_ptr, var_len, raw_type, in bhnd_nvram_sprom_write_var()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3794 uint64_t raw_type = in Handle_qMemTags() local
3798 raw_type > std::numeric_limits<uint32_t>::max() || in Handle_qMemTags()
3807 uint32_t raw_type_32 = raw_type; in Handle_qMemTags()
3875 uint64_t raw_type = in Handle_QMemTags() local
3877 if (raw_type > std::numeric_limits<uint32_t>::max()) in Handle_QMemTags()
3882 uint32_t raw_type_32 = raw_type; in Handle_QMemTags()