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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c243 static int VBoxGuestFreeBSDClose(struct cdev *pDev, int fFile, int DevType, struct thread *pTd) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c729 @param DevType Device type.
743 IN UINT16 DevType,
787 (BbsEntry->DeviceType != DevType) ||
1629 UINT16 DevType; local
1649 DevType = BBS_UNKNOWN;
1682 DevType = ((BBS_TABLE *) Entry->LoadOptions)->DeviceType;
1685 DevType,
1705 DeviceType[0] = DevType;
1731 DevType = ((BBS_TABLE *) Ptr)->DeviceType;
1733 if (DeviceType[DeviceTypeIndex] == DevType) {
740 BdsFindLegacyBootOptionByDevTypeAndName( IN UINT16 *BootOrder, IN UINTN BootOptionNum, IN UINT16 DevType, IN CHAR16 *DevName, OUT UINT32 *Attribute, OUT UINT16 *BbsIndex, OUT UINT16 *OptionNumber ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp280 int DevType; member in struct:_I8042INITDATACTX
294 int DevType; member in struct:_GETDATAPTRCTX
303 int DevType; member in struct:_SETDATAPTRCTX
471 static NTSTATUS GetBytePoll(int DevType, PDEVEXT pDevExt, PUCHAR Byte) argument
476 UCHAR fMask = (DevType == MouDevType) ? (UCHAR)(OUTPUT_BUFFER_FULL | MOUSE_OUTPUT_BUFFER_FULL)
555 static VOID GetByteAsync(int DevType, PDEVEXT pDevExt, PUCHAR pByte) argument
561 fMask = (DevType == MouDevType)
676 CCHAR DevType = (CCHAR)((PGETDATAPTRCTX)pCtx)->DevType; local
678 if (DevType
698 CCHAR DevType = (CCHAR) ((PI8042INITDATACTX)pCtx)->DevType; local
720 CCHAR DevType = (CCHAR) ((PSETDATAPTRCTX)pCtx)->DevType; local
[all...]

Completed in 779 milliseconds