Lines Matching defs:info
52 struct sss_dp_get_ssh_host_info *info;
66 info = talloc_zero(state, struct sss_dp_get_ssh_host_info);
67 if (info == NULL) {
71 info->fast_reply = fast_reply;
72 info->name = name;
73 info->alias = alias;
74 info->dom = dom;
87 info, req);
109 struct sss_dp_get_ssh_host_info *info;
112 info = talloc_get_type(pvt, struct sss_dp_get_ssh_host_info);
114 if (info->fast_reply) {
130 info->dom->name, dp_flags, info->name,
131 info->alias == NULL ? "-" : info->alias);
133 if (info->alias == NULL) {
134 info->alias = "";
139 DBUS_TYPE_STRING, &info->name,
140 DBUS_TYPE_STRING, &info->alias,