Searched defs:attr_req (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/ifp/
H A Difpsrv_cmd.c54 ifp_user_get_attr_unpack_msg(struct ifp_attr_req *attr_req);
61 struct ifp_attr_req *attr_req; local
78 attr_req = talloc_zero(ireq, struct ifp_attr_req);
79 if (attr_req == NULL) {
82 attr_req->ireq = ireq;
84 ret = ifp_user_get_attr_unpack_msg(attr_req);
91 attr_req->name, ireq->dbus_req->client);
95 attr_req->name, attr_req->attrs);
99 tevent_req_set_callback(req, ifp_user_get_attr_process, attr_req);
104 ifp_user_get_attr_unpack_msg(struct ifp_attr_req *attr_req) argument
149 struct ifp_attr_req *attr_req; local
[all...]

Completed in 1322 milliseconds