Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c462 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local
490 raw_type = bhnd_nvram_raw_type(var_type); in bhnd_nvram_sprom_write_var()
491 error = bhnd_nvram_value_coerce(var_ptr, var_len, raw_type, in bhnd_nvram_sprom_write_var()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3486 uint64_t raw_type = in Handle_qMemTags() local
3490 raw_type > std::numeric_limits<uint32_t>::max() || in Handle_qMemTags()
3499 uint32_t raw_type_32 = raw_type; in Handle_qMemTags()
3567 uint64_t raw_type = in Handle_QMemTags() local
3569 if (raw_type > std::numeric_limits<uint32_t>::max()) in Handle_QMemTags()
3574 uint32_t raw_type_32 = raw_type; in Handle_QMemTags()