Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.cc1293 if (t_auth_group != nullptr) { in use_private_auth()
1299 t_auth_group = std::make_shared<struct auth_group>(t_label); in use_private_auth()
1309 return (t_auth_group->add_chap(user, secret)); in add_chap()
1318 return (t_auth_group->add_chap_mutual(user, secret, user2, secret2)); in add_chap_mutual()
1361 if (t_auth_group != nullptr) { in set_auth_group()
1370 t_auth_group = t_conf->find_auth_group(ag_name); in set_auth_group()
1371 if (t_auth_group == nullptr) { in set_auth_group()
1384 return (t_auth_group->set_type(type)); in set_auth_type()
1462 if (t_auth_group == nullptr) { in verify()
1463 t_auth_group = t_conf->find_auth_group("default"); in verify()
[all …]
H A Dnvmf.cc355 return t_auth_group->add_host_nqn(name); in add_host_nqn()
363 return t_auth_group->add_host_address(addr); in add_host_address()
H A Discsi.cc312 return (t_auth_group->add_initiator_name(name)); in add_initiator_name()
320 return (t_auth_group->add_initiator_portal(addr)); in add_initiator_portal()
H A Dctld.hh393 struct auth_group *auth_group() const { return t_auth_group.get(); } in auth_group()
431 auth_group_sp t_auth_group; member