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

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstddef.h19 #undef container_of macro
20 #define container_of(ptr, type, member) ({ \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dlist.h77 #ifndef container_of
78 #define container_of(ptr, type, member) \ macro
83 container_of(ptr, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dlist.h77 #ifndef container_of
78 #define container_of(ptr, type, member) \ macro
83 container_of(ptr, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dlist.h77 #ifndef container_of
78 #define container_of(ptr, type, member) \ macro
83 container_of(ptr, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dlist.h209 * f = container_of(&foo->mylist, struct foo, mylist);
217 #ifndef container_of
218 #define container_of(ptr, type, member) \ macro
223 * Alias of container_of
226 container_of(ptr, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
278 container_of(ptr, typeof(*sample), member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
278 container_of(ptr, typeof(*sample), member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
278 container_of(ptr, typeof(*sample), member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
278 container_of(ptr, typeof(*sample), member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dlist.h227 * f = container_of(&foo->entry, struct foo, entry);
235 #ifndef container_of
236 #define container_of(ptr, type, member) \ macro
241 * Alias of container_of
244 container_of(ptr, type, member)
278 container_of(ptr, typeof(*sample), member)
/vbox/src/recompiler/
H A Dosdep.h82 #ifndef container_of
83 #define container_of(ptr, type, member) ({ \ macro
93 container_of(dev, type, field);}))
95 #define DO_UPCAST(type, field, dev) container_of(dev, type, field)

Completed in 80 milliseconds