Home
last modified time | relevance | path

Searched refs:create_port (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Discsi.cc81 virtual port_up create_port(struct target *target, auth_group_sp ag)
83 virtual port_up create_port(struct target *target, uint32_t ctl_port)
228 iscsi_portal_group::create_port(struct target *target, auth_group_sp ag) in create_port() function in iscsi_portal_group
234 iscsi_portal_group::create_port(struct target *target, uint32_t ctl_port) in create_port() function in iscsi_portal_group
H A Dnvmf.cc60 virtual port_up create_port(struct target *target, auth_group_sp ag)
62 virtual port_up create_port(struct target *target, uint32_t ctl_port)
301 nvmf_transport_group::create_port(struct target *target, auth_group_sp ag) in create_port() function in nvmf_transport_group
307 nvmf_transport_group::create_port(struct target *target, uint32_t ctl_port) in create_port() function in nvmf_transport_group
H A Dctld.hh227 virtual port_up create_port(struct target *target, auth_group_sp ag) =
229 virtual port_up create_port(struct target *target, uint32_t ctl_port) =
H A Dctld.cc1133 const auto &pair = conf_ports.try_emplace(name, pg->create_port(target, in add_port()
1149 const auto &pair = conf_ports.try_emplace(name, pg->create_port(target, in add_port()