Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3792 uint64_t raw_type = in Handle_qMemTags() local
3796 raw_type > std::numeric_limits<uint32_t>::max() || in Handle_qMemTags()
3805 uint32_t raw_type_32 = raw_type; in Handle_qMemTags()
3873 uint64_t raw_type = in Handle_QMemTags() local
3875 if (raw_type > std::numeric_limits<uint32_t>::max()) in Handle_QMemTags()
3880 uint32_t raw_type_32 = raw_type; in Handle_QMemTags()