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.cc1528 if (!l_path.empty()) in options()
1529 nvlist_replace_string(nvl.get(), "file", l_path.c_str()); in options()
1641 if (!l_path.empty()) { in set_path()
1647 l_path = value; in set_path()
1702 if (l_path != newlun.l_path) { in changed()
1740 if (l_path.empty()) { in verify()
1751 if (!l_path.empty()) { in verify()
H A Dctld.hh341 const std::string &path() const { return l_path; } in path()
373 std::string l_path; member