Searched defs:siblings (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddevice.h68 struct list_head siblings; member in struct:device
H A Dsettings.h146 struct list_head siblings; member in struct:settings
329 INIT_LIST_HEAD ( &settings->siblings );
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp789 /* Check if we have collisions with our siblings: */
792 QList<UIGChooserItem*> siblings = pParentItem->items(); local
799 foreach (UIGChooserItem *pSibling, siblings)

Completed in 75 milliseconds