Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() argument
48 switch (path_type) { in GetLLDBPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBHostOS.h24 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);