Home
last modified time | relevance | path

Searched refs:path_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() argument
47 LLDB_INSTRUMENT_VA(path_type); in GetLLDBPath()
50 switch (path_type) { in GetLLDBPath()
/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c723 switch (info->path_type) { in bhnd_nvstore_var_register_path()
736 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_register_path()
761 switch (info->path_type) { in bhnd_nvstore_var_get_path()
770 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_get_path()
914 if (info->path_type != BHND_NVSTORE_PATH_ALIAS) in bhnd_nvstore_register_alias()
1090 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1114 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1154 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
1173 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
H A Dbhnd_nvram_storevar.h208 bhnd_nvstore_path_type path_type; /**< path type */ member
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);