Searched defs:LIST_INIT (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dsys-queue.h81 #define LIST_INIT(head) { \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dlist.h52 * static struct list global_gadgets = LIST_INIT( global_gadgets );
238 #undef LIST_INIT macro
239 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlist.h49 * static struct list global_gadgets = LIST_INIT( global_gadgets );
235 #undef LIST_INIT macro
236 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dlist.h52 * static struct list global_gadgets = LIST_INIT( global_gadgets );
238 #undef LIST_INIT macro
239 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dlist.h49 * static struct list global_gadgets = LIST_INIT( global_gadgets );
235 #undef LIST_INIT macro
236 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlist.h47 * static struct list global_gadgets = LIST_INIT( global_gadgets );
233 #undef LIST_INIT macro
234 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dlist.h52 * static struct list global_gadgets = LIST_INIT( global_gadgets );
238 #undef LIST_INIT macro
239 #define LIST_INIT(list) { &(list), &(list) } macro
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Dqueue.h369 #define LIST_INIT(head) do { \ macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dqueue.h388 #define LIST_INIT(head) do { \ macro

Completed in 708 milliseconds