Searched refs:Res (Results 1 - 8 of 8) 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.h91 If the TypeMerge is TRUE, Res resource type is changed to the type of destination resource
93 If Dst is NULL or Res is NULL, ASSERT ().
96 @param Res Point to source resource tree.
97 @param TypeMerge If the TypeMerge is TRUE, Res resource type is changed to the type of
104 IN PCI_RESOURCE_NODE *Res,
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/Universal/Network/Tcp4Dxe/
H A DTcp4Output.c335 Head->Res = 0;
1098 Nhead->Res = 0;
H A DTcp4Misc.c661 Nhead->Res = 0;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOutput.c329 Head->Res = 0;
1149 Nhead->Res = 0;
H A DTcpMisc.c935 Nhead->Res = 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h170 UINT8 Res : 4; member in struct:__anon11048

Completed in 935 milliseconds