Lines Matching defs:info
53 struct sss_dp_get_autofs_info *info;
67 info = talloc_zero(state, struct sss_dp_get_autofs_info);
68 if (info == NULL) {
72 info->fast_reply = fast_reply;
73 info->type = type;
74 info->name = name;
75 info->dom = dom;
84 info, req);
106 struct sss_dp_get_autofs_info *info;
109 info = talloc_get_type(pvt, struct sss_dp_get_autofs_info);
111 if (info->fast_reply) {
127 info->dom->name, dp_flags, info->name);
131 DBUS_TYPE_STRING, &info->name,