Searched defs:Control (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c268 EFI_USER_INFO_ACCESS_CONTROL *Control; local
278 Control = (EFI_USER_INFO_ACCESS_CONTROL *) (NewUserInfo + 1);
279 Control->Type = EFI_USER_INFO_ACCESS_ENROLL_SELF;
280 Control->Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL);
286 NewUserInfo->InfoSize = sizeof (EFI_USER_INFO) + Control->Size;
H A DModifyAccessPolicy.c30 EFI_USER_INFO_ACCESS_CONTROL Control; local
50 Control.Type = mAccessInfo.AccessRight;
51 Control.Size = (UINT32) Size;
52 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
53 OffSet += sizeof (Control);
63 Control.Type = EFI_USER_INFO_ACCESS_SETUP;
64 Control.Size = (UINT32) Size;
65 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
[all...]
H A DUserProfileModify.c641 EFI_USER_INFO_ACCESS_CONTROL Control; local
662 CopyMem (&Control, mUserInfo.AccessPolicy + OffSet, sizeof (Control));
663 ValLen = Control.Size - sizeof (Control);
664 switch (Control.Type) {
678 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
689 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
700 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
713 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c56 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
59 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
61 Control->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID;
62 Control->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_VERSION;
63 Control->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE);
73 Control->Header.Flags = 0;
88 Control->Header.Length = (UINT16) (Control->Header.Length + (NumOffset - 4) * sizeof (UINT16));
132 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
135 Control
201 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
[all...]
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.cpp233 status_t VBoxMouse::Control(const char *device, void *cookie, uint32 code, BMessage *message) function in class:VBoxMouse
241 return BInputServerDevice::Control(device, cookie, code, message);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c518 UINT32 Control; local
565 Status = SerialIo->GetControl (SerialIo, &Control);
567 if ((Control & EFI_SERIAL_INPUT_BUFFER_EMPTY) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c64 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
67 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
69 ZeroMem (Control, sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE));
71 Control->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID;
72 Control->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_VERSION;
73 Control->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE);
85 Control->Header.Length = (UINT16) (Control->Header.Length + (NumOffset - 4) * sizeof (UINT16));
127 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
134 Control
265 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPciExpress21.h36 UINT16 Control; member in struct:__anon11719
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c45 INTN Control; local
63 Control = Character;
69 if ( 0 != ( Control & 0x80 )) {
70 while ( 0 != ( Control & 0x40 )) {
73 Control <<= 1;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dws2def.h101 WSABUF Control; member in struct:_WSAMSG
109 #define WSA_CMSG_FIRSTHDR(mhdr) ((mhdr)->Control.len >= sizeof(WSACMSGHDR) ? (WSACMSGHDR *) (mhdr)->Control.buf : (WSACMSGHDR *) 0)
117 ((mhdr)->Control.len < sizeof(WSACMSGHDR) ? NULL : \
118 (((unsigned char*)(((WSACMSGHDR*)((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len)))+1) > ((unsigned char*)(mhdr)->Control.buf + (mhdr)->Control.len)) ? NULL : \
119 (((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len)+WSA_CMSG_ALIGN(((WSACMSGHDR*)((unsigned char*)cmsg + WSA_CMSG_ALIGN(cmsg->cmsg_len)))->cmsg_len) > ((unsigned char*)(mhdr)->Control.buf + (mhdr)->Control.len)) ? NULL : \
H A Dntddcdrm.h65 UCHAR Control : 4; member in struct:_TRACK_DATA
122 UCHAR Control : 4; member in struct:_SUB_Q_CURRENT_POSITION
H A Dwinnt.h1040 /* Control flags */
3871 SECURITY_DESCRIPTOR_CONTROL Control; member in struct:__anon14551
3881 SECURITY_DESCRIPTOR_CONTROL Control; member in struct:__anon14552
4185 DWORD Control; member in struct:_PRIVILEGE_SET
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c90 Check the device path node whether it's the Flow Control node or not.
94 @retval TRUE It's the Flow Control node.
111 Check the device path node whether it contains Flow Control node or not.
115 @retval TRUE It contains the Flow Control node.
250 // If the second node is Flow Control Node,
402 UINT32 Control; local
491 Status = SerialIo->GetControl (SerialIo, &Control);
494 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
496 Control &= ~EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
501 Control
1118 UINT32 Control; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.h202 UINT8 Control; member in struct:__anon10899
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmswsock.h165 WSABUF Control; member in struct:_WSAMSG
H A Dntddcdrm.h65 UCHAR Control : 4; member in struct:_TRACK_DATA
122 UCHAR Control : 4; member in struct:_SUB_Q_CURRENT_POSITION
H A Dwinnt.h929 /* Control flags */
4027 SECURITY_DESCRIPTOR_CONTROL Control; member in struct:__anon1863
4037 SECURITY_DESCRIPTOR_CONTROL Control; member in struct:__anon1864
4335 DWORD Control; member in struct:_PRIVILEGE_SET
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp307 pUsbCardReader->Control(pThis, pvUser, u32ControlCode,
689 } Control; member in union:UCRREQCTX::__anon16505
1154 pCtx->u.Control.u32ControlCode,
1602 int UsbCardReader::Control(struct USBCARDREADER *pDrv, function in class:UsbCardReader
1659 pCtx->u.Control.u32ControlCode = u32ControlCode;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h141 UINT32 Control:16; member in struct:_TRB_TEMPLATE
218 // Rings, and to define the Data stage information for Control Transfer Rings.
270 // A Data Stage TRB is used generate the Data stage transaction of a USB Control transfer.
296 // A Data Stage TRB is used generate the Data stage transaction of a USB Control transfer.
702 // 6.2.5.1 Input Control Context
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h888 PXE_CONTROL Control; member in struct:s_pxe_cdb
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h890 PXE_CONTROL Control; member in struct:s_pxe_cdb
/vbox/include/VBox/RemoteDesktop/
H A DVRDEVideoIn.h48 * Initial version supports: Camera + Processing Unit + Streaming Control.
105 * * Video Control requests
320 /* Control specific data follows. */
323 /* Control request types: VRDEVIDEOINCTRLHDR::u16RequestType. */
335 #define VRDE_VIDEOIN_CTRLHDR_F_NOTIFY 0x01 /* Control change notification, the attribute is derived from u16RequestType and F_FAIL. */
349 /* Control selectors. 16 bit. High byte is the category. Low byte is the identifier.*/
798 #define VRDE_VIDEOIN_FN_CONTROL 0x0003 /* Control the device and start/stop video input.
898 VRDEVIDEOINCTRLHDR Control; member in struct:VRDEVIDEOINMSG_CONTROL
899 /* Control specific data may follow. */
1043 /* Control respons
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h705 UINT64 ControlSignal:1; ///< Error in Control signals or in Control portion of transaction
1069 UINT64 Control; member in struct:__anon11340
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h531 ULONG Control; member in struct:_INITIAL_PRIVILEGE_SET
842 UCHAR Control; member in struct:_IO_STACK_LOCATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h525 ULONG Control; member in struct:_INITIAL_PRIVILEGE_SET
828 UCHAR Control; member in struct:_IO_STACK_LOCATION

Completed in 169 milliseconds