Lines Matching defs:info
53 struct sss_dp_get_ssh_host_info *info;
67 info = talloc_zero(state, struct sss_dp_get_ssh_host_info);
68 info->fast_reply = fast_reply;
69 info->name = name;
70 info->alias = alias;
71 info->dom = dom;
84 info, req);
106 struct sss_dp_get_ssh_host_info *info;
109 info = talloc_get_type(pvt, struct sss_dp_get_ssh_host_info);
111 if (info->fast_reply) {
127 info->dom->name, dp_flags, info->name,
128 info->alias == NULL ? "-" : info->alias);
130 if (info->alias == NULL) {
131 info->alias = "";
136 DBUS_TYPE_STRING, &info->name,
137 DBUS_TYPE_STRING, &info->alias,