Searched defs:Op (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Network/testcase/ |
H A D | tstDevPhy.cpp | 37 enum Op enum in class:PhyTest
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Bcfg.c | 581 @param[in] Op The operation. 592 IN CONST CHAR16 *Op, 615 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Op, CurrentOrder[LoopVar]); 591 BcfgDisplayDumpDebug1( IN CONST CHAR16 *Op, IN CONST UINTN OrderCount, IN CONST UINT16 *CurrentOrder, IN CONST BOOLEAN VerboseOutput ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/ |
H A D | Bcfg.c | 581 @param[in] Op The operation. 592 IN CONST CHAR16 *Op, 615 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Op, CurrentOrder[LoopVar]); 591 BcfgDisplayDumpInstall1( IN CONST CHAR16 *Op, IN CONST UINTN OrderCount, IN CONST UINT16 *CurrentOrder, IN CONST BOOLEAN VerboseOutput ) argument
|
/vbox/src/VBox/Runtime/r0drv/solaris/ |
H A D | memobj-r0drv-solaris.h | 211 static int rtR0SegVBoxSolLockOp(seg_t *pSeg, caddr_t virtAddr, size_t cb, int Attr, int Op, ulong_t *pLockMap, size_t off) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/ |
H A D | Socket.h | 177 } Op; ///< Network specific context member in struct:_ESL_PACKET
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDispIf.cpp | 1402 VBOXDISPIF_OP Op; local 1404 winEr = vboxDispIfOpBegin(pIf, &Op); 1432 DdiData.hAdapter = Op.Adapter.hAdapter; 1436 NTSTATUS Status = Op.pIf->modeData.wddm.KmtCallbacks.pfnD3DKMTInvalidateActiveVidPn(&DdiData); 1450 winEr = vboxDispIfUpdateModesWDDM(&Op, iChangedMode, &Size); 1468 vboxDispIfOpEnd(&Op); 1899 VBOXDISPIF_OP Op; local 1901 DWORD winEr = vboxDispIfOpBegin(pIf, &Op); 1908 winEr = vboxDispIfResizeStartedWDDMOp(&Op); 1914 vboxDispIfOpEnd(&Op); [all...] |
/vbox/include/iprt/ |
H A D | net.h | 605 uint8_t Op; member in struct:RTNETDHCP 910 #define RTNET_ARPOP_IS_REQUEST(Op) ((Op) & 1) 912 #define RTNET_ARPOP_IS_REPLY(Op) (!RTNET_ARPOP_IS_REQUEST(Op))
|
Completed in 58 milliseconds