Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/contrib/zcp/
HDautosnap.lua65 err_txt = ""
68 err_txt = err_txt .. "failed to create " .. ds .. ": " .. err .. "\n"
71 if err_txt ~= "" then
72 error(err_txt)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp1754 (const char *err_txt) -> bool { in CommandObjectScriptingObjectParsed() argument
1756 "list element {1}: %s.", elem_counter, counter, err_txt); in CommandObjectScriptingObjectParsed()