Home
last modified time | relevance | path

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

/src/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()
/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c722 switch (info->path_type) { in bhnd_nvstore_var_register_path()
735 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_register_path()
760 switch (info->path_type) { in bhnd_nvstore_var_get_path()
769 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_get_path()
913 if (info->path_type != BHND_NVSTORE_PATH_ALIAS) in bhnd_nvstore_register_alias()
1089 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1113 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1153 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
1172 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
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);