Lines Matching full:interfaces
20 struct interfaces {
27 static struct interfaces * add_interface(struct dl_list *list,
30 struct interfaces *iface;
32 dl_list_for_each(iface, list, struct interfaces, list) {
37 iface = os_zalloc(sizeof(struct interfaces));
100 struct interfaces *iface;
115 struct interfaces *iface;
130 struct interfaces *iface;
141 * extract_interfaces - Extract interfaces from methods, signals and props
143 * @obj_dsc: Description of object from which interfaces will be extracted
146 * object and collects all declared DBus interfaces and create interfaces'
161 struct interfaces *iface, *n;
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) {