Home
last modified time | relevance | path

Searched refs:start_namespace (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dnvmf.cc91 struct lun *start_namespace(u_int id) override;
409 nvmf_controller::start_namespace(u_int id) in start_namespace() function in nvmf_controller
H A Dconf.cc453 lun = target->start_namespace(id); in controller_start_namespace()
H A Dctld.hh415 virtual struct lun *start_namespace(u_int) { return nullptr; } in start_namespace() function