Home
last modified time | relevance | path

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

/src/usr.sbin/ctld/
H A Dctld.cc1524 if (!l_path.empty()) in options()
1525 nvlist_replace_string(nvl.get(), "file", l_path.c_str()); in options()
1637 if (!l_path.empty()) { in set_path()
1643 l_path = value; in set_path()
1698 if (l_path != newlun.l_path) { in changed()
1736 if (l_path.empty()) { in verify()
1747 if (!l_path.empty()) { in verify()
H A Dctld.hh339 const std::string &path() const { return l_path; } in path()
371 std::string l_path; member