Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.cc1519 if (!l_path.empty()) in options()
1520 nvlist_replace_string(nvl.get(), "file", l_path.c_str()); in options()
1632 if (!l_path.empty()) { in set_path()
1638 l_path = value; in set_path()
1693 if (l_path != newlun.l_path) { in changed()
1731 if (l_path.empty()) { in verify()
1742 if (!l_path.empty()) { in verify()
H A Dctld.hh338 const std::string &path() const { return l_path; } in path()
370 std::string l_path; member