HomeSort by relevance Sort by last modified time
    Searched defs:obj_ops (Results 1 - 2 of 2) sorted by null

  /external/libnl/src/
nl-list-caches.c 46 struct nl_object_ops *obj_ops = ops->co_obj_ops; local
64 obj_ops->oo_name, obj_ops->oo_size,
65 obj_ops->oo_constructor ? "yes" : "no",
66 obj_ops->oo_free_data ? "yes" : "no",
67 obj_ops->oo_clone ? "yes" : "no",
68 obj_ops->oo_compare ? "yes" : "no",
69 id_attr_list(obj_ops, buf, sizeof(buf)));
72 if (obj_ops->oo_dump[i])
  /external/libnl/lib/
object.c 24 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) function
97 struct nl_object_ops *ops = obj_ops(obj);
135 struct nl_object_ops *ops = obj_ops(obj);
260 struct nl_object_ops *ops = obj_ops(a);
264 if (ops != obj_ops(b))
298 struct nl_object_ops *ops = obj_ops(a);
300 if (ops != obj_ops(b) || ops->oo_compare == NULL)
317 struct nl_object_ops *ops = obj_ops(obj);
319 if (ops != obj_ops(filter) || ops->oo_compare == NULL)
341 struct nl_object_ops *ops = obj_ops(obj)
    [all...]

Completed in 239 milliseconds