Lines Matching defs:iface
118 static struct iface_properties iface = {
125 return &iface.vtable;
130 struct sbus_interface *iface)
137 sbus_subreq = sbus_new_request(sbus_req->conn, iface, sbus_req->message);
152 struct sbus_interface *iface;
173 iface = sbus_opath_hash_lookup_iface(conn->managed_paths, sbus_req->path,
175 if (iface == NULL) {
182 prop = sbus_meta_find_property(iface->vtable->meta, property_name);
195 handler_fn = VTABLE_FUNC(iface->vtable, prop->vtable_offset_get);
202 sbus_subreq = sbus_properties_subreq(sbus_req, iface);
227 struct sbus_interface *iface;
246 iface = sbus_opath_hash_lookup_iface(conn->managed_paths, sbus_req->path,
248 if (iface == NULL) {
255 prop = sbus_meta_find_property(iface->vtable->meta, property_name);
268 handler_fn = VTABLE_FUNC(iface->vtable, prop->vtable_offset_set);
284 sbus_subreq = sbus_properties_subreq(sbus_req, iface);
291 iface->handler_data, prop->invoker_set);
304 struct sbus_interface *iface;
321 iface = sbus_opath_hash_lookup_iface(conn->managed_paths, sbus_req->path,
323 if (iface == NULL) {
329 sbus_subreq = sbus_properties_subreq(sbus_req, iface);
335 if (iface->vtable->meta->invoker_get_all == NULL) {
341 iface->vtable->meta->invoker_get_all(sbus_subreq);