Searched refs:container_of (Results 1 - 9 of 9) sorted by relevance

/systemd/src/libudev/
H A Dlibudev-list.c91 return container_of(node, struct udev_list_entry, node);
/systemd/src/udev/collect/
H A Dcollect.c56 return container_of(node, struct _mate, node);
/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c321 slot = container_of(node->leaf.callback, sd_bus_slot, match_callback);
637 s = container_of(c->leaf.callback, sd_bus_slot, match_callback);
1168 printf(" %p/%p\n", node->leaf.callback->callback, container_of(node->leaf.callback, sd_bus_slot, match_callback)->userdata);
H A Dbus-objects.c48 s = container_of(c, sd_bus_slot, node_vtable);
129 slot = container_of(c, sd_bus_slot, node_enumerator);
293 slot = container_of(c, sd_bus_slot, node_callback);
413 slot = container_of(c->parent, sd_bus_slot, node_vtable);
601 slot = container_of(c->parent, sd_bus_slot, node_vtable);
716 slot = container_of(c, sd_bus_slot, node_vtable);
H A Dbus-creds.c88 m = container_of(c, sd_bus_message, creds);
127 m = container_of(c, sd_bus_message, creds);
H A Dsd-bus.c2258 slot = container_of(c, sd_bus_slot, reply_callback);
2330 slot = container_of(c, sd_bus_slot, reply_callback);
2411 slot = container_of(l, sd_bus_slot, filter_callback);
2680 slot = container_of(c, sd_bus_slot, reply_callback);
3062 sd_bus_slot_unref(container_of(c, sd_bus_slot, match_callback));
/systemd/src/test/
H A Dtest-util.c145 assert_se(container_of(&myval.v1, struct mytype, v1) == &myval);
146 assert_se(container_of(&myval.v2, struct mytype, v2) == &myval);
147 assert_se(container_of(&container_of(&myval.v2,
/systemd/src/basic/
H A Dmacro.h129 * container_of - cast a member of a structure out to the containing structure
134 #define container_of(ptr, type, member) __container_of(UNIQ, (ptr), type, member) macro
/systemd/src/udev/
H A Dudevd.c131 return container_of(node, struct event, node);

Completed in 2840 milliseconds