Searched refs:l_path (Results 1 – 2 of 2) sorted by relevance
1559 if (!l_path.empty()) in options()1560 nvlist_replace_string(nvl.get(), "file", l_path.c_str()); in options()1672 if (!l_path.empty()) { in set_path()1678 l_path = value; in set_path()1733 if (l_path != newlun.l_path) { in changed()1771 if (l_path.empty()) { in verify()1782 if (!l_path.empty()) { in verify()
341 const std::string &path() const { return l_path; } in path()373 std::string l_path; member