Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c726 switch (info->path_type) { in bhnd_nvstore_var_register_path()
739 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_register_path()
764 switch (info->path_type) { in bhnd_nvstore_var_get_path()
773 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_get_path()
917 if (info->path_type != BHND_NVSTORE_PATH_ALIAS) in bhnd_nvstore_register_alias()
1093 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1117 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()
1157 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
1176 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
H A Dbhnd_nvram_storevar.h209 bhnd_nvstore_path_type path_type; /**< path type */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() argument
50 (lldb::PathType), path_type); in GetLLDBPath()
53 switch (path_type) { in GetLLDBPath()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBHostOS.i25 GetLLDBPath (lldb::PathType path_type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);