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

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dsetmode.c268 Ms_screen_resolution Res = { height, width }; local
269 rc = ioctl(hMouse, MSIOSRESOLUTION, &Res);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c143 If the TypeMerge is TRUE, Res resource type is changed to the type of destination resource
145 If Dst is NULL or Res is NULL, ASSERT ().
148 @param Res Point to source resource tree.
149 @param TypeMerge If the TypeMerge is TRUE, Res resource type is changed to the type of
156 IN PCI_RESOURCE_NODE *Res,
165 ASSERT (Res != NULL);
167 while (!IsListEmpty (&Res->ChildList)) {
168 CurrentLink = Res->ChildList.ForwardLink;
154 MergeResourceTree( IN PCI_RESOURCE_NODE *Dst, IN PCI_RESOURCE_NODE *Res, IN BOOLEAN TypeMerge ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h170 UINT8 Res : 4; member in struct:__anon11048

Completed in 68 milliseconds